FBMenuManager Class Reference

#include <mobu-python-api.h>

+ Inheritance diagram for FBMenuManager:

Public Member Functions

__reduce__ ()
 
__init__ ()
 
GetMenu ()
 
InsertFirst ()
 
InsertLast ()
 
InsertAfter ()
 
InsertBefore ()
 
SetItemEnable ()
 
ExecuteMenuItem ()
 
IsItemEnable ()
 
ExecuteMenuItemFromFullPath ()
 
- Public Member Functions inherited from FBComponent
HardSelect ()
 
GetObjectStatus ()
 
SetObjectStatus ()
 
DisableObjectFlags ()
 
GetOwnerFileReference ()
 
SetObjectFlags ()
 
GetObjectFlags ()
 
EnableObjectFlags ()
 
FBDelete ()
 
PropertyRemove ()
 
ProcessNamespaceHierarchy ()
 
PropertyCreate ()
 
HasObjectFlags ()
 
Is ()
 
ProcessObjectNamespace ()
 
PropertyAddReferenceProperty ()
 
ClassName ()
 
FBDestroy ()
 
FBCreate ()
 
PropertyAdd ()
 
PropertyGetModifiedList ()
 
__reduce__ ()
 
__init__ ()
 
- Public Member Functions inherited from FBPlug
ClassName ()
 
ConnectDstAt ()
 
ConnectSrc ()
 
ConnectSrcAt ()
 
DisconnectAllDst ()
 
DisconnectAllSrc ()
 
BeginChange ()
 
DisconnectDst ()
 
ConnectDst ()
 
GetSrcCount ()
 
SetContentModified ()
 
DisconnectDstAt ()
 
DisconnectSrcAt ()
 
GetDst ()
 
GetPlugConnectionModifiedList ()
 
GetDstType ()
 
GetSrcType ()
 
RevertModification ()
 
GetSrc ()
 
GetDstCount ()
 
IsSDKComponent ()
 
ReplaceSrcAt ()
 
MoveSrcAt ()
 
GetContentModified ()
 
SwapSrc ()
 
GetSelfModified ()
 
EndChange ()
 
GetOwner ()
 
ReplaceDstAt ()
 
GetOwnedCount ()
 
SetSelfModified ()
 
DisconnectSrc ()
 
Is ()
 
GetOwned ()
 
__reduce__ ()
 
__init__ ()
 
PrintClassDefinitions ()
 
- Public Member Functions inherited from FBPythonWrapper
__reduce__ ()
 
__init__ ()
 

Additional Inherited Members

- Public Attributes inherited from FBComponent
object OwnerNamespace
 
object Components
 
object Name
 
object LongName
 
object FullName
 
object Parents
 
object PropertyList
 
object Selected
 
- Public Attributes inherited from FBPythonWrapper
object OnUnbind
 

Member Function Documentation

__init__ ( )

Python Docstring:

__init__( (object)arg1) -> None 
__reduce__ ( )
ExecuteMenuItem ( )

Python Docstring:

ExecuteMenuItem( (FBMenuManager)arg1, (str)arg2, (object)arg3) -> bool 
ExecuteMenuItemFromFullPath ( )

Python Docstring:

ExecuteMenuItemFromFullPath( (FBMenuManager)arg1, (str)arg2) -> bool 
GetMenu ( )

Python Docstring:

GetMenu( (FBMenuManager)arg1, (str)arg2) -> object 
InsertAfter ( )

Python Docstring:

InsertAfter( (FBMenuManager)arg1, (str)arg2, (str)arg3, (str)arg4) -> object 
InsertBefore ( )

Python Docstring:

InsertBefore( (FBMenuManager)arg1, (str)arg2, (str)arg3, (str)arg4) -> object 
InsertFirst ( )

Python Docstring:

InsertFirst( (FBMenuManager)arg1, (str)arg2, (str)arg3) -> object 
InsertLast ( )

Python Docstring:

InsertLast( (FBMenuManager)arg1, (str)arg2, (str)arg3) -> object 
IsItemEnable ( )

Python Docstring:

IsItemEnable( (FBMenuManager)arg1, (str)arg2, (object)arg3) -> bool 
SetItemEnable ( )

Python Docstring:

SetItemEnable( (FBMenuManager)arg1, (str)arg2, (object)arg3, (object)arg4) -> None