GRASS Programmer's Manual
6.5.svn(2014)-r66266
|
Main Python application for GRASS wxPython GUI. More...
Data Structures | |
class | GMApp |
class | Usage |
Functions | |
def | printHelp |
Print program help. More... | |
def | process_opt |
Process command-line arguments. More... | |
def | main |
Variables | |
SC = None | |
Main Python application for GRASS wxPython GUI.
Classes:
(C) 2006-2011 by the GRASS Development Team
This program is free software under the GNU General Public License (>=v2). Read the file COPYING that comes with GRASS for details.
def wxgui.main | ( | argv = None | ) |
Definition at line 113 of file wxgui.py.
References printHelp(), and process_opt().
def wxgui.printHelp | ( | ) |
Print program help.
Definition at line 90 of file wxgui.py.
Referenced by main(), and process_opt().
def wxgui.process_opt | ( | opts, | |
args | |||
) |
Process command-line arguments.
Definition at line 98 of file wxgui.py.
References printHelp().
Referenced by main().
wxgui.SC = None |
Definition at line 32 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().