GRASS Programmer's Manual
6.4.2(2012)
|
validates input in textctrls, combobox, taken from wxpython demo More...
Public Member Functions | |
def | __init__ |
def | Clone |
def | Validate |
def | OnChar |
Data Fields | |
flag |
validates input in textctrls, combobox, taken from wxpython demo
Definition at line 134 of file psmap_dialogs.py.
def gui_modules.psmap_dialogs.TCValidator.__init__ | ( | self, | |
flag = None |
|||
) |
Definition at line 136 of file psmap_dialogs.py.
def gui_modules.psmap_dialogs.TCValidator.Clone | ( | self | ) |
Definition at line 141 of file psmap_dialogs.py.
References gui_modules.layertree.LayerTree.flag, and gui_modules.psmap_dialogs.TCValidator.flag.
def gui_modules.psmap_dialogs.TCValidator.OnChar | ( | self, | |
event | |||
) |
Definition at line 155 of file psmap_dialogs.py.
References gui_modules.layertree.LayerTree.flag, and gui_modules.psmap_dialogs.TCValidator.flag.
def gui_modules.psmap_dialogs.TCValidator.Validate | ( | self, | |
win | |||
) |
Definition at line 144 of file psmap_dialogs.py.
References gui_modules.layertree.LayerTree.flag, gui_modules.psmap_dialogs.TCValidator.flag, gui_modules.histogram.HistFrame.GetWindow(), gui_modules.render.Map.GetWindow(), gui_modules.gcpmapdisp.MapFrame.GetWindow(), and gui_modules.mapdisp.MapFrame.GetWindow().
Definition at line 136 of file psmap_dialogs.py.
Referenced by gui_modules.psmap_dialogs.TCValidator::Clone(), gui_modules.psmap_dialogs.TCValidator::OnChar(), and gui_modules.psmap_dialogs.TCValidator::Validate().