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

SpinCtrl to select GCP to focus on. More...

Inheritance diagram for statusbar.SbGoToGCP:
Collaboration diagram for statusbar.SbGoToGCP:

Public Member Functions

def __init__
 
def OnGoToGCP
 Zooms to given GCP. More...
 
def Update
 
- 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

SpinCtrl to select GCP to focus on.

Requires MapFrame.GetSrcWindow, MapFrame.GetTgtWindow, MapFrame.GetListCtrl, MapFrame.GetMapCoordList.

Definition at line 974 of file statusbar.py.

Constructor & Destructor Documentation

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

Definition at line 981 of file statusbar.py.

Member Function Documentation

def statusbar.SbGoToGCP.OnGoToGCP (   self,
  event 
)

Field Documentation

statusbar.SbGoToGCP.label

Definition at line 984 of file statusbar.py.

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

statusbar.SbGoToGCP.name

Definition at line 983 of file statusbar.py.

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

statusbar.SbGoToGCP.widget

Definition at line 986 of file statusbar.py.

Referenced by statusbar.SbItem.GetWidget().


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