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

Base class providing basic methods. More...

Inheritance diagram for base.BaseClass:
Collaboration diagram for base.BaseClass:

Public Member Functions

def __init__
 
def MakeLabel
 Make aligned label. More...
 
def MakeTextCtrl
 Generic text control. More...
 
def MakeButton
 Generic button. More...
 

Detailed Description

Base class providing basic methods.

Definition at line 21 of file location_wizard/base.py.

Constructor & Destructor Documentation

def base.BaseClass.__init__ (   self)

Definition at line 23 of file location_wizard/base.py.

Member Function Documentation

def base.BaseClass.MakeButton (   self,
  text,
  id = wx.ID_ANY,
  size = (-1,-1,
  parent = None,
  tooltip = None 
)

Generic button.

Definition at line 46 of file location_wizard/base.py.

def base.BaseClass.MakeLabel (   self,
  text = "",
  style = wx.ALIGN_LEFT,
  parent = None,
  tooltip = None 
)

Make aligned label.

Definition at line 26 of file location_wizard/base.py.

Referenced by dialogs.RegionDef.OnSettings3DPaneChanged().

def base.BaseClass.MakeTextCtrl (   self,
  text = '',
  size = (100,-1,
  style = 0,
  parent = None,
  tooltip = None 
)

Generic text control.

Definition at line 36 of file location_wizard/base.py.


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