GRASS Programmer's Manual  6.4.2(2012)
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
gui_modules.goutput.GMStderr Class Reference

GMConsole standard error output. More...

Public Member Functions

def __init__
def flush
def write

Data Fields

 parent
 type
 message
 printMessage

Detailed Description

GMConsole standard error output.

Based on FrameOutErr.py

Name: FrameOutErr.py Purpose: Redirecting stdout / stderr Author: Jean-Michel Fauth, Switzerland Copyright: (c) 2005-2007 Jean-Michel Fauth Licence: GPL

Definition at line 908 of file goutput.py.


Constructor & Destructor Documentation

def gui_modules.goutput.GMStderr.__init__ (   self,
  parent 
)

Definition at line 919 of file goutput.py.


Member Function Documentation

def gui_modules.goutput.GMStderr.flush (   self)

Definition at line 926 of file goutput.py.

def gui_modules.goutput.GMStderr.write (   self,
  s 
)

Definition at line 929 of file goutput.py.


Field Documentation

gui_modules.goutput.GMStderr.message

Definition at line 923 of file goutput.py.

gui_modules.goutput.GMStderr.printMessage

Definition at line 924 of file goutput.py.


The documentation for this class was generated from the following file: