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

Data Structures

class  Nviz

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.wxnviz.print_error (   msg,
  type 
)

Redirect stderr.

Definition at line 38 of file wxnviz.py.

Redirect progress info.

Definition at line 48 of file wxnviz.py.


Variable Documentation

Definition at line 59 of file wxnviz.py.

tuple gui_modules::wxnviz::errtype = CFUNCTYPE(UNCHECKED(c_int), String, c_int)

Definition at line 58 of file wxnviz.py.

Definition at line 61 of file wxnviz.py.

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

Definition at line 60 of file wxnviz.py.

Definition at line 36 of file wxnviz.py.

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