Python Reference Guide
pyfbsdk_additions.h File Reference

Classes

class  FBTabControl
 A real FBTabControl that improve the behavior of the FBTabPanel. More...
 
class  FBGridLayout
 More advance layout that allow organisation of control in a grid. More...
 
class  FBHBoxLayout
 This class manages a FBBoxLayout Horizontal (see FBBoxLayout for documentation on how to Add/Remove control). More...
 
class  FBBoxLayout
 Base class for a line layout (either vertical or horizontal) More...
 
class  FBVBoxLayout
 This class manages a FBBoxLayout Vertical (see FBBoxLayout for documentation on how to Add/Remove control). More...
 

Namespaces

 pyfbsdk_additions
 
This module improves pyfbsdk UI building.
 

Functions

 FBCreateTool (name)
 Create a tool given a tool name. More...
 
 FBAddTool (tool)
 Method that can be used for custom tool deriving from FBTool to add themselves to the too list. More...
 
 FBGetTools ()
 Get the list of Python Tools instantiated in MotionBuilder. More...
 
 FBCreateUniqueTool (name)
 Create a Tool with a unique name. More...
 
 FBRemoveToolListener (toollistener)
 Remove a tool listener. More...
 
 FBDestroyTool (tool)
 Destroy a Tool. More...
 
 FBDestroyToolByName (name)
 Destroy a tool given its name. More...
 
 FBAddToolListener (toollistener)
 Add a tool listener that will be notified on new tool creation/destruction. More...
 
 FBRemoveTool (tool)
 Remove a given tool from the tool list. More...