Detailed Description
Property browsing.
Definition at line 2242 of file fbcontrols.h.
#include <fbcontrols.h>
List of all
members.
Public Member Functions
|
|
FBBrowsingProperty () |
|
Constructor.
|
void |
AddObject (HFBPlug pObject) |
|
Add an object whose properties will be
displayed.
|
void |
RemoveObject (HFBPlug pObject) |
|
Remove an object from the property browser.
|
int |
ObjectGetCount () |
|
Get the number of object displayed in the
property browser.
|
HFBPlug |
ObjectGet (int pIndex) |
|
Return the object at the specified index.
|
int |
AddButtonInToolbar (char *pCaption, HICallback pOwner,
kICallbackHandler
pHandler) |
|
Add custom button in the header of the
property browser.
|
Constructor & Destructor Documentation
Member Function Documentation
void AddObject |
( |
HFBPlug |
pObject |
) |
|
Add an object whose properties will be displayed.
- Parameters:
-
pObject |
Object whose properties will be displayed in the property
brwoser. |
void RemoveObject |
( |
HFBPlug |
pObject |
) |
|
Remove an object from the property browser.
- Parameters:
-
pObject |
Object to remove. |
Get the number of object displayed in the property browser.
- Returns:
- Object currently displayed in the property browser.
HFBPlug ObjectGet |
( |
int |
pIndex |
) |
|
Return the object at the specified index.
- Parameters:
-
pIndex |
Index of the object to get. |
- Returns:
- Object at the index specified currently displayed in the
property browser.
int AddButtonInToolbar |
( |
char * |
pCaption, |
|
|
HICallback |
pOwner, |
|
|
kICallbackHandler |
pHandler |
|
) |
|
|
Add custom button in the header of the property browser.
- Parameters:
-
pCaption |
Text to be displayed in the button. |
pOwner |
Owner of the callback that will be called when the button is
pushed. |
pHandler |
Callback to call when the button is pushed. |
- Returns:
- Index of the button added (first button will be 0, second one
will be 1...).
The documentation for this class was generated from the following
file:
FBBrowsingProperty FBBrowsingProperty
FBBrowsingProperty FBBrowsingProperty FBBrowsingProperty
FBBrowsingProperty FBBrowsingProperty FBBrowsingProperty
FBBrowsingProperty FBBrowsingProperty
FBBrowsingProperty FBBrowsingProperty
FBBrowsingProperty FBBrowsingProperty FBBrowsingProperty
FBBrowsingProperty FBBrowsingProperty FBBrowsingProperty
FBBrowsingProperty FBBrowsingProperty