GRASS Programmer's Manual
6.5.svn(2014)-r66266
|
Class representing page instruction. 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 | |
defaultInstruction | |
instruction | |
cats | |
subInstr | |
Data Fields inherited from instructions.InstructionObject | |
id | |
defaultInstruction | |
instruction | |
unitConv | |
Class representing page instruction.
Definition at line 644 of file instructions.py.
def instructions.PageSetup.__init__ | ( | self, | |
id | |||
) |
Definition at line 646 of file instructions.py.
def instructions.PageSetup.__str__ | ( | self | ) |
Definition at line 655 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, and dialogs.LegendDialog.instruction.
def instructions.PageSetup.Read | ( | self, | |
instruction, | |||
text, | |||
kwargs | |||
) |
Read instruction and save information.
Definition at line 664 of file instructions.py.
instructions.PageSetup.cats |
Definition at line 667 of file instructions.py.
Referenced by dialogs.VDigitCategoryDialog.ApplyChanges(), wxdigit.IVDigit.CopyCats(), wxdigit.IVDigit.InitCats(), dialogs.VDigitCategoryDialog.OnAddCat(), dialogs.VDigitCategoryDialog.OnEndEdit(), dialogs.VDigitCategoryDialog.OnFeature(), dialogs.VDigitCategoryDialog.OnItemDelete(), dialogs.VDigitCategoryDialog.OnItemDeleteAll(), dialogs.VDigitCategoryDialog.OnReload(), wxdigit.IVDigit.SetCategory(), and dialogs.VDigitCategoryDialog.UpdateDialog().
instructions.PageSetup.defaultInstruction |
Definition at line 650 of file instructions.py.
instructions.PageSetup.instruction |
Definition at line 653 of file instructions.py.
instructions.PageSetup.subInstr |
Definition at line 668 of file instructions.py.
instructions.PageSetup.type |
Definition at line 648 of file instructions.py.
Referenced by widgets.BaseValidator.Validate().