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

Checkbox to select used display resolution. More...

Inheritance diagram for statusbar.SbResolution:
Collaboration diagram for statusbar.SbResolution:

Public Member Functions

def __init__
 
def OnToggleUpdateMap
 Update display when toggle display mode. More...
 
- Public Member Functions inherited from statusbar.SbItem
def __init__
 
def Show
 Invokes showing of underlying widget. More...
 
def Hide
 
def SetValue
 
def GetValue
 
def GetPosition
 
def GetWidget
 Returns underlaying winget. More...
 
def Update
 Called when statusbar action is activated (e.g. More...
 

Data Fields

 name
 
 label
 
 widget
 
- Data Fields inherited from statusbar.SbItem
 mapFrame
 
 statusbar
 
 position
 

Detailed Description

Checkbox to select used display resolution.

Requires MapFrame.OnRender method.

Definition at line 444 of file statusbar.py.

Constructor & Destructor Documentation

def statusbar.SbResolution.__init__ (   self,
  mapframe,
  statusbar,
  position = 0 
)

Definition at line 449 of file statusbar.py.

Member Function Documentation

def statusbar.SbResolution.OnToggleUpdateMap (   self,
  event 
)

Update display when toggle display mode.

Definition at line 466 of file statusbar.py.

Field Documentation

statusbar.SbResolution.label

Definition at line 452 of file statusbar.py.

Referenced by python.task.grassTask.get_description().

statusbar.SbResolution.name

Definition at line 451 of file statusbar.py.

Referenced by python.task.grassTask.get_cmd(), and python.task.grassTask.get_name().

statusbar.SbResolution.widget

Definition at line 454 of file statusbar.py.

Referenced by statusbar.SbItem.GetWidget().


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