GRASS Programmer's Manual  6.4.2(2012)
gui_modules::wxvdriver Namespace Reference

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)

Function Documentation

def gui_modules.wxvdriver.print_error (   msg,
  type 
)

Redirect stderr.

Definition at line 35 of file wxvdriver.py.

Redirect progress info.

Definition at line 45 of file wxvdriver.py.


Variable Documentation

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.

Definition at line 32 of file wxvdriver.py.

tuple gui_modules::wxvdriver::pertype = CFUNCTYPE(UNCHECKED(c_int), c_int)

Definition at line 57 of file wxvdriver.py.

Definition at line 33 of file wxvdriver.py.

 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines