GRASS Programmer's Manual
6.5.svn(2014)-r66266
|
Class represents instructions vareas, vlines, vpoints. More...
Public Member Functions | |
def | __init__ |
def | __str__ |
def | Read |
Read instruction and save information. More... | |
Public Member Functions inherited from instructions.InstructionObject | |
def | __init__ |
def | __str__ |
Returns particular part of text instruction. More... | |
def | __getitem__ |
def | __setitem__ |
def | GetInstruction |
Get current values. More... | |
def | SetInstruction |
Set default values. More... | |
def | Read |
Read instruction and save them. More... | |
def | PercentToReal |
Converts text coordinates from percent of region to map coordinates. More... | |
Data Fields | |
type | |
subType | |
defaultInstruction | |
instruction | |
mapDBInfo | |
layers | |
Data Fields inherited from instructions.InstructionObject | |
id | |
defaultInstruction | |
instruction | |
unitConv | |
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 | ) |
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.
Definition at line 1704 of file instructions.py.
References utils.split().
instructions.VProperties.defaultInstruction |
Definition at line 1618 of file instructions.py.
instructions.VProperties.instruction |
Definition at line 1620 of file instructions.py.
instructions.VProperties.layers |
Definition at line 1716 of file instructions.py.
Referenced by toolbars.VDigitToolbar.OnSelectMap(), vinfo.VectorDBInfo.SelectFromTable(), and toolbars.VDigitToolbar.UpdateListOfLayers().
instructions.VProperties.mapDBInfo |
Definition at line 1715 of file instructions.py.
instructions.VProperties.subType |
Definition at line 1599 of file instructions.py.
Referenced by instructions.VProperties.__str__().
instructions.VProperties.type |
Definition at line 1598 of file instructions.py.
Referenced by widgets.BaseValidator.Validate().