QtCore Module |
Qt | Contains miscellaneous identifiers used throughout the Qt library |
---|---|
QtConcurrent | High-level APIs that make it possible to write multi-threaded programs without using low-level threading primitives |
QtConcurrent::Exception | Base class for exceptions that can transferred across threads |
---|---|
QAbstractEventDispatcher | Interface to manage Qt's event queue |
QAbstractFileEngine | Abstraction for accessing the filesystem |
QAbstractFileEngineHandler | Way to register custom file engines with your application |
QAbstractFileEngineIterator | Iterator interface for custom file engines |
QAbstractItemModel | The abstract interface for item model classes |
QAbstractListModel | Abstract model that can be subclassed to create one-dimensional list models |
QAbstractTableModel | Abstract model that can be subclassed to create table models |
QAtomicInt | Platform-independent atomic operations on integers |
QAtomicPointer | Template class that provides platform-independent atomic operations on pointers |
QBasicTimer | Timer events for objects |
QBitArray | Array of bits |
QBuffer | QIODevice interface for a QByteArray |
QByteArray | Array of bytes |
QByteArrayMatcher | Holds a sequence of bytes that can be quickly matched in a byte array |
QCache | Template class that provides a cache |
QChar | 16-bit Unicode character |
QChildEvent | Contains event parameters for child object events |
QConstString | Wrapper for constant Unicode string data |
QCoreApplication | Event loop for console Qt applications |
QCryptographicHash | Way to generate cryptographic hashes |
QCustomEvent | Support for custom events |
QDataStream | Serialization of binary data to a QIODevice |
QDate | Date functions |
QDateTime | Date and time functions |
QDir | Access to directory structures and their contents |
QDirIterator | Iterator for directory entrylists |
QDynamicPropertyChangeEvent | Contains event parameters for dynamic property change events |
QEvent | The base class of all event classes. Event objects contain event parameters |
QEventLoop | Means of entering and leaving an event loop |
QExplicitlySharedDataPointer | Represents a pointer to an explicitly shared object |
QFSFileEngine | Implements Qt's default file engine |
QFile | Interface for reading from and writing to files |
QFileInfo | System-independent file information |
QFileSystemWatcher | Interface for monitoring files and directories for modifications |
QFlag | Helper data type for QFlags |
QFlags | Type-safe way of storing OR-combinations of enum values |
QFuture | Represents the result of an asynchronous computation |
QFutureSynchronizer | Convenience class that simplifies QFuture synchronization |
QFutureWatcher | Allows monitoring a QFuture using signals and slots |
QGenericArgument | Internal helper class for marshalling arguments |
QGenericReturnArgument | Internal helper class for marshalling arguments |
QHash | Template class that provides a hash-table-based dictionary |
QHashIterator | Java-style const iterator for QHash and QMultiHash |
QIODevice | The base interface class of all I/O devices in Qt |
QLatin1Char | 8-bit ASCII/Latin-1 character |
QLatin1String | Thin wrapper around an ASCII/Latin-1 encoded string literal |
QLibrary | Loads shared libraries at runtime |
QLibraryInfo | Information about the Qt library |
QLine | Two-dimensional vector using integer precision |
QLineF | Two-dimensional vector using floating point precision |
QLinkedList | Template class that provides linked lists |
QLinkedListIterator | Java-style const iterator for QLinkedList |
QList | Template class that provides lists |
QListIterator | Java-style const iterator for QList and QQueue |
QLocale | Converts between numbers and their string representations in various languages |
QMap | Template class that provides a skip-list-based dictionary |
QMapIterator | Java-style const iterator for QMap and QMultiMap |
QMetaClassInfo | Additional information about a class |
QMetaEnum | Meta-data about an enumerator |
QMetaMethod | Meta-data about a member function |
QMetaObject | Contains meta-information about Qt objects |
QMetaProperty | Meta-data about a property |
QMetaType | Manages named types in the meta-object system |
QMimeData | Container for data that records information about its MIME type |
QModelIndex | Used to locate data in a data model |
QMultiHash | Convenience QHash subclass that provides multi-valued hashes |
QMultiMap | Convenience QMap subclass that provides multi-valued maps |
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 |
QMutex | Access serialization between threads |
QMutexLocker | Convenience class that simplifies locking and unlocking mutexes |
QObject | The base class of all Qt objects |
QObjectCleanupHandler | Watches the lifetime of multiple QObjects |
QPair | Template class that stores a pair of items |
QPersistentModelIndex | Used to locate data in a data model |
QPluginLoader | Loads a plugin at run-time |
QPoint | Defines a point in the plane using integer precision |
QPointF | Defines a point in the plane using floating point precision |
QPointer | Template class that provides guarded pointers to QObjects |
QProcess | Used to start external programs and to communicate with them |
QQueue | Generic container that provides a queue |
QReadLocker | Convenience class that simplifies locking and unlocking read-write locks for read access |
QReadWriteLock | Read-write locking |
QRect | Defines a rectangle in the plane using integer precision |
QRectF | Defines a rectangle in the plane using floating point precision |
QRegExp | Pattern matching using regular expressions |
QResource | Interface for reading directly from resources |
QRunnable | The base class for all runnable objects |
QSemaphore | General counting semaphore |
QSet | Template class that provides a hash-table-based set |
QSetIterator | Java-style const iterator for QSet |
QSettings | Persistent platform-independent application settings |
QSharedData | Base class for shared data objects |
QSharedDataPointer | Represents a pointer to an implicitly shared object |
QSharedMemory | Access to a shared memory segment |
QSignalMapper | Bundles signals from identifiable senders |
QSize | Defines the size of a two-dimensional object using integer point precision |
QSizeF | Defines the size of a two-dimensional object using floating point precision |
QSocketNotifier | Support for monitoring activity on a file descriptor |
QStack | Template class that provides a stack |
QString | Unicode character string |
QStringList | List of strings |
QStringMatcher | Holds a sequence of characters that can be quickly matched in a Unicode string |
QStringRef | Thin wrapper around QString substrings |
QSysInfo | Information about the system |
QSystemLocale | Can be used to finetune the system locale of the user |
QSystemSemaphore | General counting system semaphore |
QTemporaryFile | I/O device that operates on temporary files |
QTextBoundaryFinder | Way of finding Unicode text boundaries in a string |
QTextCodec | Conversions between text encodings |
QTextCodecPlugin | Abstract base for custom QTextCodec plugins |
QTextDecoder | State-based decoder |
QTextEncoder | State-based encoder |
QTextIStream | Convenience class for input streams |
QTextOStream | Convenience class for output streams |
QTextStream | Convenient interface for reading and writing text |
QThread | Platform-independent threads |
QThreadPool | Manages a collection of QThreads |
QThreadStorage | Per-thread data storage |
QTime | Clock time functions |
QTimeLine | Timeline for controlling animations |
QTimer | Repetitive and single-shot timers |
QTimerEvent | Contains parameters that describe a timer event |
QTranslator | Internationalization support for text output |
QUrl | Convenient interface for working with URLs |
QUuid | Stores a Universally Unique Identifier (UUID) |
QVarLengthArray | Low-level variable-length array |
QVariant | Acts like a union for the most common Qt data types |
QVector | Template class that provides a dynamic array |
QVectorIterator | Java-style const iterator for QVector and QStack |
QWaitCondition | Condition variable for synchronizing threads |
QWriteLocker | Convenience class that simplifies locking and unlocking read-write locks for write access |
QXmlStreamAttribute | Represents a single XML attribute |
QXmlStreamAttributes | Represents a vector of QXmlStreamAttribute |
QXmlStreamEntityDeclaration | Represents a DTD entity declaration |
QXmlStreamEntityResolver | Entity resolver for a QXmlStreamReader |
QXmlStreamNamespaceDeclaration | Represents a namespace declaration |
QXmlStreamNotationDeclaration | Represents a DTD notation declaration |
QXmlStreamReader | Fast well-formed XML parser with a simple streaming API |
QXmlStreamWriter | XML writer with a simple streaming API |
QtConcurrent::UnhandledException | Represents an unhandled exception in a worker thread |
All other Qt modules rely on this module. To include the definitions of the module's classes, use the following directive:
#include <QtCore>
The QtCore module is part of all Qt editions.
[Previous: Qt's Modules] [Qt's Modules] [Next: QtGui Module]
Cette page est une traduction d'une page de la documentation de Qt, écrite par Nokia Corporation and/or its subsidiary(-ies). Les éventuels problèmes résultant d'une mauvaise traduction ne sont pas imputables à Nokia. | Qt 4.4 | |
Copyright © 2012 Developpez LLC. Tous droits réservés Developpez LLC. Aucune reproduction, même partielle, ne peut être faite de ce site et de l'ensemble de son contenu : textes, documents et images sans l'autorisation expresse de Developpez LLC. Sinon, vous encourez selon la loi jusqu'à 3 ans de prison et jusqu'à 300 000 E de dommages et intérêts. Cette page est déposée à la SACD. | ||
Vous avez déniché une erreur ? Un bug ? Une redirection cassée ? Ou tout autre problème, quel qu'il soit ? Ou bien vous désirez participer à ce projet de traduction ? N'hésitez pas à nous contacter ou par MP ! |
Copyright © 2000-2012 - www.developpez.com