GRASS Programmer's Manual  6.4.2(2012)
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
wxgui.GMApp Class Reference

Public Member Functions

def __init__
 Main GUI class.
def OnInit
 Initialize all available image handlers.

Data Fields

 workspaceFile
 locale

Detailed Description

Definition at line 1596 of file wxgui.py.


Constructor & Destructor Documentation

def wxgui.GMApp.__init__ (   self,
  workspace = None 
)

Main GUI class.

Parameters:
workspacepath to the workspace file

Definition at line 1597 of file wxgui.py.


Member Function Documentation

def wxgui.GMApp.OnInit (   self)

Initialize all available image handlers.

Returns:
True

Definition at line 1609 of file wxgui.py.

References wxgui.GMFrame.workspaceFile, and wxgui.GMApp.workspaceFile.


Field Documentation

wxgui.GMApp.locale

Definition at line 1607 of file wxgui.py.

wxgui.GMApp.workspaceFile

Definition at line 1602 of file wxgui.py.

Referenced by wxgui.GMApp.OnInit().


The documentation for this class was generated from the following file: