GRASS Programmer's Manual
6.4.4(2014)-r
|
Toolbar for managing ground control points. More...
Public Member Functions | |
def | __init__ (self, parent) |
![]() | |
def | __init__ (self, parent) |
def | InitToolbar (self, toolData) |
Initialize toolbar, add tools to the toolbar. More... | |
def | CreateTool |
Add tool to the toolbar. More... | |
def | EnableLongHelp |
Enable/disable long help. More... | |
def | OnTool (self, event) |
Tool selected. More... | |
def | GetAction |
Get current action info. More... | |
def | SelectDefault (self, event) |
Select default tool. More... | |
def | FixSize (self, width) |
Fix toolbar width on Windows. More... | |
def | Enable |
Enable defined tool. More... | |
Additional Inherited Members | |
![]() | |
parent | |
action | |
Toolbar for managing ground control points.
parent | reference to GCP widget |
Definition at line 27 of file gcp/toolbars.py.
def toolbars.GCPManToolbar.__init__ | ( | self, | |
parent | |||
) |
Definition at line 32 of file gcp/toolbars.py.
References toolbars.BaseToolbar._getToolbarData(), toolbars.GCPManToolbar._toolbarData(), and toolbars.BaseToolbar.InitToolbar().