#include <textview.h>
Inheritance diagram for TTextDevice::
Public Methods | |
TTextDevice (const TRect &bounds, TScrollBar *aHScrollBar, TScrollBar *aVScrollBar) | |
virtual int | do_sputn (const char *s, int count)=0 |
Apart from the data members and member functions inherited from TScroller, TTextDevice defines virtual member functions for reading and writing strings from and to the device.
TTextDevice exists solely as a base type for deriving real terminal drivers. TTextDevice uses TScroller's destructor.
Definition at line 35 of file textview.h.
|
Creates a TTextDevice object with the given bounds, horizontal and vertical scroll bars by calling TScroller constructor with the `bounds' and scroller arguments.
|
|
Overrides the corresponding function in class streambuf. This is an internal function that is called whenever a character string is to be inserted into the internal buffer. Reimplemented in TTerminal. |