Home You are here: Home > Support > Reference v1.0

Change language: German

CXmPropertiesCtrl Class Reference

Inheritance diagram for CXmPropertiesCtrl:

XmObject List of all members.

Detailed Description

Control, which show the properties of an object.

The properties control show all properties of an object. It allow also to change them inside the control. Via the context menu object functions can be executed.

Other controls can be connected to the properties selection by using GetFocusedPath(). Normally a desription control will be connected.

You can connect the properties control to a CXmListCtrl, which enable inserting columns by user interface during runtime.


Public Member Functions

const XmPathGetFocusedPath () const
 Return the current slection.
virtual bool ConnectToList (CXmListCtrl &list)
 Connect the properties control to a lsit for dynamic column creation.
virtual bool NavigateToPropPath (const XmPath &p)=0
 Set the selection within the properties control.
Overridables - XmObject
XMOBJ ObjectID () const
 Return the ID of an object.
void manage (XmMan &m)
 Provide the possibility to connect member data and sub objects.

Public Attributes

CXmFindHandlerm_PropFindHandler
 Handler for search issues.


Member Function Documentation

XMOBJ ObjectID  )  const [inline, virtual]
 

Return the ID of an object.

The ID give the exom framework the possibility to identify a class derived from XmObject. So all classes derived from XmObject should have their own ID.

Implements XmObject.

void manage XmMan m  )  [inline, virtual]
 

Provide the possibility to connect member data and sub objects.

Member data and sub objects can be connected, by calling the corresponding manXxx functions of XmMan.

Implements XmObject.


Copyright © 2006 Praetz Software Development - www.exomware.com