Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

QTSManip Class Reference

#include </home/clem/local/src/opie/qmake/include/qtextstream.h>

List of all members.

Public Member Functions

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

Private Attributes

QTSMFI mf
int arg


Constructor & Destructor Documentation

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";

Definition at line 291 of file qtextstream.h.


Member Function Documentation

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";

Definition at line 292 of file qtextstream.h.

Referenced by operator<<().


Member Data Documentation

int QTSManip::arg [private]
 

Definition at line 295 of file qtextstream.h.

QTSMFI QTSManip::mf [private]
 

Definition at line 294 of file qtextstream.h.


The documentation for this class was generated from the following files:
Generated on Sat Nov 5 17:49:54 2005 for OPIE by  doxygen 1.4.2