|
GRASS Programmer's Manual
6.4.4(2014)-r
|
Class representing eps instruction – North Arrow. More...


Public Member Functions | |
| def | __init__ (self, id, settings) |
| def | __str__ (self) |
Public Member Functions inherited from instructions.Image | |
| def | __init__ (self, id, settings) |
| def | __str__ (self) |
| def | Read (self, instruction, text, kwargs) |
| Read instruction and save information. More... | |
| def | ChangeRefPoint (self, toCenter) |
| Change reference point (left top x center) More... | |
| def | GetImageOrigSize (self, imagePath) |
| Get image size. More... | |
Public Member Functions inherited from instructions.InstructionObject | |
| def | __init__ (self, id) |
| def | __str__ (self) |
| Returns particular part of text instruction. More... | |
| def | __getitem__ (self, key) |
| def | __setitem__ (self, key, value) |
| def | GetInstruction (self) |
| Get current values. More... | |
| def | SetInstruction (self, instruction) |
| Set default values. More... | |
| def | Read (self, instruction, text, kwargs) |
| Read instruction and save them. More... | |
| def | PercentToReal (self, e, n) |
| Converts text coordinates from percent of region to map coordinates. More... | |
Data Fields | |
| type | |
Data Fields inherited from instructions.Image | |
| settings | |
| type | |
| defaultInstruction | |
| instruction | |
Data Fields inherited from instructions.InstructionObject | |
| id | |
| defaultInstruction | |
| instruction | |
| unitConv | |
Class representing eps instruction – North Arrow.
Definition at line 996 of file instructions.py.
| def instructions.NorthArrow.__init__ | ( | self, | |
| id, | |||
| settings | |||
| ) |
Definition at line 998 of file instructions.py.
| def instructions.NorthArrow.__str__ | ( | self | ) |
Definition at line 1002 of file instructions.py.
References instructions.Image.ChangeRefPoint(), 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.
| instructions.NorthArrow.type |
Definition at line 1000 of file instructions.py.
Referenced by widgets.BaseValidator.Validate().