Property browsing.
Public Member Functions |
|
__init__ () | |
Constructor. |
|
AddObject (FBPlug pObject) | |
Add an object whose properties will be
displayed. |
|
RemoveObject (FBPlug pObject) | |
Remove an object from the property browser.
|
|
int | ObjectGetCount () |
Get the number of object displayed in the
property browser. |
|
FBPlug | ObjectGet (int pIndex) |
Return the object at the specified index.
|
|
int | AddButtonInToolbar (str pCaption, HICallback pOwner, function pHandler) |
Add custom button in the header of the
property browser. |
__init__ | ( | ) |
AddObject | ( | FBPlug | pObject | ) |
Add an object whose properties will be displayed.
pObject | Object whose properties will be displayed in the property brwoser. |
RemoveObject | ( | FBPlug | pObject | ) |
Remove an object from the property browser.
pObject | Object to remove. |
int ObjectGetCount | ( | ) |
Get the number of object displayed in the property browser.
Return the object at the specified index.
pIndex | Index of the object to get. |
Add custom button in the header of the property browser.
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. |