GRASS Programmer's Manual
6.4.4(2014)-r
|
Set size for saved graphic file. More...
Public Member Functions | |
def | __init__ |
def | GetValues |
Get width/height values. More... | |
def | OnTemplate |
Template selected. More... | |
Data Fields | |
parent | |
panel | |
box | |
width | |
height | |
template | |
btnOK | |
btnCancel | |
Set size for saved graphic file.
Definition at line 2095 of file gui_core/dialogs.py.
def dialogs.ImageSizeDialog.__init__ | ( | self, | |
parent, | |||
id = wx.ID_ANY , |
|||
title = _("Set image size") , |
|||
style = wx.DEFAULT_DIALOG_STYLE , |
|||
kwargs | |||
) |
Definition at line 2098 of file gui_core/dialogs.py.
def dialogs.ImageSizeDialog.GetValues | ( | self | ) |
Get width/height values.
Definition at line 2175 of file gui_core/dialogs.py.
def dialogs.ImageSizeDialog.OnTemplate | ( | self, | |
event | |||
) |
Template selected.
Definition at line 2179 of file gui_core/dialogs.py.
dialogs.ImageSizeDialog.box |
Definition at line 2105 of file gui_core/dialogs.py.
dialogs.ImageSizeDialog.btnCancel |
Definition at line 2130 of file gui_core/dialogs.py.
dialogs.ImageSizeDialog.btnOK |
Definition at line 2128 of file gui_core/dialogs.py.
dialogs.ImageSizeDialog.height |
Definition at line 2114 of file gui_core/dialogs.py.
Referenced by wxnviz.Texture.Draw(), utils.Rect2D.GetHeight(), wxnviz.Texture.Load(), wxnviz.Texture.Resize(), wxnviz.Nviz.ResizeWindow(), wxnviz.Nviz.SaveToFile(), and wxnviz.Nviz.Start2D().
dialogs.ImageSizeDialog.panel |
Definition at line 2103 of file gui_core/dialogs.py.
Referenced by prompt.GPromptPopUp.__init__(), prompt.GPromptSTC.__init__(), and prompt.GPrompt.GetPanel().
dialogs.ImageSizeDialog.parent |
Definition at line 2099 of file gui_core/dialogs.py.
Referenced by wxdigit.VDigitError.Database(), wxdigit.VDigitError.DbExecute(), wxdigit.VDigitError.DbLink(), wxdigit.VDigitError.DeadLine(), wxdigit.VDigitError.Driver(), wxdigit.VDigitError.FeatureType(), colorrules.RulesPanel.LoadRules(), wxdigit.VDigitError.NoMap(), forms.TaskFrame.OnCancel(), forms.TaskFrame.OnDone(), mapwindow.GLWindow.OnLeftUp(), mapwindow.BufferedWindow.OnLeftUp(), frame.PsMapBufferedWindow.OnLeftUp(), goutput.GMConsole.OnOutputSave(), forms.TaskFrame.OnRun(), toolbars.VDigitToolbar.OnSelectMap(), gselect.GdalSelect.OnSetDsn(), toolbars.LMNvizToolbar.OnSettings(), toolbars.VDigitToolbar.OnSettings(), toolbars.BaseToolbar.OnTool(), forms.CmdPanel.OnUpdateSelection(), toolbars.VDigitToolbar.OnZBulk(), wxdigit.VDigitError.ReadLine(), goutput.CmdThread.run(), forms.UpdateQThread.run(), goutput.GMConsole.RunCmd(), toolbars.VDigitToolbar.StopEditing(), colorrules.VectorColorTable.UpdateColorColumn(), mapwindow.BufferedWindow.UpdateMap(), and wxdigit.VDigitError.WriteLine().
dialogs.ImageSizeDialog.template |
Definition at line 2118 of file gui_core/dialogs.py.
dialogs.ImageSizeDialog.width |
Definition at line 2109 of file gui_core/dialogs.py.
Referenced by wxnviz.Texture.Draw(), wxnviz.Nviz.GetRotationParameters(), utils.Rect2D.GetWidth(), wxnviz.Texture.Load(), wxnviz.Texture.Resize(), wxnviz.Nviz.ResizeWindow(), wxnviz.Nviz.SaveToFile(), and wxnviz.Nviz.Start2D().