Annotated Class List

Qt classes with brief descriptions:

QCache

Template class that provides a cache

QFuture

Represents the result of an asynchronous computation

QFutureIterator

Java-style const iterator for QFuture

QFutureSynchronizer

Convenience class that simplifies QFuture synchronization

QGlobalStatic

Used to implement a global static object

QHashIterator

Java-style const iterator for QHash and QMultiHash

QKeyValueIterator

Iterator over the key/value pairs of an associative container

QLinkedListIterator

Java-style const iterator for QLinkedList

QListIterator

Java-style const iterator for QList and QQueue

QLocale

Converts between numbers and their string representations in various languages

QMacPasteboardMime

Converts between a MIME type and a Uniform Type Identifier (UTI) format

QMacToolBar

Wraps the native NSToolbar class

QMacToolBarItem

Item for QMacToolBar

QMapIterator

Java-style const iterator for QMap and QMultiMap

QMutableHashIterator

Java-style non-const iterator for QHash and QMultiHash

QMutableLinkedListIterator

Java-style non-const iterator for QLinkedList

QMutableListIterator

Java-style non-const iterator for QList and QQueue

QMutableMapIterator

Java-style non-const iterator for QMap and QMultiMap

QMutableSetIterator

Java-style non-const iterator for QSet

QMutableVectorIterator

Java-style non-const iterator for QVector and QStack

QPaintDevice

The base class of objects that can be painted on with QPainter

QPair

Template class that stores a pair of items

QQuickStyle

Allows configuring the application style

QRgba64

Struct contains a 64-bit RGB color

QSet

Template class that provides a hash-table-based set

QSetIterator

Java-style const iterator for QSet

QVarLengthArray

Low-level variable-length array

QVector

Template class that provides a dynamic array

QVectorIterator

Java-style const iterator for QVector and QStack