GRASS Programmer's Manual  6.5.svn(2014)-r66266
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
instructions.VProperties Class Reference

Class represents instructions vareas, vlines, vpoints. More...

Inheritance diagram for instructions.VProperties:
Collaboration diagram for instructions.VProperties:

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
 

Detailed Description

Class represents instructions vareas, vlines, vpoints.

Definition at line 1594 of file instructions.py.

Constructor & Destructor Documentation

def instructions.VProperties.__init__ (   self,
  id,
  subType 
)

Definition at line 1596 of file instructions.py.

Member Function Documentation

def instructions.VProperties.Read (   self,
  instruction,
  text,
  kwargs 
)

Read instruction and save information.

Definition at line 1704 of file instructions.py.

References utils.split().

Field Documentation

instructions.VProperties.defaultInstruction

Definition at line 1618 of file instructions.py.

instructions.VProperties.instruction

Definition at line 1620 of file instructions.py.

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().


The documentation for this class was generated from the following file: