See sample: BrowsinProperty.py.
Public Member Functions |
|
FBBrowsingProperty () | |
Constructor. |
|
AddObject (FBPlug pObject) | |
Add an object whose properties
will be displayed. |
|
FBPlug | ObjectGet (int pIndex) |
Return the object
at the specified index. |
|
int | ObjectGetCount () |
Get the number of object
displayed in the property browser. |
|
RemoveObject (FBPlug pObject) | |
Remove an object
from the property browser. |
Constructor.
AddObject | ( | FBPlug | pObject | ) |
Add an object whose properties will be displayed.
pObject | Object whose properties will be displayed in the property brwoser. |
int ObjectGetCount | ( | ) |
Get the number of object displayed in the property browser.
RemoveObject | ( | FBPlug | pObject | ) |
Remove an object from the property browser.
pObject | Object to remove. |