GRASS Programmer's Manual
6.5.svn(2014)-r66266
|
Public Member Functions | |
def | __init__ |
def | update |
def | OnApply |
def | updateDialog |
Update information (not used) 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 | |
rPanel | |
id | |
Data Fields inherited from dialogs.PsmapDialog | |
apply | |
id | |
parent | |
instruction | |
objectType | |
unitConv | |
spinCtrlSize | |
gridBagSizerP | |
gridBagSizerM | |
Definition at line 1515 of file psmap/dialogs.py.
def dialogs.RasterDialog.__init__ | ( | self, | |
parent, | |||
id, | |||
settings | |||
) |
Definition at line 1516 of file psmap/dialogs.py.
def dialogs.RasterDialog.OnApply | ( | self, | |
event | |||
) |
Definition at line 1531 of file psmap/dialogs.py.
References dialogs.PsmapDialog.id, render.Overlay.id, model.ModelObject.id, model.ModelAction.id, model.ModelItem.id, wxnviz.Texture.id, dialogs.PsmapDialog.instruction, dialogs.PageSetupDialog.update(), dialogs.MapFramePanel.update(), dialogs.RasterPanel.update(), dialogs.VectorPanel.update(), and dialogs.RasterDialog.update().
Referenced by dialogs.VDigitCategoryDialog.OnOK(), dialogs.TextDialog.OnOk(), dialogs.OptDialog.OnOk(), dialogs.TextDialog.OnSave(), and dialogs.OptDialog.OnSave().
def dialogs.RasterDialog.update | ( | self | ) |
Definition at line 1525 of file psmap/dialogs.py.
Referenced by dialogs.RasterDialog.OnApply(), dialogs.MainVectorDialog.OnApply(), dialogs.TextDialog.OnBackground(), dialogs.TextDialog.OnBorder(), dialogs.TextDialog.OnHighlight(), dialogs.MapinfoDialog.OnIsBackground(), and dialogs.MapinfoDialog.OnIsBorder().
def dialogs.RasterDialog.updateDialog | ( | self | ) |
Update information (not used)
Definition at line 1543 of file psmap/dialogs.py.
Referenced by dialogs.MapinfoDialog.update().
dialogs.RasterDialog.id |
Definition at line 1522 of file psmap/dialogs.py.
dialogs.RasterDialog.objectType |
Definition at line 1518 of file psmap/dialogs.py.
dialogs.RasterDialog.rPanel |
Definition at line 1520 of file psmap/dialogs.py.