GRASS Programmer's Manual  6.5.svn(2014)-r66266
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
wxgui Namespace Reference

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
 

Detailed Description

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.

Author
Michael Barton (Arizona State University)
Jachym Cepicky (Mendel University of Agriculture)
Martin Landa <landa.martin gmail.com>
Vaclav Petras <wenzeslaus gmail.com> (menu customization)

Function Documentation

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().

Variable Documentation