GRASS Programmer's Manual
6.4.2(2012)
|
Page for setting default region extents and resolution. More...
Public Member Functions | |
def | __init__ |
def | MakeSettings3DPaneContent |
Create 3D region settings pane. | |
def | OnSettings3DPaneChanged |
Collapse 3D settings box. | |
def | OnValue |
Set given value. | |
def | OnSetButton |
Set default region. | |
def | OnCancel |
![]() | |
def | __init__ |
def | MakeLabel |
Make aligned label. | |
def | MakeTextCtrl |
Generic text control. | |
def | MakeButton |
Generic button. |
Page for setting default region extents and resolution.
Definition at line 2088 of file location_wizard.py.
def gui_modules.location_wizard.RegionDef.__init__ | ( | self, | |
parent, | |||
id = wx.ID_ANY , |
|||
title = _("Set default region extent and resolution") , |
|||
location = None |
|||
) |
Definition at line 2092 of file location_wizard.py.
def gui_modules.location_wizard.RegionDef.MakeSettings3DPaneContent | ( | self, | |
pane | |||
) |
Create 3D region settings pane.
Definition at line 2265 of file location_wizard.py.
def gui_modules.location_wizard.RegionDef.OnCancel | ( | self, | |
event | |||
) |
Definition at line 2544 of file location_wizard.py.
Referenced by gui_modules.menuform.mainFrame.OnKeyUp(), gui_modules.menuform.mainFrame.OnOK(), and gui_modules.vdigit.VDigitCategoryDialog.OnOK().
def gui_modules.location_wizard.RegionDef.OnSetButton | ( | self, | |
event = None |
|||
) |
Set default region.
Definition at line 2528 of file location_wizard.py.
References gui_modules.location_wizard.RegionDef.bottom, gui_modules.location_wizard.RegionDef.east, gui_modules.location_wizard.RegionDef.ewres, gui_modules.location_wizard.RegionDef.north, gui_modules.location_wizard.RegionDef.nsres, gui_modules.location_wizard.RegionDef.south, gui_modules.location_wizard.RegionDef.tbres, gui_modules.location_wizard.RegionDef.top, and gui_modules.location_wizard.RegionDef.west.
def gui_modules.location_wizard.RegionDef.OnSettings3DPaneChanged | ( | self, | |
event | |||
) |
Collapse 3D settings box.
Definition at line 2342 of file location_wizard.py.
References gui_modules.location_wizard.RegionDef.bcancel, gui_modules.location_wizard.RegionDef.bset, gui_modules.histogram.BufferedWindow.img, gui_modules.colorrules.BufferedWindow.img, gui_modules.location_wizard.RegionDef.img, gui_modules.goutput.GMConsole.infoCollapseLabelCol, gui_modules.location_wizard.RegionDef.infoCollapseLabelCol, gui_modules.goutput.GMConsole.infoCollapseLabelExp, gui_modules.location_wizard.RegionDef.infoCollapseLabelExp, gui_modules.location_wizard.RegionDef.lcells, gui_modules.location_wizard.RegionDef.lcols, gui_modules.location_wizard.RegionDef.lrows, gui_modules.location_wizard.BaseClass.MakeLabel(), gui_modules.location_wizard.RegionDef.minWindowSize, gui_modules.location_wizard.RegionDef.settings3D, gui_modules.location_wizard.RegionDef.teast, gui_modules.location_wizard.RegionDef.tewres, gui_modules.location_wizard.RegionDef.tnorth, gui_modules.location_wizard.RegionDef.tnsres, gui_modules.location_wizard.RegionDef.tsouth, and gui_modules.location_wizard.RegionDef.twest.
def gui_modules.location_wizard.RegionDef.OnValue | ( | self, | |
event | |||
) |
Set given value.
Definition at line 2462 of file location_wizard.py.
References gui_modules.location_wizard.RegionDef.__UpdateInfo(), gui_modules.location_wizard.RegionDef.bottom, gui_modules.location_wizard.RegionDef.cells, gui_modules.location_wizard.RegionDef.cells3, gui_modules.location_wizard.RegionDef.cols, gui_modules.location_wizard.RegionDef.depth, gui_modules.location_wizard.RegionDef.east, gui_modules.location_wizard.RegionDef.ewres, gui_modules.location_wizard.RegionDef.north, gui_modules.location_wizard.RegionDef.nsres, gui_modules.location_wizard.RegionDef.rows, gui_modules.location_wizard.RegionDef.south, gui_modules.location_wizard.RegionDef.tbres, gui_modules.location_wizard.RegionDef.top, and gui_modules.location_wizard.RegionDef.west.
gui_modules.location_wizard.RegionDef.bcancel |
Definition at line 2140 of file location_wizard.py.
Referenced by gui_modules.location_wizard.RegionDef.OnSettings3DPaneChanged().
gui_modules.location_wizard.RegionDef.bottom |
Definition at line 2113 of file location_wizard.py.
Referenced by gui_modules.location_wizard.RegionDef.OnSetButton(), and gui_modules.location_wizard.RegionDef.OnValue().
gui_modules.location_wizard.RegionDef.bset |
Definition at line 2139 of file location_wizard.py.
Referenced by gui_modules.location_wizard.RegionDef.OnSettings3DPaneChanged().
gui_modules.location_wizard.RegionDef.cells |
Definition at line 2203 of file location_wizard.py.
Referenced by gui_modules.location_wizard.RegionDef.OnValue().
gui_modules.location_wizard.RegionDef.cells3 |
Definition at line 2211 of file location_wizard.py.
Referenced by gui_modules.location_wizard.RegionDef.OnValue().
gui_modules.location_wizard.RegionDef.cols |
Definition at line 2202 of file location_wizard.py.
Referenced by gui_modules.location_wizard.RegionDef.OnValue().
gui_modules.location_wizard.RegionDef.currlocation |
Definition at line 2160 of file location_wizard.py.
gui_modules.location_wizard.RegionDef.currmapset |
Definition at line 2161 of file location_wizard.py.
gui_modules.location_wizard.RegionDef.depth |
Definition at line 2210 of file location_wizard.py.
Referenced by gui_modules.location_wizard.RegionDef.OnValue().
gui_modules.location_wizard.RegionDef.east |
Definition at line 2107 of file location_wizard.py.
Referenced by gui_modules.location_wizard.RegionDef.OnSetButton(), and gui_modules.location_wizard.RegionDef.OnValue().
gui_modules.location_wizard.RegionDef.ewres |
Definition at line 2110 of file location_wizard.py.
Referenced by gui_modules.location_wizard.RegionDef.OnSetButton(), and gui_modules.location_wizard.RegionDef.OnValue().
gui_modules.location_wizard.RegionDef.img |
Definition at line 2146 of file location_wizard.py.
Referenced by gui_modules.location_wizard.RegionDef.OnSettings3DPaneChanged(), and gui_modules.mapdisp_window.BufferedWindow.UpdateMap().
gui_modules.location_wizard.RegionDef.infoCollapseLabelCol |
Definition at line 2217 of file location_wizard.py.
Referenced by gui_modules.location_wizard.RegionDef.OnSettings3DPaneChanged().
gui_modules.location_wizard.RegionDef.infoCollapseLabelExp |
Definition at line 2216 of file location_wizard.py.
Referenced by gui_modules.location_wizard.RegionDef.OnSettings3DPaneChanged().
gui_modules.location_wizard.RegionDef.lcells |
Definition at line 2134 of file location_wizard.py.
Referenced by gui_modules.location_wizard.RegionDef.OnSettings3DPaneChanged().
gui_modules.location_wizard.RegionDef.lcells3 |
Definition at line 2284 of file location_wizard.py.
gui_modules.location_wizard.RegionDef.lcols |
Definition at line 2133 of file location_wizard.py.
Referenced by gui_modules.location_wizard.RegionDef.OnSettings3DPaneChanged().
gui_modules.location_wizard.RegionDef.ldepth |
Definition at line 2283 of file location_wizard.py.
gui_modules.location_wizard.RegionDef.location |
Definition at line 2099 of file location_wizard.py.
gui_modules.location_wizard.RegionDef.lrows |
Definition at line 2132 of file location_wizard.py.
Referenced by gui_modules.location_wizard.RegionDef.OnSettings3DPaneChanged().
gui_modules.location_wizard.RegionDef.minWindowSize |
Definition at line 2263 of file location_wizard.py.
Referenced by gui_modules.location_wizard.RegionDef.OnSettings3DPaneChanged().
gui_modules.location_wizard.RegionDef.north |
Definition at line 2105 of file location_wizard.py.
Referenced by gui_modules.location_wizard.RegionDef.OnSetButton(), and gui_modules.location_wizard.RegionDef.OnValue().
gui_modules.location_wizard.RegionDef.nsres |
Definition at line 2109 of file location_wizard.py.
Referenced by gui_modules.location_wizard.RegionDef.OnSetButton(), and gui_modules.location_wizard.RegionDef.OnValue().
gui_modules.location_wizard.RegionDef.parent |
Definition at line 2098 of file location_wizard.py.
Referenced by gui_modules.wxvdigit.VDigitError.Database(), gui_modules.wxvdigit.VDigitError.DbExecute(), gui_modules.wxvdigit.VDigitError.DbLink(), gui_modules.wxvdigit.VDigitError.DeadLine(), gui_modules.wxvdigit.VDigitError.Driver(), gui_modules.wxvdigit.VDigitError.FeatureType(), gui_modules.wxvdigit.VDigitError.NoMap(), gui_modules.menuform.mainFrame.OnCancel(), gui_modules.menuform.mainFrame.OnDone(), wxgui.GMFrame.OnPsMap(), gui_modules.menuform.mainFrame.OnRun(), gui_modules.toolbars.VDigitToolbar.OnSelectMap(), gui_modules.toolbars.VDigitToolbar.OnSettings(), gui_modules.toolbars.NvizToolbar.OnSettings(), gui_modules.toolbars.AbstractToolbar.OnTool(), gui_modules.menuform.cmdPanel.OnUpdateSelection(), gui_modules.toolbars.VDigitToolbar.OnZBulk(), gui_modules.wxvdigit.VDigitError.ReadLine(), gui_modules.menuform.UpdateQThread.run(), gui_modules.toolbars.VDigitToolbar.StopEditing(), gui_modules.mapdisp_window.BufferedWindow.UpdateMap(), and gui_modules.wxvdigit.VDigitError.WriteLine().
gui_modules.location_wizard.RegionDef.rows |
Definition at line 2201 of file location_wizard.py.
Referenced by gui_modules.location_wizard.RegionDef.OnValue().
gui_modules.location_wizard.RegionDef.settings3D |
Definition at line 2218 of file location_wizard.py.
Referenced by gui_modules.location_wizard.RegionDef.OnSettings3DPaneChanged().
gui_modules.location_wizard.RegionDef.south |
Definition at line 2106 of file location_wizard.py.
Referenced by gui_modules.location_wizard.RegionDef.OnSetButton(), and gui_modules.location_wizard.RegionDef.OnValue().
gui_modules.location_wizard.RegionDef.tbottom |
Definition at line 2273 of file location_wizard.py.
gui_modules.location_wizard.RegionDef.tbres |
Definition at line 2116 of file location_wizard.py.
Referenced by gui_modules.location_wizard.RegionDef.OnSetButton(), and gui_modules.location_wizard.RegionDef.OnValue().
gui_modules.location_wizard.RegionDef.teast |
Definition at line 2125 of file location_wizard.py.
Referenced by gui_modules.location_wizard.RegionDef.OnSettings3DPaneChanged().
gui_modules.location_wizard.RegionDef.tewres |
Definition at line 2127 of file location_wizard.py.
Referenced by gui_modules.location_wizard.RegionDef.OnSettings3DPaneChanged().
gui_modules.location_wizard.RegionDef.tnorth |
Definition at line 2122 of file location_wizard.py.
Referenced by gui_modules.location_wizard.RegionDef.OnSettings3DPaneChanged().
gui_modules.location_wizard.RegionDef.tnsres |
Definition at line 2126 of file location_wizard.py.
Referenced by gui_modules.location_wizard.RegionDef.OnSettings3DPaneChanged().
gui_modules.location_wizard.RegionDef.top |
Definition at line 2112 of file location_wizard.py.
Referenced by gui_modules.location_wizard.RegionDef.OnSetButton(), and gui_modules.location_wizard.RegionDef.OnValue().
gui_modules.location_wizard.RegionDef.tsouth |
Definition at line 2123 of file location_wizard.py.
Referenced by gui_modules.location_wizard.RegionDef.OnSettings3DPaneChanged().
gui_modules.location_wizard.RegionDef.ttbres |
Definition at line 2275 of file location_wizard.py.
gui_modules.location_wizard.RegionDef.ttop |
Definition at line 2271 of file location_wizard.py.
gui_modules.location_wizard.RegionDef.twest |
Definition at line 2124 of file location_wizard.py.
Referenced by gui_modules.location_wizard.RegionDef.OnSettings3DPaneChanged().
gui_modules.location_wizard.RegionDef.west |
Definition at line 2108 of file location_wizard.py.
Referenced by gui_modules.location_wizard.RegionDef.OnSetButton(), and gui_modules.location_wizard.RegionDef.OnValue().