GRASS Programmer's Manual
6.4.2(2012)
|
Layer Manager vector
toolbar.
More...
Public Member Functions | |
def | __init__ |
![]() | |
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 | |
![]() | |
parent | |
action |
Layer Manager vector
toolbar.
Definition at line 1521 of file toolbars.py.
def gui_modules.toolbars.LMVectorToolbar.__init__ | ( | self, | |
parent | |||
) |
Reimplemented from gui_modules.toolbars.AbstractToolbar.
Definition at line 1524 of file toolbars.py.
References gui_modules.toolbars.AbstractToolbar._getToolbarData(), gui_modules.toolbars.AbstractToolbar._toolbarData(), and gui_modules.toolbars.AbstractToolbar.InitToolbar().