GRASS Programmer's Manual
6.5.svn(2014)-r66266
|
Toolbar for managing ground control points. More...
Public Member Functions | |
def | __init__ |
Public Member Functions inherited from toolbars.BaseToolbar | |
def | __init__ |
def | InitToolbar |
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 |
Tool selected. More... | |
def | GetAction |
Get current action info. More... | |
def | SelectDefault |
Select default tool. More... | |
def | FixSize |
Fix toolbar width on Windows. More... | |
def | Enable |
Enable defined tool. More... | |
Additional Inherited Members | |
Data Fields inherited from toolbars.BaseToolbar | |
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().