![]() |
Home · All Classes · Main Classes · Grouped Classes · Modules · Functions | ![]() |
The non-GUI classes are general-purpose collection and string classes that may be used independently of the GUI classes.
In particular, these classes do not depend on QApplication at all, and so can be used in non-GUI programs.
QBitArray | The QBitArray class provides an array of bits. |
---|---|
QByteArray | The QByteArray class provides an array of bytes. |
QByteArrayMatcher | The QByteArrayMatcher class holds a sequence of bytes that can be quickly matched in a byte array. |
QCache | The QCache class is a template class that provides a cache. |
QCryptographicHash | The QCryptographicHash class provides a way to generate cryptographic hashes. |
QFlags | The QFlags class provides a type-safe way of storing OR-combinations of enum values. |
QHash | The QHash class is a template class that provides a hash-table-based dictionary. |
QLinkedList | The QLinkedList class is a template class that provides linked lists. |
QList | The QList class is a template class that provides lists. |
QMap | The QMap class is a template class that provides a skip-list-based dictionary. |
QMultiHash | The QMultiHash class is a convenience QHash subclass that provides multi-valued hashes. |
QMultiMap | The QMultiMap class is a convenience QMap subclass that provides multi-valued maps. |
QPair | The QPair class is a template class that stores a pair of items. |
QQueue | The QQueue class is a generic container that provides a queue. |
QRegExp | The QRegExp class provides pattern matching using regular expressions. |
QSet | The QSet class is a template class that provides a hash-table-based set. |
QStack | The QStack class is a template class that provides a stack. |
QString | The QString class provides a Unicode character string. |
QStringList | The QStringList class provides a list of strings. |
QStringMatcher | The QStringMatcher class holds a sequence of characters that can be quickly matched in a Unicode string. |
QStringRef | The QStringRef class provides a thin wrapper around QString substrings. |
QVarLengthArray | The QVarLengthArray class provides a low-level variable-length array. |
QVector | The QVector class is a template class that provides a dynamic array. |
Copyright © 2007 Trolltech | Trademarks | Qt 4.3.0beta |