GRASS Programmer's Manual
6.5.svn(2014)-r66266
|
Public Member Functions | |
def | __init__ |
def | GetModules |
Create dictionary of modules used to search module by keywords, description, etc. More... | |
Public Member Functions inherited from menudata.MenuData | |
def | __init__ |
def | GetMenu |
Get menu. More... | |
def | PrintStrings |
Print menu strings to file (used for localization) More... | |
def | PrintTree |
Print menu tree to file. More... | |
def | PrintCommands |
Print commands list (command | menu item > menu item) More... | |
Additional Inherited Members | |
Data Fields inherited from menudata.MenuData | |
tree | |
Definition at line 38 of file lmgr/menudata.py.
def menudata.ManagerData.__init__ | ( | self, | |
filename = None |
|||
) |
Definition at line 39 of file lmgr/menudata.py.
def menudata.ManagerData.GetModules | ( | self | ) |
Create dictionary of modules used to search module by keywords, description, etc.
Definition at line 46 of file lmgr/menudata.py.