MenuManager Class Reference

Class Description

Menu utility functions.
+ 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

tuple FindMenu = staticmethod(FindMenu)
 
tuple GetMainMenu = staticmethod(GetMainMenu)
 
tuple GetMenuFile = staticmethod(GetMenuFile)
 
tuple LoadMenuFile = staticmethod(LoadMenuFile)
 
tuple MenuExists = staticmethod(MenuExists)
 
tuple SaveMenuFile = staticmethod(SaveMenuFile)
 
tuple thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
 
tuple UnregisterMenu = staticmethod(UnregisterMenu)
 
- Static Public Attributes inherited from FPStaticInterface
tuple 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
tuple 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
tuple 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
tuple InterfaceId = _swig_property(GetID)
 
tuple 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
tuple 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
tuple thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
 

Member Function Documentation

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)