GRASS Programmer's Manual
6.4.4(2014)-r
|
Public Member Functions | |
def | __init__ |
def | GetModules (self) |
Create dictionary of modules used to search module by keywords, description, etc. More... | |
![]() | |
def | __init__ (self, filename) |
def | GetMenu (self) |
Get menu. More... | |
def | PrintStrings (self, fh) |
Print menu strings to file (used for localization) More... | |
def | PrintTree (self, fh) |
Print menu tree to file. More... | |
def | PrintCommands |
Print commands list (command | menu item > menu item) More... | |
Additional Inherited Members | |
![]() | |
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.