|
GRASS Programmer's Manual
6.4.2(2012)
|
Class representing virtual map. More...


Public Member Functions | |
| def | __init__ |
Public Member Functions inherited from gui_modules.psmap_dialogs.InstructionObject | |
| def | __str__ |
| Returns particular part of text instruction. | |
| def | __getitem__ |
| def | __setitem__ |
| def | GetInstruction |
| Get current values. | |
| def | SetInstruction |
| Set default values. | |
| def | Read |
| Read instruction and save them. | |
Data Fields | |
| type | |
| defaultInstruction | |
| instruction | |
Data Fields inherited from gui_modules.psmap_dialogs.InstructionObject | |
| id | |
| unitConv | |
Class representing virtual map.
Definition at line 661 of file psmap_dialogs.py.
| def gui_modules.psmap_dialogs.InitMap.__init__ | ( | self, | |
| id | |||
| ) |
Reimplemented from gui_modules.psmap_dialogs.InstructionObject.
Definition at line 663 of file psmap_dialogs.py.
| gui_modules.psmap_dialogs.InitMap.defaultInstruction |
Reimplemented from gui_modules.psmap_dialogs.InstructionObject.
Definition at line 668 of file psmap_dialogs.py.
| gui_modules.psmap_dialogs.InitMap.instruction |
Reimplemented from gui_modules.psmap_dialogs.InstructionObject.
Definition at line 670 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.InitMap.type |
Definition at line 665 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().