GRASS Programmer's Manual  6.4.2(2012)
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
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.

def gui_modules.wxnviz.print_progress (   value)

Redirect progress info.

Definition at line 48 of file wxnviz.py.

Variable Documentation

tuple gui_modules.wxnviz.errfunc = errtype(print_error)

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.

tuple gui_modules.wxnviz.perfunc = pertype(print_progress)

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.

gui_modules.wxnviz.progress = None

Definition at line 36 of file wxnviz.py.