GRASS Programmer's Manual
6.4.2(2012)
|
Go to the source code of this file.
Data Structures | |
class | gui_modules.menuform.UpdateThread |
Update dialog widgets in the thread. More... | |
class | gui_modules.menuform.UpdateQThread |
Update dialog widgets in the thread. More... | |
class | gui_modules.menuform.mainFrame |
This is the Frame containing the dialog for options input. More... | |
class | gui_modules.menuform.cmdPanel |
A panel containing a notebook dividing in tabs the different guisections of the GRASS cmd. More... | |
class | gui_modules.menuform.GrassGUIApp |
Stand-alone GRASS command GUI. More... | |
class | gui_modules.menuform.GUI |
class | gui_modules.menuform.FloatValidator |
Validator for floating-point input. More... | |
class | gui_modules.menuform.GNotebook |
Generic notebook widget. More... |
Namespaces | |
namespace | gui_modules.menuform |
Functions | |
def | gui_modules.menuform.color_resolve |
def | gui_modules.menuform.text_beautify |
def | gui_modules.menuform.escape_ampersand |
Escapes ampersands with additional ampersand for GUI. | |
def | gui_modules.menuform.UpdateDialog |
Variables | |
tuple | gui_modules.menuform.gisbase = os.getenv("GISBASE") |
gui_modules.menuform.wxbase = gisbase | |
dictionary | gui_modules.menuform.str2rgb |
dictionary | gui_modules.menuform.rgb2str = {} |
dictionary | gui_modules.menuform._blackList |
tuple | gui_modules.menuform.q = wx.LogNull() |
tuple | gui_modules.menuform.cmd = utils.split(sys.argv[1]) |
tuple | gui_modules.menuform.task = gtask.grassTask(cmd[0], blackList = _blackList) |
tuple | gui_modules.menuform.app = GrassGUIApp(task) |