GRASS Programmer's Manual
6.5.svn(2014)-r66266
|
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 2144 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 2147 of file gui_core/dialogs.py.
def dialogs.ImageSizeDialog.GetValues | ( | self | ) |
Get width/height values.
Definition at line 2224 of file gui_core/dialogs.py.
def dialogs.ImageSizeDialog.OnTemplate | ( | self, | |
event | |||
) |
Template selected.
Definition at line 2228 of file gui_core/dialogs.py.
dialogs.ImageSizeDialog.box |
Definition at line 2154 of file gui_core/dialogs.py.
dialogs.ImageSizeDialog.btnCancel |
Definition at line 2179 of file gui_core/dialogs.py.
dialogs.ImageSizeDialog.btnOK |
Definition at line 2177 of file gui_core/dialogs.py.
dialogs.ImageSizeDialog.height |
Definition at line 2163 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 2152 of file gui_core/dialogs.py.
Referenced by prompt.GPromptPopUp.__init__(), prompt.GPromptSTC.__init__(), and prompt.GPrompt.GetPanel().
dialogs.ImageSizeDialog.parent |
Definition at line 2148 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 2167 of file gui_core/dialogs.py.
dialogs.ImageSizeDialog.width |
Definition at line 2158 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().