GRASS Programmer's Manual  6.4.4(2014)-r
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 (self, event)
 Zooms to given GCP. More...
 
def Update (self)
 
- Public Member Functions inherited from statusbar.SbItem
def __init__
 
def Show (self)
 Invokes showing of underlying widget. More...
 
def Hide (self)
 
def SetValue (self, value)
 
def GetValue (self)
 
def GetPosition (self)
 
def GetWidget (self)
 Returns underlaying winget. More...
 
def Update (self)
 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: