GRASS Programmer's Manual  6.5.svn(2014)-r66266
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
wxgui.GMApp Class Reference
Inheritance diagram for wxgui.GMApp:
Collaboration diagram for wxgui.GMApp:

Public Member Functions

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

Data Fields

 workspaceFile
 
 locale
 

Detailed Description

Definition at line 36 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 37 of file wxgui.py.

Member Function Documentation

def wxgui.GMApp.OnInit (   self)

Initialize all available image handlers.

Returns
True

Definition at line 49 of file wxgui.py.

References globalvar.CheckWxVersion(), wxgui.GMApp.workspaceFile, and frame.GMFrame.workspaceFile.

Field Documentation

wxgui.GMApp.locale

Definition at line 47 of file wxgui.py.

wxgui.GMApp.workspaceFile

Definition at line 42 of file wxgui.py.

Referenced by wxgui.GMApp.OnInit().


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