Eneboo - Documentación para desarrolladores
|
#include <qtextstream.h>
Métodos públicos | |
QTSManip (QTSMFI m, int a) | |
void | exec (QTextStream &s) |
QTSManip (QTSMFI m, int a) | |
void | exec (QTextStream &s) |
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:
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";
void QTSManip::exec | ( | QTextStream & | s | ) | [inline] |