|
GRASS Programmer's Manual
6.4.2(2012)
|
Data Structures | |
| class | MapFrame |
| Main frame for map display window. More... | |
| class | MapApp |
Variables | |
| tuple | CompatPath = os.path.join(globalvar.ETCWXDIR) |
| tuple | gmpath = os.path.join(globalvar.ETCWXDIR, "icons") |
| tuple | grassPath = os.path.join(globalvar.ETCDIR, "python") |
| cmdfilename = None | |
| haveCtypes = False | |
| list | title = sys.argv[1] |
| SET command variable. | |
| tuple | gm_map = MapApp(0) |
| list gui_modules.mapdisp.cmdfilename = None |
Definition at line 73 of file mapdisp.py.
| tuple gui_modules.mapdisp.CompatPath = os.path.join(globalvar.ETCWXDIR) |
Definition at line 41 of file mapdisp.py.
| tuple gui_modules.mapdisp.gm_map = MapApp(0) |
Definition at line 2009 of file mapdisp.py.
| tuple gui_modules.mapdisp.gmpath = os.path.join(globalvar.ETCWXDIR, "icons") |
Definition at line 45 of file mapdisp.py.
| tuple gui_modules.mapdisp.grassPath = os.path.join(globalvar.ETCDIR, "python") |
Definition at line 48 of file mapdisp.py.
| gui_modules.mapdisp.haveCtypes = False |
Definition at line 75 of file mapdisp.py.
| list gui_modules.mapdisp.title = sys.argv[1] |
SET command variable.
Definition at line 2001 of file mapdisp.py.
Referenced by E_edit_cats(), E_edit_fp_cats(), G_get_cell_title(), G_get_dig_title(), and I_list_groups().