GRASS Programmer's Manual
6.4.4(2014)-r
|
Public Member Functions | |
def | __init__ (self, parent, id, settings) |
def | OnConvergence (self, event) |
![]() | |
def | __init__ |
def | OnDirChanged (self, event) |
Image directory changed. More... | |
def | OnPositionType (self, event) |
def | OnImageSelectionChanged (self, event) |
Image selected, show preview and size. More... | |
def | ScaleToPreview (self, img) |
Scale image to preview size. More... | |
def | DrawWarningText (self, warning) |
Draw text on preview window. More... | |
def | DrawBitmap (self, bitmap) |
Draw bitmap, center it if smaller than preview size. More... | |
def | SetSizeInfoLabel (self, image) |
Update image size label. More... | |
def | ClearPreview (self) |
Clear preview window. More... | |
def | update (self) |
def | updateDialog (self) |
Update text coordinates, after moving. More... | |
![]() | |
def | __init__ |
def | AddUnits (self, parent, dialogDict) |
def | AddPosition (self, parent, dialogDict) |
def | AddExtendedPosition (self, panel, gridBagSizer, dialogDict) |
Add widgets for setting position relative to paper and to map. More... | |
def | AddFont |
Data Fields | |
objectType | |
![]() | |
objectType | |
imageObj | |
imageDict | |
id | |
mapId | |
imagePanelName | |
imagePanel | |
positionPanel | |
previewSize | |
![]() | |
apply | |
id | |
parent | |
instruction | |
objectType | |
unitConv | |
spinCtrlSize | |
gridBagSizerP | |
gridBagSizerM | |
Definition at line 4490 of file psmap/dialogs.py.
def dialogs.NorthArrowDialog.__init__ | ( | self, | |
parent, | |||
id, | |||
settings | |||
) |
Definition at line 4491 of file psmap/dialogs.py.
def dialogs.NorthArrowDialog.OnConvergence | ( | self, | |
event | |||
) |
Definition at line 4513 of file psmap/dialogs.py.
References gcmd.RunCommand(), widgets.SetValue(), and utils.split().
dialogs.NorthArrowDialog.objectType |
Definition at line 4495 of file psmap/dialogs.py.