GRASS Programmer's Manual
6.4.2(2012)
|
wx.Panel with map (scale, region, border) settings More...
Public Member Functions | |
def | __init__ |
def | OnMap |
Selected map or region changing. | |
def | OnScaleChoice |
Selected scale type changing. | |
def | OnElementType |
Changes data in map selection tree ctrl popup. | |
def | OnBorder |
Enables/disable the part relating to border of map frame. | |
def | getId |
Returns id of raster map. | |
def | update |
Save changes. |
wx.Panel with map (scale, region, border) settings
Definition at line 2005 of file psmap_dialogs.py.
def gui_modules.psmap_dialogs.MapFramePanel.__init__ | ( | self, | |
parent, | |||
id, | |||
settings, | |||
rect, | |||
notebook = True |
|||
) |
Definition at line 2007 of file psmap_dialogs.py.
def gui_modules.psmap_dialogs.MapFramePanel.getId | ( | self | ) |
Returns id of raster map.
Definition at line 2328 of file psmap_dialogs.py.
References gui_modules.psmap_dialogs.InstructionObject.id, gui_modules.gmodeler.ModelObject.id, gui_modules.psmap_dialogs.PsmapDialog.id, gui_modules.gmodeler.ModelAction.id, gui_modules.psmap_dialogs.MapFramePanel.id, and gui_modules.gmodeler.ModelItem.id.
def gui_modules.psmap_dialogs.MapFramePanel.OnBorder | ( | self, | |
event | |||
) |
Enables/disable the part relating to border of map frame.
Definition at line 2323 of file psmap_dialogs.py.
References gui_modules.psmap_dialogs.MapFramePanel.borderColorText, gui_modules.psmap_dialogs.MapFramePanel.borderColourPicker, gui_modules.psmap_dialogs.MapFramePanel.borderWidthCtrl, and gui_modules.psmap_dialogs.MapFramePanel.borderWidthText.
def gui_modules.psmap_dialogs.MapFramePanel.OnElementType | ( | self, | |
event | |||
) |
Changes data in map selection tree ctrl popup.
Definition at line 2311 of file psmap_dialogs.py.
References gui_modules.psmap_dialogs.MapFramePanel.mapType.
def gui_modules.psmap_dialogs.MapFramePanel.OnMap | ( | self, | |
event | |||
) |
Selected map or region changing.
Definition at line 2208 of file psmap_dialogs.py.
def gui_modules.psmap_dialogs.MapFramePanel.OnScaleChoice | ( | self, | |
event | |||
) |
Selected scale type changing.
Definition at line 2242 of file psmap_dialogs.py.
References gui_modules.psmap_dialogs.MapFramePanel.center, gui_modules.psmap_dialogs.MapFramePanel.mapOrRegionText, gui_modules.psmap_dialogs.MapFramePanel.scale, and gui_modules.psmap_dialogs.MapFramePanel.scaleType.
def gui_modules.psmap_dialogs.MapFramePanel.update | ( | self | ) |
Save changes.
Definition at line 2332 of file psmap_dialogs.py.
References gui_modules.psmap_dialogs.MapFramePanel.mapFrameDict, gui_modules.psmap_dialogs.MapFramePanel.mapType, gui_modules.psmap_dialogs.MapFramePanel.scaleType, and gui_modules.utils.split().
Referenced by gui_modules.psmap_dialogs.RasterDialog.OnApply(), gui_modules.psmap_dialogs.MainVectorDialog.OnApply(), gui_modules.psmap_dialogs.TextDialog.OnBackground(), gui_modules.psmap_dialogs.TextDialog.OnBorder(), gui_modules.psmap_dialogs.TextDialog.OnHighlight(), gui_modules.psmap_dialogs.MapinfoDialog.OnIsBackground(), and gui_modules.psmap_dialogs.MapinfoDialog.OnIsBorder().
gui_modules.psmap_dialogs.MapFramePanel.book |
Definition at line 2014 of file psmap_dialogs.py.
gui_modules.psmap_dialogs.MapFramePanel.borderCheck |
Definition at line 2163 of file psmap_dialogs.py.
gui_modules.psmap_dialogs.MapFramePanel.borderColorText |
Definition at line 2169 of file psmap_dialogs.py.
Referenced by gui_modules.psmap_dialogs.MapFramePanel.OnBorder().
gui_modules.psmap_dialogs.MapFramePanel.borderColourPicker |
Definition at line 2171 of file psmap_dialogs.py.
Referenced by gui_modules.psmap_dialogs.MapFramePanel.OnBorder().
gui_modules.psmap_dialogs.MapFramePanel.borderWidthCtrl |
Definition at line 2172 of file psmap_dialogs.py.
Referenced by gui_modules.psmap_dialogs.MapFramePanel.OnBorder().
gui_modules.psmap_dialogs.MapFramePanel.borderWidthText |
Definition at line 2170 of file psmap_dialogs.py.
Referenced by gui_modules.psmap_dialogs.MapFramePanel.OnBorder().
gui_modules.psmap_dialogs.MapFramePanel.center |
Definition at line 2032 of file psmap_dialogs.py.
Referenced by gui_modules.psmap_dialogs.MapFramePanel.OnScaleChoice().
gui_modules.psmap_dialogs.MapFramePanel.centerSizer |
Definition at line 2117 of file psmap_dialogs.py.
gui_modules.psmap_dialogs.MapFramePanel.drawMap |
Definition at line 2094 of file psmap_dialogs.py.
gui_modules.psmap_dialogs.MapFramePanel.eastingText |
Definition at line 2121 of file psmap_dialogs.py.
gui_modules.psmap_dialogs.MapFramePanel.eastingTextCtrl |
Definition at line 2123 of file psmap_dialogs.py.
gui_modules.psmap_dialogs.MapFramePanel.id |
Definition at line 2010 of file psmap_dialogs.py.
Referenced by gui_modules.psmap_dialogs.MapFramePanel.getId(), gui_modules.psmap_dialogs.RasterPanel.getId(), gui_modules.psmap_dialogs.VectorPanel.getId(), gui_modules.psmap_dialogs.RasterPanel.update(), and gui_modules.psmap_dialogs.VectorPanel.update().
gui_modules.psmap_dialogs.MapFramePanel.instruction |
Definition at line 2011 of file psmap_dialogs.py.
Referenced by gui_modules.psmap_dialogs.VectorPanel.OnProperties(), gui_modules.psmap_dialogs.RasterPanel.update(), and gui_modules.psmap_dialogs.VectorPanel.update().
gui_modules.psmap_dialogs.MapFramePanel.mapDialog |
Definition at line 2016 of file psmap_dialogs.py.
gui_modules.psmap_dialogs.MapFramePanel.mapFrameDict |
Definition at line 2021 of file psmap_dialogs.py.
Referenced by gui_modules.psmap_dialogs.MapFramePanel.update().
gui_modules.psmap_dialogs.MapFramePanel.mapOrRegionText |
Definition at line 2096 of file psmap_dialogs.py.
Referenced by gui_modules.psmap_dialogs.MapFramePanel.OnScaleChoice().
gui_modules.psmap_dialogs.MapFramePanel.mapSizer |
Definition at line 2090 of file psmap_dialogs.py.
gui_modules.psmap_dialogs.MapFramePanel.mapText |
Definition at line 2099 of file psmap_dialogs.py.
gui_modules.psmap_dialogs.MapFramePanel.mapType |
Definition at line 2039 of file psmap_dialogs.py.
Referenced by gui_modules.psmap_dialogs.MapFramePanel.OnElementType(), and gui_modules.psmap_dialogs.MapFramePanel.update().
gui_modules.psmap_dialogs.MapFramePanel.northingText |
Definition at line 2122 of file psmap_dialogs.py.
gui_modules.psmap_dialogs.MapFramePanel.northingTextCtrl |
Definition at line 2124 of file psmap_dialogs.py.
gui_modules.psmap_dialogs.MapFramePanel.rasterTypeRadio |
Definition at line 2092 of file psmap_dialogs.py.
gui_modules.psmap_dialogs.MapFramePanel.rectAdjusted |
Definition at line 2400 of file psmap_dialogs.py.
gui_modules.psmap_dialogs.MapFramePanel.resolutionSpin |
Definition at line 2147 of file psmap_dialogs.py.
gui_modules.psmap_dialogs.MapFramePanel.scale |
Definition at line 2031 of file psmap_dialogs.py.
Referenced by gui_modules.psmap_dialogs.MapFramePanel.OnScaleChoice().
gui_modules.psmap_dialogs.MapFramePanel.scaleChoice |
Definition at line 2081 of file psmap_dialogs.py.
gui_modules.psmap_dialogs.MapFramePanel.scaleTextCtrl |
Definition at line 2127 of file psmap_dialogs.py.
gui_modules.psmap_dialogs.MapFramePanel.scaleType |
Definition at line 2038 of file psmap_dialogs.py.
Referenced by gui_modules.psmap_dialogs.MapFramePanel.OnScaleChoice(), and gui_modules.psmap_dialogs.MapFramePanel.update().
gui_modules.psmap_dialogs.MapFramePanel.select |
Definition at line 2100 of file psmap_dialogs.py.
gui_modules.psmap_dialogs.MapFramePanel.selected |
Definition at line 2212 of file psmap_dialogs.py.
Referenced by gui_modules.wxvdriver.DisplayDriver.DrawMap(), gui_modules.wxvdriver.DisplayDriver.GetDuplicates(), gui_modules.wxvdriver.DisplayDriver.GetSelected(), gui_modules.wxvdriver.DisplayDriver.GetSelectedIList(), gui_modules.wxvdriver.DisplayDriver.GetSelectedVertex(), gui_modules.vclean.VectorCleaningFrame.OnClearTool(), gui_modules.vclean.VectorCleaningFrame.OnMoveToolDown(), gui_modules.vclean.VectorCleaningFrame.OnMoveToolUp(), gui_modules.vclean.VectorCleaningFrame.OnSelect(), gui_modules.wxvdriver.DisplayDriver.SelectLineByPoint(), gui_modules.wxvdriver.DisplayDriver.SelectLinesByBox(), gui_modules.wxvdriver.DisplayDriver.SetSelected(), and gui_modules.wxvdriver.DisplayDriver.UnSelect().
gui_modules.psmap_dialogs.MapFramePanel.selectedMap |
Definition at line 2036 of file psmap_dialogs.py.
gui_modules.psmap_dialogs.MapFramePanel.selectedRegion |
Definition at line 2037 of file psmap_dialogs.py.
gui_modules.psmap_dialogs.MapFramePanel.staticBox |
Definition at line 2088 of file psmap_dialogs.py.
gui_modules.psmap_dialogs.MapFramePanel.vectorTypeRadio |
Definition at line 2093 of file psmap_dialogs.py.