#include </home/clem/local/src/opie/qmake/include/qtextstream.h>
Public Member Functions | |
| QTSManip (QTSMFI m, int a) | |
| void | exec (QTextStream &s) |
Private Attributes | |
| QTSMFI | mf |
| int | arg |
|
||||||||||||
|
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:
Definition at line 291 of file qtextstream.h. |
|
|
Calls the member function specified in the constructor, for object s. Used internally in e.g. endl:
s << "some text" << endl << "more text"; Definition at line 292 of file qtextstream.h. Referenced by operator<<(). |
|
|
Definition at line 295 of file qtextstream.h. |
|
|
Definition at line 294 of file qtextstream.h. |
1.4.2