|
GRASS Programmer's Manual
6.5.svn(2014)-r66266
|


Public Member Functions | |
| def | __init__ |
| def | update |
| def | updateDialog |
| Update text coordinates, after moving. More... | |
Public Member Functions inherited from dialogs.PsmapDialog | |
| def | __init__ |
| def | AddUnits |
| def | AddPosition |
| def | AddExtendedPosition |
| Add widgets for setting position relative to paper and to map. More... | |
| def | AddFont |
Data Fields | |
| objectType | |
| rectObj | |
| rectDict | |
| id | |
| defaultDict | |
| panel | |
| outlineColorCtrl | |
| outlineTranspCtrl | |
| fillColorCtrl | |
| fillTranspCtrl | |
| widthCtrl | |
| mapId | |
Data Fields inherited from dialogs.PsmapDialog | |
| apply | |
| id | |
| parent | |
| instruction | |
| objectType | |
| unitConv | |
| spinCtrlSize | |
| gridBagSizerP | |
| gridBagSizerM | |
Definition at line 4813 of file psmap/dialogs.py.
| def dialogs.RectangleDialog.__init__ | ( | self, | |
| parent, | |||
| id, | |||
| settings, | |||
type = 'rectangle', |
|||
coordinates = None |
|||
| ) |
| coordinates | begin and end point coordinate (wx.Point, wx.Point) |
Definition at line 4814 of file psmap/dialogs.py.
| def dialogs.RectangleDialog.update | ( | self | ) |
Definition at line 4922 of file psmap/dialogs.py.
| def dialogs.RectangleDialog.updateDialog | ( | self | ) |
Update text coordinates, after moving.
Definition at line 4969 of file psmap/dialogs.py.
| dialogs.RectangleDialog.defaultDict |
Definition at line 4841 of file psmap/dialogs.py.
| dialogs.RectangleDialog.fillColorCtrl |
Definition at line 4877 of file psmap/dialogs.py.
| dialogs.RectangleDialog.fillTranspCtrl |
Definition at line 4878 of file psmap/dialogs.py.
| dialogs.RectangleDialog.id |
Definition at line 4831 of file psmap/dialogs.py.
| dialogs.RectangleDialog.mapId |
Definition at line 4926 of file psmap/dialogs.py.
| dialogs.RectangleDialog.objectType |
Definition at line 4825 of file psmap/dialogs.py.
| dialogs.RectangleDialog.outlineColorCtrl |
Definition at line 4856 of file psmap/dialogs.py.
| dialogs.RectangleDialog.outlineTranspCtrl |
Definition at line 4857 of file psmap/dialogs.py.
| dialogs.RectangleDialog.panel |
Definition at line 4842 of file psmap/dialogs.py.
| dialogs.RectangleDialog.rectDict |
Definition at line 4829 of file psmap/dialogs.py.
| dialogs.RectangleDialog.rectObj |
Definition at line 4828 of file psmap/dialogs.py.
| dialogs.RectangleDialog.widthCtrl |
Definition at line 4901 of file psmap/dialogs.py.