ISLEman
Public Member Functions | List of all members
QTSManip Class Reference

Public Member Functions

 QTSManip (QTSMFI m, int a)
 
void exec (QTextStream &s)
 

Constructor & Destructor Documentation

§ QTSManip()

QTSManip::QTSManip ( QTSMFI  m,
int  a 
)
inline

Constructs a QTSManip object which will call m (a member function in QTextStream which accepts a single int) with argument a when QTSManip::exec() is called. Used internally in e.g. endl:

s << "some text" << endl << "more text";

Member Function Documentation

§ exec()

void QTSManip::exec ( QTextStream s)
inline

Calls the member function specified in the constructor, for object s. Used internally in e.g. endl:

s << "some text" << endl << "more text";

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