| MaxPlus Python API Reference
    | 
 Inheritance diagram for MenuManager:
 Inheritance diagram for MenuManager:| Public Member Functions | |
| def | FindMenu (*args) | 
| def | GetMainMenu () | 
| def | GetMenuFile () | 
| def | LoadMenuFile (*args) | 
| def | MenuExists (*args) | 
| def | SaveMenuFile (*args) | 
| def | UnregisterMenu (*args) | 
|  Public Member Functions inherited from FPInterfaceDesc | |
| def | GetActionTable (self) | 
| def | GetClassDesc (self) | 
| def | GetDescription (self) | 
| def | GetFlags (self) | 
| def | GetFPDesc (self) | 
| def | GetInternalName (self) | 
| def | GetRsrcString (self, *args) | 
|  Public Member Functions inherited from FPInterface | |
| def | EnableActions (self, *args) | 
| def | FindFn (self, *args) | 
| def | GetDesc (self) | 
| def | Invoke (self, *args) | 
| def | IsChecked (self, *args) | 
| def | IsEnabled (self, *args) | 
| def | IsVisible (self, *args) | 
|  Public Member Functions inherited from BaseInterface | |
| def | GetID (self) | 
|  Public Member Functions inherited from InterfaceServer | |
| def | GetInterface (self, *args) | 
|  Public Member Functions inherited from Wrapper | |
| def | GetUnwrappedPtr (self) | 
| Static Public Attributes | |
| FindMenu = staticmethod(FindMenu) | |
| GetMainMenu = staticmethod(GetMainMenu) | |
| GetMenuFile = staticmethod(GetMenuFile) | |
| LoadMenuFile = staticmethod(LoadMenuFile) | |
| MenuExists = staticmethod(MenuExists) | |
| SaveMenuFile = staticmethod(SaveMenuFile) | |
| thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag') | |
| UnregisterMenu = staticmethod(UnregisterMenu) | |
|  Static Public Attributes inherited from FPStaticInterface | |
| thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag') | |
|  Static Public Attributes inherited from FPInterfaceDesc | |
| thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag') | |
|  Static Public Attributes inherited from FPInterface | |
| thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag') | |
|  Static Public Attributes inherited from BaseInterface | |
| InterfaceId = _swig_property(GetID) | |
| thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag') | |
|  Static Public Attributes inherited from InterfaceServer | |
| thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag') | |
|  Static Public Attributes inherited from Wrapper | |
| thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag') | |
Menu utility functions.
| def FindMenu | ( | * | args | ) | 
FindMenu(wchar_t const * name) -> Menu
| def GetMainMenu | ( | ) | 
GetMainMenu() -> Menu
| def GetMenuFile | ( | ) | 
GetMenuFile() -> wchar_t const *
| def LoadMenuFile | ( | * | args | ) | 
LoadMenuFile(wchar_t const * pMenuFile) -> BOOL
| def MenuExists | ( | * | args | ) | 
MenuExists(wchar_t const * name) -> bool
| def SaveMenuFile | ( | * | args | ) | 
SaveMenuFile(wchar_t const * pMenuFile) -> BOOL
| def UnregisterMenu | ( | * | args | ) | 
UnregisterMenu(wchar_t const * name) UnregisterMenu(Menu menu)