GRASS Programmer's Manual
6.4.2(2012)
|
Class represents instructions vareas, vlines, vpoints. More...
Public Member Functions | |
def | __init__ |
def | __str__ |
Returns particular part of text instruction. | |
def | Read |
Read instruction and save information. | |
![]() | |
def | __init__ |
def | __getitem__ |
def | __setitem__ |
def | GetInstruction |
Get current values. | |
def | SetInstruction |
Set default values. |
Data Fields | |
type | |
subType | |
defaultInstruction | |
instruction | |
mapDBInfo | |
layers | |
![]() | |
id | |
unitConv |
Class represents instructions vareas, vlines, vpoints.
Definition at line 1428 of file psmap_dialogs.py.
def gui_modules.psmap_dialogs.VProperties.__init__ | ( | self, | |
id, | |||
subType | |||
) |
Definition at line 1430 of file psmap_dialogs.py.
def gui_modules.psmap_dialogs.VProperties.__str__ | ( | self | ) |
Returns particular part of text instruction.
Reimplemented from gui_modules.psmap_dialogs.InstructionObject.
Definition at line 1456 of file psmap_dialogs.py.
References gui_modules.psmap.PsMapFrame.instruction, gui_modules.psmap_dialogs.Instruction.instruction, gui_modules.psmap_dialogs.InstructionObject.instruction, gui_modules.psmap.PsMapBufferedWindow.instruction, and gui_modules.psmap_dialogs.VProperties.subType.
def gui_modules.psmap_dialogs.VProperties.Read | ( | self, | |
instruction, | |||
text, | |||
kwargs | |||
) |
Read instruction and save information.
Reimplemented from gui_modules.psmap_dialogs.InstructionObject.
Definition at line 1520 of file psmap_dialogs.py.
References gui_modules.utils.split().
gui_modules.psmap_dialogs.VProperties.defaultInstruction |
Reimplemented from gui_modules.psmap_dialogs.InstructionObject.
Definition at line 1452 of file psmap_dialogs.py.
gui_modules.psmap_dialogs.VProperties.instruction |
Reimplemented from gui_modules.psmap_dialogs.InstructionObject.
Definition at line 1454 of file psmap_dialogs.py.
Referenced by gui_modules.psmap_dialogs.MapDialog.OnApply(), gui_modules.psmap_dialogs.RasterDialog.OnApply(), gui_modules.psmap_dialogs.MainVectorDialog.OnApply(), gui_modules.psmap_dialogs.VectorPanel.OnProperties(), gui_modules.psmap_dialogs.RasterPanel.update(), gui_modules.psmap_dialogs.VectorPanel.update(), gui_modules.psmap_dialogs.MapinfoDialog.update(), gui_modules.psmap_dialogs.ScalebarDialog.update(), and gui_modules.psmap_dialogs.TextDialog.update().
gui_modules.psmap_dialogs.VProperties.layers |
Definition at line 1532 of file psmap_dialogs.py.
Referenced by gui_modules.render.Map.Clean(), gui_modules.render.Map.DeleteLayer(), gui_modules.render.Map.GetLayerIndex(), gui_modules.render.Map.GetListOfLayers(), gui_modules.toolbars.VDigitToolbar.OnSelectMap(), gui_modules.workspace.ProcessGrcFile.read(), gui_modules.render.Map.RemoveLayer(), gui_modules.render.Map.ReorderLayers(), and gui_modules.toolbars.VDigitToolbar.UpdateListOfLayers().
gui_modules.psmap_dialogs.VProperties.mapDBInfo |
Definition at line 1531 of file psmap_dialogs.py.
gui_modules.psmap_dialogs.VProperties.subType |
Definition at line 1433 of file psmap_dialogs.py.
Referenced by gui_modules.psmap_dialogs.VProperties.__str__().
gui_modules.psmap_dialogs.VProperties.type |
Definition at line 1432 of file psmap_dialogs.py.
Referenced by icons.icon.MetaIcon.__str__(), icons.icon.MetaIcon.GetBitmap(), gui_modules.render.Layer.GetCmd(), gui_modules.render.Layer.GetElement(), gui_modules.render.Layer.GetType(), gui_modules.render.Layer.Render(), gui_modules.render.Layer.SetCmd(), and gui_modules.render.Layer.SetType().