|
GRASS Programmer's Manual
6.4.2(2012)
|
Layer Manager workspace toolbar.
More...


Public Member Functions | |
| def | __init__ |
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. | |
Additional Inherited Members | |
Data Fields inherited from gui_modules.toolbars.AbstractToolbar | |
| parent | |
| action | |
Layer Manager workspace toolbar.
Definition at line 1413 of file toolbars.py.
| def gui_modules.toolbars.LMWorkspaceToolbar.__init__ | ( | self, | |
| parent | |||
| ) |
Reimplemented from gui_modules.toolbars.AbstractToolbar.
Definition at line 1416 of file toolbars.py.
References gui_modules.toolbars.AbstractToolbar._getToolbarData(), gui_modules.toolbars.AbstractToolbar._toolbarData(), and gui_modules.toolbars.AbstractToolbar.InitToolbar().