Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

TerminalBuf Class Reference

#include <textview.h>

Inheritance diagram for TerminalBuf::

List of all members.

Public Methods

 TerminalBuf (TTerminal *tt)
virtual int overflow (int c=EOF)
virtual int sync ()

Protected Attributes

TTerminalterm

Detailed Description

Undocumented.

Definition at line 178 of file textview.h.


Constructor & Destructor Documentation

TerminalBuf::TerminalBuf ( TTerminal * tt )
 

Undocumented.


Member Function Documentation

int TerminalBuf::overflow ( int c = EOF ) [virtual]
 

Overrides the corresponding function in class streambuf.

When the internal buffer in a streambuf is full and the iostream associated with that streambuf tries to put another character into the buffer, overflow() is called. Its argument `c' is the character that caused the overflow.

In TerminalBuf the underlying streambuf has no buffer, so every character results in an overflow() call.

int TerminalBuf::sync ( ) [virtual]
 

Undocumented.


Member Data Documentation

TTerminal * TerminalBuf::term [protected]
 

Undocumented.

Definition at line 184 of file textview.h.


The documentation for this class was generated from the following file:
Generated at Sat Sep 22 20:19:24 2001 for TVision by doxygen1.2.8.1 written by Dimitri van Heesch, © 1997-2001