QTSManip Class Reference


The QTSManip class is an internal helper class for the QTextStream. More...

#include <qtstream.h>

List of all member functions.

Public Members


Detailed Description

The QTSManip class is an internal helper class for the QTextStream.

It is generally a very bad idea to use this class directly in application programs.


Member Function Documentation

QTSManip::QTSManip ( QTSMFI m, int a )

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

void QTSManip::exec ( QTextStream & s )

Calls the member function specified in the constructor, for object s. Used internally in e.g. endl:

    s << "some text" << endl << "more text";

This file is part of the Qt toolkit, copyright © 1995-97 Troll Tech, all rights reserved.

It was generated from the following files:


Generated at 17:19, 1997/09/30 for Qt version 1.30 by the webmaster at Troll Tech