|
GRASS Programmer's Manual
6.5.svn(2012)-r51648
|
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. | |
Data Fields | |
| type | |
| subType | |
| defaultInstruction | |
| instruction | |
| mapDBInfo | |
| layers | |
Class represents instructions vareas, vlines, vpoints.
Definition at line 1594 of file instructions.py.
| def instructions.VProperties.__init__ | ( | self, | |
| id, | |||
| subType | |||
| ) |
Definition at line 1596 of file instructions.py.
| def instructions.VProperties.__str__ | ( | self | ) |
Returns particular part of text instruction.
Reimplemented from instructions.InstructionObject.
Definition at line 1622 of file instructions.py.
References instructions.Instruction.instruction, frame.PsMapFrame.instruction, dialogs.PsmapDialog.instruction, instructions.InstructionObject.instruction, dialogs.MapFramePanel.instruction, frame.PsMapBufferedWindow.instruction, dialogs.RasterPanel.instruction, dialogs.VectorPanel.instruction, dialogs.LegendDialog.instruction, utils.split(), and instructions.VProperties.subType.
| def instructions.VProperties.Read | ( | self, | |
| instruction, | |||
| text, | |||
| kwargs | |||
| ) |
Read instruction and save information.
Reimplemented from instructions.InstructionObject.
Definition at line 1704 of file instructions.py.
References utils.split().
Reimplemented from instructions.InstructionObject.
Definition at line 1618 of file instructions.py.
Reimplemented from instructions.InstructionObject.
Definition at line 1620 of file instructions.py.
Definition at line 1716 of file instructions.py.
Referenced by toolbars.VDigitToolbar.OnSelectMap(), vinfo.VectorDBInfo.SelectFromTable(), and toolbars.VDigitToolbar.UpdateListOfLayers().
Definition at line 1715 of file instructions.py.
Definition at line 1599 of file instructions.py.
Referenced by instructions.VProperties.__str__().
Definition at line 1598 of file instructions.py.
Referenced by widgets.BaseValidator.Validate().