GRASS Programmer's Manual
6.4.2(2012)
|
Namespaces | |
namespace | py |
Main Python app for GRASS wxPython GUI. | |
Data Structures | |
class | GMFrame |
Layer Manager frame with notebook widget for controlling GRASS GIS. More... | |
class | GMApp |
class | Usage |
Functions | |
def | printHelp |
Print program help. | |
def | process_opt |
Process command-line arguments. | |
def | main |
Variables | |
SC = None | |
UserSettings = preferences.globalSettings |
def wxgui.main | ( | argv = None | ) |
Definition at line 1691 of file wxgui.py.
References printHelp(), and process_opt().
def wxgui.printHelp | ( | ) |
Print program help.
Definition at line 1668 of file wxgui.py.
Referenced by main(), and process_opt().
def wxgui.process_opt | ( | opts, | |
args | |||
) |
Process command-line arguments.
Definition at line 1676 of file wxgui.py.
References printHelp().
Referenced by main().
wxgui::SC = None |
Definition at line 58 of file wxgui.py.
Referenced by N_create_gradient_2d(), N_create_gradient_3d(), N_create_gradient_neighbours_y(), N_get_gradient_2d(), N_get_gradient_3d(), and N_get_gradient_neighbours_2d().
wxgui::UserSettings = preferences.globalSettings |