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

Change language: German

CXmFindDlg Class Reference

Inheritance diagram for CXmFindDlg:

XmObject List of all members.

Detailed Description

Search dialog for user interface, which also perform the search.

The search dialog itself, execute the search and writes the results to the specified exom::XmReferenceList. You can derive this class and provide your own search properties and algorithm.

The search algorithm itself will probably use exom::XmManTextFind.


Public Member Functions

Overridables
virtual bool FindTextFrom (const XmPath &p, XmReferenceList &refList)
 Open search dialog and perform the search.
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.
void manageFcn (XmManFcn &m)
 Defines the object functions usable in user interface.


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  )  [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.

void manageFcn XmManFcn m  )  [virtual]
 

Defines the object functions usable in user interface.

All functions included manageFcn() are visible in user interface. The availibility is controlled by MemberState().

Reimplemented from XmObject.


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