| Itasca C++ Interface
    | 
Provides a interface for simple writing of text. More...
#include <itextoutput.h>
| Public Member Functions | |
| virtual void | setLocalPaginationOn (const string &name)=0 | 
| virtual void | setLocalPaginationOff ()=0 | 
| Turn off the local pagination. | |
| virtual void | setRecordHeader (bool b)=0 | 
| Turns on or off the header recording. | |
| virtual void | setHeader (const string &s)=0 | 
| Sets header to the string s. | |
| virtual void | sendOutput (const string &s)=0 | 
| Sends output directly to the output device. Throws exception on quit, pagination or interrupt. | |
| virtual shared::IStream * | getStream ()=0 | 
| Retrieves the underlying device implementation. | |
Provides a interface for simple writing of text.
Provides interface for simple writing of text.
| 
 | pure virtual | 
Turn on the local pagination and set the description to name.
| name | QString identifying pagination. |