§ 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";
§ exec()
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: