GRASS Programmer's Manual
6.4.2(2012)
|
Validator for floating-point input. More...
Public Member Functions | |
def | __init__ |
def | Clone |
Clone validator. | |
def | Validate |
def | OnText |
Do validation. | |
def | TransferToWindow |
def | TransferFromWindow |
Validator for floating-point input.
Definition at line 1854 of file menuform.py.
def gui_modules.menuform.FloatValidator.__init__ | ( | self | ) |
Definition at line 1856 of file menuform.py.
References gui_modules.location_wizard.ProjectionsPage.OnText(), gui_modules.gdialogs.TextLayerDialog.OnText(), gui_modules.location_wizard.EllipsePage.OnText(), gui_modules.location_wizard.GeoreferencedFilePage.OnText(), gui_modules.location_wizard.WKTPage.OnText(), gui_modules.location_wizard.EPSGPage.OnText(), gui_modules.menuform.FloatValidator.OnText(), gui_modules.gmodeler.ModelSearchDialog.OnText(), and gui_modules.gmodeler.VariablePanel.OnText().
def gui_modules.menuform.FloatValidator.Clone | ( | self | ) |
Clone validator.
Definition at line 1861 of file menuform.py.
def gui_modules.menuform.FloatValidator.OnText | ( | self, | |
event | |||
) |
Do validation.
Definition at line 1886 of file menuform.py.
References gui_modules.gmodeler.Model.Validate(), and gui_modules.menuform.FloatValidator.Validate().
Referenced by gui_modules.menuform.FloatValidator.__init__().
def gui_modules.menuform.FloatValidator.TransferFromWindow | ( | self | ) |
Definition at line 1895 of file menuform.py.
def gui_modules.menuform.FloatValidator.TransferToWindow | ( | self | ) |
Definition at line 1892 of file menuform.py.
def gui_modules.menuform.FloatValidator.Validate | ( | self | ) |
Validate input
Definition at line 1865 of file menuform.py.
References gui_modules.histogram.HistFrame.GetWindow(), gui_modules.render.Map.GetWindow(), gui_modules.gcpmapdisp.MapFrame.GetWindow(), and gui_modules.mapdisp.MapFrame.GetWindow().
Referenced by gui_modules.menuform.FloatValidator.OnText().