#include <qtextstream.h>
Public Member Functions | |
QTSManip (QTSMFI m, int a) | |
void | exec (QTextStream &s) |
Private Attributes | |
QTSMFI | mf |
int | arg |
Definition at line 278 of file qtextstream.h.
|
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:
Definition at line 280 of file qtextstream.h.
|
inline |
Calls the member function specified in the constructor, for object s. Used internally in e.g. endl:
Definition at line 281 of file qtextstream.h.
|
private |
Definition at line 284 of file qtextstream.h.
|
private |
Definition at line 283 of file qtextstream.h.