Itasca C++ Interface
Loading...
Searching...
No Matches
Public Member Functions | List of all members
itasca::ITextOutput Class Referenceabstract

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.
 

Detailed Description

Provides a interface for simple writing of text.

Provides interface for simple writing of text.

Member Function Documentation

◆ setLocalPaginationOn()

virtual void itasca::ITextOutput::setLocalPaginationOn ( const string & name)
pure virtual

Turn on the local pagination and set the description to name.

Parameters
nameQString identifying pagination.

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