GRASS Programmer's Manual  6.5.svn(2014)-r66266
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
wxdisplay Namespace Reference

Data Structures

class  DisplayDriver
 

Functions

def print_error
 Redirect stderr. More...
 
def print_progress
 Redirect progress info. More...
 

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

Redirect stderr.

Definition at line 37 of file wxdisplay.py.

def wxdisplay.print_progress (   value)

Redirect progress info.

Definition at line 47 of file wxdisplay.py.

Variable Documentation

tuple wxdisplay.errfunc = errtype(print_error)

Definition at line 58 of file wxdisplay.py.

tuple wxdisplay.errtype = CFUNCTYPE(UNCHECKED(c_int), String, c_int)

Definition at line 57 of file wxdisplay.py.

wxdisplay.log = None

Definition at line 34 of file wxdisplay.py.

tuple wxdisplay.perfunc = pertype(print_progress)

Definition at line 60 of file wxdisplay.py.

tuple wxdisplay.pertype = CFUNCTYPE(UNCHECKED(c_int), c_int)

Definition at line 59 of file wxdisplay.py.

wxdisplay.progress = None

Definition at line 35 of file wxdisplay.py.