GRASS Programmer's Manual
6.5.svn(2014)-r66266
|
Public Member Functions | |
def | __init__ |
Toolbar Cartographic Composer (psmap.py) More... | |
def | OnDecoration |
Decorations overlay menu. More... | |
def | OnDrawGraphics |
Simple geometry features (point, line, rectangle) overlay menu. More... | |
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... | |
Data Fields | |
action | |
defaultAction | |
icons | |
actionOld | |
Data Fields inherited from toolbars.BaseToolbar | |
parent | |
action | |
Definition at line 26 of file psmap/toolbars.py.
def toolbars.PsMapToolbar.__init__ | ( | self, | |
parent | |||
) |
Toolbar Cartographic Composer (psmap.py)
parent | parent window |
Definition at line 27 of file psmap/toolbars.py.
References toolbars.ModelerToolbar._toolbarData(), toolbars.GCPManToolbar._toolbarData(), toolbars.BaseToolbar._toolbarData(), toolbars.GCPDisplayToolbar._toolbarData(), and toolbars.BaseToolbar.InitToolbar().
def toolbars.PsMapToolbar.OnDecoration | ( | self, | |
event | |||
) |
Decorations overlay menu.
Definition at line 142 of file psmap/toolbars.py.
References toolbars.BaseToolbar._onMenu(), and toolbars.PsMapToolbar.icons.
def toolbars.PsMapToolbar.OnDrawGraphics | ( | self, | |
event | |||
) |
Simple geometry features (point, line, rectangle) overlay menu.
Definition at line 152 of file psmap/toolbars.py.
toolbars.PsMapToolbar.action |
Definition at line 38 of file psmap/toolbars.py.
toolbars.PsMapToolbar.actionOld |
Definition at line 156 of file psmap/toolbars.py.
toolbars.PsMapToolbar.defaultAction |
Definition at line 39 of file psmap/toolbars.py.
Referenced by toolbars.BaseToolbar.SelectDefault().
toolbars.PsMapToolbar.icons |
Definition at line 95 of file psmap/toolbars.py.
Referenced by toolbars.PsMapToolbar.OnDecoration().