|
GRASS Programmer's Manual
6.4.2(2012)
|


Public Member Functions | |
| def | __init__ |
| GCP Display toolbar constructor. | |
| def | OnZoomMap |
| Zoom to selected map. | |
Public Member Functions inherited from gui_modules.toolbars.AbstractToolbar | |
| def | InitToolbar |
| Initialize toolbar, add tools to the toolbar. | |
| def | CreateTool |
| Add tool to the toolbar. | |
| def | EnableLongHelp |
| Enable/disable long help. | |
| def | OnTool |
| Tool selected. | |
| def | GetAction |
| Get current action info. | |
| def | SelectDefault |
| Select default tool. | |
| def | FixSize |
| Fix toolbar width on Windows. | |
| def | Enable |
| Enable defined tool. | |
Data Fields | |
| togglemapid | |
| togglemap | |
| action | |
| defaultAction | |
Data Fields inherited from gui_modules.toolbars.AbstractToolbar | |
| parent | |
GCP Display toolbar
Definition at line 384 of file toolbars.py.
| def gui_modules.toolbars.GCPDisplayToolbar.__init__ | ( | self, | |
| parent | |||
| ) |
GCP Display toolbar constructor.
Reimplemented from gui_modules.toolbars.AbstractToolbar.
Definition at line 388 of file toolbars.py.
References gui_modules.toolbars.AbstractToolbar._toolbarData(), and gui_modules.toolbars.AbstractToolbar.InitToolbar().
| def gui_modules.toolbars.GCPDisplayToolbar.OnZoomMap | ( | self, | |
| event | |||
| ) |
Zoom to selected map.
Definition at line 454 of file toolbars.py.
| gui_modules.toolbars.GCPDisplayToolbar.action |
Reimplemented from gui_modules.toolbars.AbstractToolbar.
Definition at line 411 of file toolbars.py.
| gui_modules.toolbars.GCPDisplayToolbar.defaultAction |
Definition at line 412 of file toolbars.py.
Referenced by gui_modules.toolbars.AbstractToolbar.SelectDefault().
| gui_modules.toolbars.GCPDisplayToolbar.togglemap |
Definition at line 398 of file toolbars.py.
| gui_modules.toolbars.GCPDisplayToolbar.togglemapid |
Definition at line 397 of file toolbars.py.