GRASS Programmer's Manual
6.4.2(2012)
|
Data Structures | |
class | DisplayDriver |
Functions | |
def | print_error |
Redirect stderr. | |
def | print_progress |
Redirect progress info. |
Variables | |
log = None | |
progress = None | |
tuple | errtype = CFUNCTYPE(UNCHECKED(c_int), String, c_int) |
tuple | errfunc = errtype(print_error) |
tuple | pertype = CFUNCTYPE(UNCHECKED(c_int), c_int) |
tuple | perfunc = pertype(print_progress) |
def gui_modules.wxvdriver.print_error | ( | msg, | |
type | |||
) |
Redirect stderr.
Definition at line 35 of file wxvdriver.py.
def gui_modules.wxvdriver.print_progress | ( | value | ) |
Redirect progress info.
Definition at line 45 of file wxvdriver.py.
tuple gui_modules.wxvdriver.errfunc = errtype(print_error) |
Definition at line 56 of file wxvdriver.py.
tuple gui_modules.wxvdriver.errtype = CFUNCTYPE(UNCHECKED(c_int), String, c_int) |
Definition at line 55 of file wxvdriver.py.
gui_modules.wxvdriver.log = None |
Definition at line 32 of file wxvdriver.py.
tuple gui_modules.wxvdriver.perfunc = pertype(print_progress) |
Definition at line 58 of file wxvdriver.py.
tuple gui_modules.wxvdriver.pertype = CFUNCTYPE(UNCHECKED(c_int), c_int) |
Definition at line 57 of file wxvdriver.py.
gui_modules.wxvdriver.progress = None |
Definition at line 33 of file wxvdriver.py.