Viadeo Twitter Google Bookmarks ! Facebook Digg del.icio.us MySpace Yahoo MyWeb Blinklist Netvouz Reddit Simpy StumbleUpon Bookmarks Windows Live Favorites 
Logo Documentation Qt ·  Page d'accueil  ·  Toutes les classes  ·  Toutes les fonctions  ·  Vues d'ensemble  · 

QtCore Module

The QtCore module contains core non-GUI functionality. More...

Namespaces

QtConcurrentHigh-level APIs that make it possible to write multi-threaded programs without using low-level threading primitives

Classes

QtConcurrent::ExceptionBase class for exceptions that can transferred across threads
QAbstractEventDispatcherInterface to manage Qt's event queue
QAbstractFileEngineAbstraction for accessing the filesystem
QAbstractFileEngineHandlerWay to register custom file engines with your application
QAbstractFileEngineIteratorIterator interface for custom file engines
QAbstractItemModelThe abstract interface for item model classes
QAbstractListModelAbstract model that can be subclassed to create one-dimensional list models
QAbstractTableModelAbstract model that can be subclassed to create table models
QAtomicIntPlatform-independent atomic operations on integers
QAtomicPointerTemplate class that provides platform-independent atomic operations on pointers
QBasicTimerTimer events for objects
QBitArrayArray of bits
QBufferQIODevice interface for a QByteArray
QByteArrayArray of bytes
QByteArrayMatcherHolds a sequence of bytes that can be quickly matched in a byte array
QCacheTemplate class that provides a cache
QChar16-bit Unicode character
QChildEventContains event parameters for child object events
QConstStringWrapper for constant Unicode string data
QCoreApplicationEvent loop for console Qt applications
QCryptographicHashWay to generate cryptographic hashes
QCustomEventSupport for custom events
QDataStreamSerialization of binary data to a QIODevice
QDateDate functions
QDateTimeDate and time functions
QDebugOutput stream for debugging information
QDirAccess to directory structures and their contents
QDirIteratorIterator for directory entrylists
QDynamicPropertyChangeEventContains event parameters for dynamic property change events
QEventThe base class of all event classes. Event objects contain event parameters
QEventLoopMeans of entering and leaving an event loop
QExplicitlySharedDataPointerRepresents a pointer to an explicitly shared object
QFSFileEngineImplements Qt's default file engine
QFileInterface for reading from and writing to files
QFileInfoSystem-independent file information
QFileSystemWatcherInterface for monitoring files and directories for modifications
QFlagHelper data type for QFlags
QFlagsType-safe way of storing OR-combinations of enum values
QFutureRepresents the result of an asynchronous computation
QFutureIteratorJava-style const iterator for QFuture
QFutureSynchronizerConvenience class that simplifies QFuture synchronization
QFutureWatcherAllows monitoring a QFuture using signals and slots
QGenericArgumentInternal helper class for marshalling arguments
QGenericReturnArgumentInternal helper class for marshalling arguments
QHashTemplate class that provides a hash-table-based dictionary
QHashIteratorJava-style const iterator for QHash and QMultiHash
QIODeviceThe base interface class of all I/O devices in Qt
QLatin1Char8-bit ASCII/Latin-1 character
QLatin1StringThin wrapper around an ASCII/Latin-1 encoded string literal
QLibraryLoads shared libraries at runtime
QLibraryInfoInformation about the Qt library
QLineTwo-dimensional vector using integer precision
QLineFTwo-dimensional vector using floating point precision
QLinkedListTemplate class that provides linked lists
QLinkedListIteratorJava-style const iterator for QLinkedList
QListTemplate class that provides lists
QListIteratorJava-style const iterator for QList and QQueue
QLocaleConverts between numbers and their string representations in various languages
QMapTemplate class that provides a skip-list-based dictionary
QMapIteratorJava-style const iterator for QMap and QMultiMap
QMetaClassInfoAdditional information about a class
QMetaEnumMeta-data about an enumerator
QMetaMethodMeta-data about a member function
QMetaObjectContains meta-information about Qt objects
QMetaPropertyMeta-data about a property
QMetaTypeManages named types in the meta-object system
QMimeDataContainer for data that records information about its MIME type
QModelIndexUsed to locate data in a data model
QMultiHashConvenience QHash subclass that provides multi-valued hashes
QMultiMapConvenience QMap subclass that provides multi-valued maps
QMutableHashIteratorJava-style non-const iterator for QHash and QMultiHash
QMutableLinkedListIteratorJava-style non-const iterator for QLinkedList
QMutableListIteratorJava-style non-const iterator for QList and QQueue
QMutableMapIteratorJava-style non-const iterator for QMap and QMultiMap
QMutableSetIteratorJava-style non-const iterator for QSet
QMutableVectorIteratorJava-style non-const iterator for QVector and QStack
QMutexAccess serialization between threads
QMutexLockerConvenience class that simplifies locking and unlocking mutexes
QObjectThe base class of all Qt objects
QObjectCleanupHandlerWatches the lifetime of multiple QObjects
QPairTemplate class that stores a pair of items
QPersistentModelIndexUsed to locate data in a data model
QPluginLoaderLoads a plugin at run-time
QPointDefines a point in the plane using integer precision
QPointFDefines a point in the plane using floating point precision
QPointerTemplate class that provides guarded pointers to QObjects
QProcessUsed to start external programs and to communicate with them
QQueueGeneric container that provides a queue
QReadLockerConvenience class that simplifies locking and unlocking read-write locks for read access
QReadWriteLockRead-write locking
QRectDefines a rectangle in the plane using integer precision
QRectFDefines a rectangle in the plane using floating point precision
QRegExpPattern matching using regular expressions
QResourceInterface for reading directly from resources
QRunnableThe base class for all runnable objects
QSemaphoreGeneral counting semaphore
QSetTemplate class that provides a hash-table-based set
QSetIteratorJava-style const iterator for QSet
QSettingsPersistent platform-independent application settings
QSharedDataBase class for shared data objects
QSharedDataPointerRepresents a pointer to an implicitly shared object
QSharedMemoryAccess to a shared memory segment
QSharedPointerHolds a strong reference to a shared pointer
QSignalMapperBundles signals from identifiable senders
QSizeDefines the size of a two-dimensional object using integer point precision
QSizeFDefines the size of a two-dimensional object using floating point precision
QSocketNotifierSupport for monitoring activity on a file descriptor
QStackTemplate class that provides a stack
QStringUnicode character string
QStringListList of strings
QStringMatcherHolds a sequence of characters that can be quickly matched in a Unicode string
QStringRefThin wrapper around QString substrings
QSysInfoInformation about the system
QSystemLocaleCan be used to finetune the system locale of the user
QSystemSemaphoreGeneral counting system semaphore
QTemporaryFileI/O device that operates on temporary files
QTextBoundaryFinderWay of finding Unicode text boundaries in a string
QTextCodecConversions between text encodings
QTextCodecPluginAbstract base for custom QTextCodec plugins
QTextDecoderState-based decoder
QTextEncoderState-based encoder
QTextIStreamConvenience class for input streams
QTextOStreamConvenience class for output streams
QTextStreamConvenient interface for reading and writing text
QThreadPlatform-independent threads
QThreadPoolManages a collection of QThreads
QThreadStoragePer-thread data storage
QTimeClock time functions
QTimeLineTimeline for controlling animations
QTimerRepetitive and single-shot timers
QTimerEventContains parameters that describe a timer event
QTranslatorInternationalization support for text output
QUrlConvenient interface for working with URLs
QUuidStores a Universally Unique Identifier (UUID)
QVarLengthArrayLow-level variable-length array
QVariantActs like a union for the most common Qt data types
QVectorTemplate class that provides a dynamic array
QVectorIteratorJava-style const iterator for QVector and QStack
QWaitConditionCondition variable for synchronizing threads
QWeakPointerHolds a weak reference to a shared pointer
QWriteLockerConvenience class that simplifies locking and unlocking read-write locks for write access
QXmlStreamAttributeRepresents a single XML attribute
QXmlStreamAttributesRepresents a vector of QXmlStreamAttribute
QXmlStreamEntityDeclarationRepresents a DTD entity declaration
QXmlStreamEntityResolverEntity resolver for a QXmlStreamReader
QXmlStreamNamespaceDeclarationRepresents a namespace declaration
QXmlStreamNotationDeclarationRepresents a DTD notation declaration
QXmlStreamReaderFast parser for reading well-formed XML via a simple streaming API
QtConcurrent::UnhandledExceptionRepresents an unhandled exception in a worker thread

Detailed Description

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]

Publicité

Best Of

Actualités les plus lues

Semaine
Mois
Année
  1. « Quelque chose ne va vraiment pas avec les développeurs "modernes" », un développeur à "l'ancienne" critique la multiplication des bibliothèques 53
  2. Les développeurs ignorent-ils trop les failles découvertes dans leur code ? Prenez-vous en compte les remarques des autres ? 17
  3. Apercevoir la troisième dimension ou l'utilisation multithreadée d'OpenGL dans Qt, un article des Qt Quarterly traduit par Guillaume Belz 0
  4. BlackBerry 10 : premières images du prochain OS de RIM qui devrait intégrer des widgets et des tuiles inspirées de Windows Phone 0
  5. Quelles nouveautés de C++11 Visual C++ doit-il rapidement intégrer ? Donnez-nous votre avis 10
  6. Adieu qmake, bienvenue qbs : Qt Building Suite, un outil déclaratif et extensible pour la compilation de projets Qt 17
  7. La rubrique Qt a besoin de vous ! 1
Page suivante

Le Qt Quarterly au hasard

Logo

Implémenter un mutex en lecture et en écriture

Qt Quarterly est la revue trimestrielle proposée par Nokia et à destination des développeurs Qt. Ces articles d'une grande qualité technique sont rédigés par des experts Qt. Lire l'article.

Communauté

Ressources

Liens utiles

Contact

  • Vous souhaitez rejoindre la rédaction ou proposer un tutoriel, une traduction, une question... ? Postez dans le forum Contribuez ou contactez-nous par MP ou par email (voir en bas de page).

Qt dans le magazine

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.5
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 !
 
 
 
 
Partenaires

Hébergement Web