The Tool Classes
The tool classes are general-purpose classes that may be used
independently of the GUI classes.
Classes:
- QArray
(Template class that provides arrays of simple types)
- QBitArray
(Array of bits)
- QBuffer
(I/O device that operates on a QByteArray)
- QByteArray
(Array of bytes)
- QDataStream
(Basic functions for serialization of binary data to a QIODevice)
- QDate
(Date functions)
- QDateTime
(Combines QDate and QTime into a single class)
- QDict
(Template class that provides a dictionary based on
char*
keys)
- QDictIterator
(Iterator for QDict collections)
- QDir
(QDir can traverse the directory structure and read the contents of directories in a platform-independent way)
- QFile
(I/O device that operates on files)
- QFileInfo
(System-independent file information)
- QIODevice
(The base class of I/O devices)
- QIntDict
(Template class that provides a dictionary based on
long
keys)
- QIntDictIterator
(Iterator for QIntDict collections)
- QList
(Template class that provides doubly linked lists)
- QListIterator
(Iterator for QList collections)
- QPtrDict
(Template class that provides a dictionary based on
void*
keys)
- QPtrDictIterator
(Iterator for QPtrDict collections)
- QQueue
(Template class that provides a queue)
- QRegExp
(Pattern matching using regular expressions and wildcards)
- QStack
(Template class that provides a stack)
- QString
(Abstraction of the classic C zero-terminated char array (char*))
- QTextStream
(Basic functions for reading and writing text using a QIODevice)
- QTime
(Time functions)
Generated at 17:19, 1997/09/30 for Qt version 1.30 by the webmaster at Troll Tech