GRASS Programmer's Manual
6.5.svn(2014)-r66266
|
Public Member Functions | |
def | __init__ |
def | OnText |
Do validation. More... | |
def | Validate |
def | TransferToWindow |
def | TransferFromWindow |
Definition at line 256 of file widgets.py.
def widgets.BaseValidator.__init__ | ( | self | ) |
Definition at line 257 of file widgets.py.
References dialogs.ModelSearchDialog.OnText(), widgets.BaseValidator.OnText(), sqlbuilder.SQLFrame.OnText(), dialogs.TextLayerDialog.OnText(), and frame.VariablePanel.OnText().
def widgets.BaseValidator.OnText | ( | self, | |
event | |||
) |
Do validation.
Definition at line 262 of file widgets.py.
References widgets.BaseValidator.Validate(), and model.Model.Validate().
Referenced by widgets.BaseValidator.__init__().
def widgets.BaseValidator.TransferFromWindow | ( | self | ) |
Definition at line 292 of file widgets.py.
def widgets.BaseValidator.TransferToWindow | ( | self | ) |
Definition at line 289 of file widgets.py.
def widgets.BaseValidator.Validate | ( | self | ) |
Validate input
Definition at line 268 of file widgets.py.
References mapdisp.MapFrameBase.GetWindow(), histogram.HistogramFrame.GetWindow(), render.Map.GetWindow(), G3d_paramType.type, _state.type, file_info.type, render.Layer.type, N_les.type, gselect.TreeCtrlComboPopup.type, N_array_2d.type, N_array_3d.type, widgets.IntegerValidator.type, widgets.FloatValidator.type, N_data_star.type, instructions.InitMap.type, instructions.MapFrame.type, instructions.PageSetup.type, instructions.Mapinfo.type, instructions.Text.type, instructions.Image.type, instructions.NorthArrow.type, instructions.Point.type, goutput.GMStderr.type, instructions.Line.type, instructions.Rectangle.type, instructions.Scalebar.type, instructions.RasterLegend.type, frame.VariablePanel.type, preferences.DefaultFontDialog.type, instructions.VectorLegend.type, instructions.Raster.type, instructions.Vector.type, dialogs.VPropertiesDialog.type, and instructions.VProperties.type.
Referenced by widgets.BaseValidator.OnText().