GRASS Programmer's Manual  6.5.svn(2014)-r66266
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
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 1023 of file goutput.py.

Constructor & Destructor Documentation

def goutput.GMStderr.__init__ (   self,
  parent 
)

Definition at line 1034 of file goutput.py.

Member Function Documentation

def goutput.GMStderr.flush (   self)

Definition at line 1041 of file goutput.py.

def goutput.GMStderr.write (   self,
  s 
)

Definition at line 1044 of file goutput.py.

Field Documentation

goutput.GMStderr.message

Definition at line 1038 of file goutput.py.

Referenced by statusbar.SbException.__str__(), and dialogs.PlotStatsFrame.OnCopy().

goutput.GMStderr.printMessage

Definition at line 1039 of file goutput.py.


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