Doc: Add \inmodule QtCore to all QtCore class doc bodies

Change-Id: I19100755c97cc155c76a859e19940e9f9222d34e
Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
This commit is contained in:
Thiago Macieira 2012-08-23 12:22:38 +02:00 committed by Qt by Nokia
parent acc4c28ef7
commit 7b39a06fab
142 changed files with 235 additions and 11 deletions

View File

@ -41,6 +41,7 @@
/*!
\class QAbstractAnimation
\inmodule QtCore
\ingroup animation
\brief The QAbstractAnimation class is the base of all animations.
\since 4.6
@ -163,6 +164,7 @@ QT_BEGIN_NAMESPACE
/*!
\class QAbstractAnimationTimer
\inmodule QtCore
\brief QAbstractAnimationTimer is the base class for animation timers.
\internal
@ -202,6 +204,7 @@ QT_BEGIN_NAMESPACE
/*!
\class QUnifiedTimer
\inmodule QtCore
\brief QUnifiedTimer provides a unified timing mechanism for animations in Qt C++ and QML.
\internal
@ -708,6 +711,7 @@ int QAnimationTimer::closestPauseAnimationTimeToFinish()
/*!
\class QAnimationDriver
\inmodule QtCore
\brief The QAnimationDriver class is used to exchange the mechanism that drives animations.

View File

@ -41,6 +41,7 @@
/*!
\class QAnimationGroup
\inmodule QtCore
\brief The QAnimationGroup class is an abstract base class for groups of animations.
\since 4.6
\ingroup animation

View File

@ -41,6 +41,7 @@
/*!
\class QParallelAnimationGroup
\inmodule QtCore
\brief The QParallelAnimationGroup class provides a parallel group of animations.
\since 4.6
\ingroup animation

View File

@ -41,6 +41,7 @@
/*!
\class QPauseAnimation
\inmodule QtCore
\brief The QPauseAnimation class provides a pause for QSequentialAnimationGroup.
\since 4.6
\ingroup animation

View File

@ -41,6 +41,7 @@
/*!
\class QPropertyAnimation
\inmodule QtCore
\brief The QPropertyAnimation class animates Qt properties
\since 4.6

View File

@ -41,6 +41,7 @@
/*!
\class QSequentialAnimationGroup
\inmodule QtCore
\brief The QSequentialAnimationGroup class provides a sequential group of animations.
\since 4.6
\ingroup animation

View File

@ -52,6 +52,7 @@ QT_BEGIN_NAMESPACE
/*!
\class QVariantAnimation
\inmodule QtCore
\ingroup animation
\brief The QVariantAnimation class provides an abstract base class for animations.
\since 4.6

View File

@ -44,6 +44,7 @@
// and the grateful thanks of the Qt team.
/*! \class QEucJpCodec
\inmodule QtCore
\reentrant
\internal
*/

View File

@ -43,12 +43,14 @@
// in Qt with the author's permission and the grateful thanks of the Qt team.
/*! \class QEucKrCodec
\inmodule QtCore
\reentrant
\internal
*/
/*!
\class QCP949Codec
\inmodule QtCore
\internal
\brief The QCP949Codec class handles encoding and decoding of text in CP949 encoding.

View File

@ -40,6 +40,7 @@
****************************************************************************/
/*! \class QGb18030Codec
\inmodule QtCore
\reentrant
\internal
*/
@ -269,6 +270,7 @@ QString QGb18030Codec::convertToUnicode(const char* chars, int len, ConverterSta
/*! \class QGbkCodec
\inmodule QtCore
\reentrant
\internal
@ -431,6 +433,7 @@ QByteArray QGbkCodec::convertFromUnicode(const QChar *uc, int len, ConverterStat
/*! \class QGb2312Codec
\inmodule QtCore
\internal
\brief The QGb2312Codec class provides conversion to and from the Chinese

View File

@ -48,6 +48,7 @@ QT_BEGIN_NAMESPACE
/*!
\class QIsciiCodec
\inmodule QtCore
\brief The QIsciiCodec class provides conversion to and from the ISCII encoding.
\internal

View File

@ -44,6 +44,7 @@
// and the grateful thanks of the Qt team.
/*! \class QJisCodec
\inmodule QtCore
\reentrant
\internal
*/

View File

@ -40,6 +40,7 @@
****************************************************************************/
/*! \class QJpUnicodeConv
\inmodule QtCore
\reentrant
\internal
*/

View File

@ -44,6 +44,7 @@
// and the grateful thanks of the Qt team.
/*! \class QSjisCodec
\inmodule QtCore
\reentrant
\internal
*/

View File

@ -336,6 +336,7 @@ QTextCodec::ConverterState::~ConverterState()
/*!
\class QTextCodec
\inmodule QtCore
\brief The QTextCodec class provides conversions between text encodings.
\reentrant
\ingroup i18n
@ -865,6 +866,7 @@ QString QTextCodec::toUnicode(const char *chars) const
/*!
\class QTextEncoder
\inmodule QtCore
\brief The QTextEncoder class provides a state-based encoder.
\reentrant
\ingroup i18n
@ -937,6 +939,7 @@ QByteArray QTextEncoder::fromUnicode(const QChar *uc, int len)
/*!
\class QTextDecoder
\inmodule QtCore
\brief The QTextDecoder class provides a state-based decoder.
\reentrant
\ingroup i18n

View File

@ -56,6 +56,7 @@ static unsigned int qt_TSCIIToUnicode(unsigned int code, uint *s);
#define IsTSCIIChar(c) (((c) >= 0x80) && ((c) <= 0xfd))
/*! \class QTsciiCodec
\inmodule QtCore
\reentrant
\internal
*/

View File

@ -86,6 +86,7 @@ Q_CORE_EXPORT void *qMemSet(void *dest, int c, size_t n);
/*!
\class QFlag
\inmodule QtCore
\brief The QFlag class is a helper data type for QFlags.
It is equivalent to a plain \c int, except with respect to
@ -109,6 +110,7 @@ Q_CORE_EXPORT void *qMemSet(void *dest, int c, size_t n);
/*!
\class QFlags
\inmodule QtCore
\brief The QFlags class provides a type-safe way of storing
OR-combinations of enum values.
@ -878,6 +880,7 @@ bool qSharedBuild()
/*!
\class QSysInfo
\inmodule QtCore
\brief The QSysInfo class provides information about the system.
\list

View File

@ -166,6 +166,7 @@ QSettings *QLibraryInfoPrivate::findConfiguration()
/*!
\class QLibraryInfo
\inmodule QtCore
\brief The QLibraryInfo class provides information about the Qt library.
Many pieces of information are established when Qt is configured and built.

View File

@ -60,6 +60,7 @@ QT_BEGIN_NAMESPACE
/*!
\class QMessageLogContext
\inmodule QtCore
\relates <QtGlobal>
\brief The QMessageLogContext class provides additional information about a log message.
\since 5.0
@ -72,6 +73,7 @@ QT_BEGIN_NAMESPACE
/*!
\class QMessageLogger
\inmodule QtCore
\relates <QtGlobal>
\brief The QMessageLogger class generates log messages.
\since 5.0

View File

@ -99,6 +99,7 @@ public:
/*!
\class QTypeInfoMerger
\inmodule QtCore
\internal
\brief QTypeInfoMerger merges the QTypeInfo flags of T1, T2... and presents them

View File

@ -59,6 +59,7 @@ QT_BEGIN_NAMESPACE
/*!
\class QAbstractFileEngineHandler
\inmodule QtCore
\reentrant
\internal
@ -219,6 +220,7 @@ QAbstractFileEngine *QAbstractFileEngine::create(const QString &fileName)
/*!
\class QAbstractFileEngine
\inmodule QtCore
\reentrant
\internal
@ -803,6 +805,7 @@ bool QAbstractFileEngine::unmap(uchar *address)
/*!
\since 4.3
\class QAbstractFileEngineIterator
\inmodule QtCore
\brief The QAbstractFileEngineIterator class provides an iterator
interface for custom file engines.
\internal
@ -1135,6 +1138,7 @@ qint64 QAbstractFileEngine::readLine(char *data, qint64 maxlen)
/*!
\class QAbstractFileEngine::ExtensionOption
\inmodule QtCore
\since 4.3
\brief provides an extended input argument to QAbstractFileEngine's
extension support.
@ -1144,6 +1148,7 @@ qint64 QAbstractFileEngine::readLine(char *data, qint64 maxlen)
/*!
\class QAbstractFileEngine::ExtensionReturn
\inmodule QtCore
\since 4.3
\brief provides an extended output argument to QAbstractFileEngine's
extension support.

View File

@ -104,6 +104,7 @@ QByteArray QBufferPrivate::peek(qint64 maxSize)
/*!
\class QBuffer
\inmodule QtCore
\reentrant
\brief The QBuffer class provides a QIODevice interface for a QByteArray.

View File

@ -54,6 +54,7 @@ QT_BEGIN_NAMESPACE
/*!
\class QDataStream
\inmodule QtCore
\reentrant
\brief The QDataStream class provides serialization of binary data
to a QIODevice.

View File

@ -52,6 +52,7 @@
/*!
\class QDebug
\inmodule QtCore
\brief The QDebug class provides an output stream for debugging information.

View File

@ -342,6 +342,7 @@ inline void QDirPrivate::initFileEngine()
/*!
\class QDir
\inmodule QtCore
\brief The QDir class provides access to directory structures and their contents.
\ingroup io

View File

@ -42,6 +42,7 @@
/*!
\since 4.3
\class QDirIterator
\inmodule QtCore
\brief The QDirIterator class provides an iterator for directory entrylists.
You can use QDirIterator to navigate entries of a directory one at a time.

View File

@ -111,6 +111,7 @@ QAbstractFileEngine *QFilePrivate::engine() const
/*!
\class QFile
\inmodule QtCore
\brief The QFile class provides an interface for reading from and writing to files.
\ingroup io

View File

@ -156,6 +156,7 @@ void QFileDevicePrivate::setError(QFileDevice::FileError err, int errNum)
/*!
\class QFileDevice
\inmodule QtCore
\since 5.0
\brief The QFileDevice class provides an interface for reading from and writing to open files.

View File

@ -207,6 +207,7 @@ QDateTime &QFileInfoPrivate::getFileTime(QAbstractFileEngine::FileTime request)
/*!
\class QFileInfo
\inmodule QtCore
\reentrant
\brief The QFileInfo class provides system-independent file information.

View File

@ -144,6 +144,7 @@ void QFileSystemWatcherPrivate::_q_directoryChanged(const QString &path, bool re
/*!
\class QFileSystemWatcher
\inmodule QtCore
\brief The QFileSystemWatcher class provides an interface for monitoring files and directories for modifications.
\ingroup io
\since 4.2

View File

@ -82,6 +82,7 @@ QT_BEGIN_NAMESPACE
#endif
/*! \class QFSFileEngine
\inmodule QtCore
\brief The QFSFileEngine class implements Qt's default file engine.
\since 4.1
\internal

View File

@ -139,6 +139,7 @@ QIODevicePrivate::~QIODevicePrivate()
/*!
\class QIODevice
\inmodule QtCore
\reentrant
\brief The QIODevice class is the base interface class of all I/O

View File

@ -48,12 +48,11 @@ QT_BEGIN_NAMESPACE
/*!
\class QNonContiguousByteDevice
\inmodule QtCore
\brief A QNonContiguousByteDevice is a representation of a
file, array or buffer that allows access with a read pointer.
\since 4.6
\inmodule QtCore
The goal of this class is to have a data representation that
allows us to avoid doing a memcpy as we have to do with QIODevice.
@ -466,9 +465,8 @@ qint64 QByteDeviceWrappingIoDevice::writeData( const char* data, qint64 maxSize)
/*!
\class QNonContiguousByteDeviceFactory
\since 4.6
\inmodule QtCore
\since 4.6
Creates a QNonContiguousByteDevice out of a QIODevice,
QByteArray etc.

View File

@ -103,6 +103,7 @@ QT_BEGIN_NAMESPACE
/*!
\class QProcessEnvironment
\inmodule QtCore
\brief The QProcessEnvironment class holds the environment variables that
can be passed to a program.
@ -440,6 +441,7 @@ void QProcessPrivate::Channel::clear()
/*!
\class QProcess
\inmodule QtCore
\brief The QProcess class is used to start external programs and
to communicate with them.

View File

@ -166,6 +166,7 @@ Q_GLOBAL_STATIC(QStringList, resourceSearchPaths)
/*!
\class QResource
\inmodule QtCore
\brief The QResource class provides an interface for reading directly from resources.
\ingroup io

View File

@ -1993,6 +1993,7 @@ void QConfFileSettingsPrivate::ensureSectionParsed(QConfFile *confFile,
/*!
\class QSettings
\inmodule QtCore
\brief The QSettings class provides persistent platform-independent application settings.
\ingroup io

View File

@ -53,6 +53,7 @@ QT_BEGIN_NAMESPACE
/*!
\class QStandardPaths
\inmodule QtCore
\brief The QStandardPaths class provides methods for accessing standard paths.
\since 5.0

View File

@ -155,6 +155,7 @@ void QTemporaryDirPrivate::create(const QString &templateName)
/*!
\class QTemporaryDir
\inmodule QtCore
\reentrant
\brief The QTemporaryDir class creates a unique directory for temporary use.

View File

@ -456,6 +456,7 @@ static QString defaultTemplateName()
/*!
\class QTemporaryFile
\inmodule QtCore
\reentrant
\brief The QTemporaryFile class is an I/O device that operates on temporary files.

View File

@ -44,6 +44,7 @@ static const int QTEXTSTREAM_BUFFERSIZE = 16384;
/*!
\class QTextStream
\inmodule QtCore
\brief The QTextStream class provides a convenient interface for
reading and writing text.

View File

@ -42,6 +42,7 @@
/*!
\class QUrl
\inmodule QtCore
\brief The QUrl class provides a convenient interface for working
with URLs.

View File

@ -48,6 +48,7 @@ QT_BEGIN_NAMESPACE
/*!
\class QUrlQuery
\inmodule QtCore
\brief The QUrlQuery class provides a way to manipulate a key-value pairs in
a URL's query.

View File

@ -50,6 +50,7 @@ QT_BEGIN_NAMESPACE
/*!
\class QWinOverlappedIoNotifier
\inmodule QtCore
\brief The QWinOverlappedIoNotifier class provides support for overlapped I/O notifications on Windows.
\since 5.0
\internal

View File

@ -87,6 +87,7 @@ void QPersistentModelIndexData::destroy(QPersistentModelIndexData *data)
/*!
\class QPersistentModelIndex
\inmodule QtCore
\brief The QPersistentModelIndex class is used to locate data in a data model.
@ -865,6 +866,7 @@ void QAbstractItemModelPrivate::columnsRemoved(const QModelIndex &parent,
/*!
\class QModelIndex
\inmodule QtCore
\brief The QModelIndex class is used to locate data in a data model.
@ -1044,6 +1046,7 @@ void QAbstractItemModelPrivate::columnsRemoved(const QModelIndex &parent,
/*!
\class QAbstractItemModel
\inmodule QtCore
\brief The QAbstractItemModel class provides the abstract interface for
item model classes.
@ -3124,6 +3127,7 @@ QModelIndexList QAbstractItemModel::persistentIndexList() const
/*!
\class QAbstractTableModel
\inmodule QtCore
\brief The QAbstractTableModel class provides an abstract model that can be
subclassed to create table models.
@ -3250,6 +3254,7 @@ bool QAbstractTableModel::hasChildren(const QModelIndex &parent) const
/*!
\class QAbstractListModel
\inmodule QtCore
\brief The QAbstractListModel class provides an abstract model that can be
subclassed to create one-dimensional list models.

View File

@ -87,10 +87,10 @@ class QIdentityProxyModelPrivate : public QAbstractProxyModelPrivate
/*!
\since 4.8
\class QIdentityProxyModel
\inmodule QtCore
\brief The QIdentityProxyModel class proxies its source model unmodified
\ingroup model-view
\inmodule QtCore
QIdentityProxyModel can be used to forward the structure of a source model exactly, with no sorting, filtering or other transformation.
This is similar in concept to an identity matrix where A.I = A.

View File

@ -49,12 +49,12 @@ QT_BEGIN_NAMESPACE
/*!
\class QItemSelectionRange
\inmodule QtCore
\brief The QItemSelectionRange class manages information about a
range of selected items in a model.
\ingroup model-view
\inmodule QtCore
A QItemSelectionRange contains information about a range of
selected items in a model. A range of items is a contiguous array
@ -339,11 +339,11 @@ QModelIndexList QItemSelectionRange::indexes() const
/*!
\class QItemSelection
\inmodule QtCore
\brief The QItemSelection class manages information about selected items in a model.
\ingroup model-view
\inmodule QtCore
A QItemSelection describes the items in a model that have been
selected by the user. A QItemSelection is basically a list of
@ -929,11 +929,11 @@ void QItemSelectionModelPrivate::_q_layoutChanged()
/*!
\class QItemSelectionModel
\inmodule QtCore
\brief The QItemSelectionModel class keeps track of a view's selected items.
\ingroup model-view
\inmodule QtCore
A QItemSelectionModel keeps track of the selected items in a view, or
in several views onto the same model. It also keeps track of the

View File

@ -1528,11 +1528,11 @@ void QSortFilterProxyModelPrivate::_q_sourceColumnsMoved(
/*!
\since 4.1
\class QSortFilterProxyModel
\inmodule QtCore
\brief The QSortFilterProxyModel class provides support for sorting and
filtering data passed between another model and a view.
\ingroup model-view
\inmodule QtCore
QSortFilterProxyModel can be used for sorting items, filtering out items,
or both. The model transforms the structure of a source model by mapping

View File

@ -53,10 +53,10 @@ QT_BEGIN_NAMESPACE
/*!
\class QStringListModel
\inmodule QtCore
\brief The QStringListModel class provides a model that supplies strings to views.
\ingroup model-view
\inmodule QtCore
QStringListModel is an editable model that can be used for simple
cases where you need to display a number of strings in a view

View File

@ -54,6 +54,7 @@ QT_BEGIN_NAMESPACE
/*!
\class QJsonArray
\inmodule QtCore
\ingroup json
\reentrant
\since 5.0
@ -613,6 +614,7 @@ bool QJsonArray::operator!=(const QJsonArray &other) const
*/
/*! \class QJsonArray::iterator
\inmodule QtCore
\brief The QJsonArray::iterator class provides an STL-style non-const iterator for QJsonArray.
QJsonArray::iterator allows you to iterate over a QJsonArray
@ -835,6 +837,7 @@ bool QJsonArray::operator!=(const QJsonArray &other) const
*/
/*! \class QJsonArray::const_iterator
\inmodule QtCore
\brief The QJsonArray::const_iterator class provides an STL-style const iterator for QJsonArray.
QJsonArray::const_iterator allows you to iterate over a

View File

@ -53,6 +53,7 @@
QT_BEGIN_NAMESPACE
/*! \class QJsonDocument
\inmodule QtCore
\ingroup json
\reentrant
\since 5.0

View File

@ -52,6 +52,7 @@ QT_BEGIN_NAMESPACE
/*!
\class QJsonObject
\inmodule QtCore
\ingroup json
\reentrant
\since 5.0
@ -573,6 +574,7 @@ QJsonObject::const_iterator QJsonObject::constFind(const QString &key) const
*/
/*! \class QJsonObject::iterator
\inmodule QtCore
\ingroup json
\reentrant
\since 5.0
@ -771,6 +773,7 @@ QJsonObject::const_iterator QJsonObject::constFind(const QString &key) const
/*!
\class QJsonObject::const_iterator
\inmodule QtCore
\brief The QJsonObject::const_iterator class provides an STL-style const iterator for QJsonObject.
QJsonObject::const_iterator allows you to iterate over a QJsonObject.

View File

@ -79,6 +79,7 @@ QT_BEGIN_NAMESPACE
/*!
\class QJsonParseError
\inmodule QtCore
\ingroup json
\reentrant
\since 5.0

View File

@ -53,6 +53,7 @@ QT_BEGIN_NAMESPACE
/*!
\class QJsonValue
\inmodule QtCore
\ingroup json
\reentrant
\since 5.0
@ -571,6 +572,7 @@ void QJsonValue::detach()
/*!
\class QJsonValueRef
\inmodule QtCore
\reentrant
\brief The QJsonValueRef class is a helper class for QJsonValue.

View File

@ -105,6 +105,7 @@ void QAbstractEventDispatcherPrivate::releaseTimerId(int timerId)
/*!
\class QAbstractEventDispatcher
\inmodule QtCore
\brief The QAbstractEventDispatcher class provides an interface to manage Qt's event queue.
\ingroup events
@ -340,6 +341,7 @@ void QAbstractEventDispatcher::closingDown()
/*!
\class QAbstractEventDispatcher::TimerInfo
\inmodule QtCore
This struct represents information about a timer:
\l{QAbstractEventDispatcher::TimerInfo::timerId}{timerId},

View File

@ -46,6 +46,7 @@ QT_BEGIN_NAMESPACE
/*!
\class QAbstractNativeEventFilter
\inmodule QtCore
\since 5.0
\brief The QAbstractNativeEventFilter class provides an interface for receiving native

View File

@ -47,6 +47,7 @@ QT_BEGIN_NAMESPACE
/*!
\class QBasicTimer
\inmodule QtCore
\brief The QBasicTimer class provides timer events for objects.
\ingroup events

View File

@ -433,6 +433,7 @@ void QCoreApplicationPrivate::initLocale()
/*!
\class QCoreApplication
\inmodule QtCore
\brief The QCoreApplication class provides an event loop for console Qt
applications.

View File

@ -50,6 +50,7 @@ QT_BEGIN_NAMESPACE
/*!
\class QEvent
\inmodule QtCore
\brief The QEvent class is the base class of all
event classes. Event objects contain event parameters.
@ -429,6 +430,7 @@ int QEvent::registerEventType(int hint)
/*!
\class QTimerEvent
\inmodule QtCore
\brief The QTimerEvent class contains parameters that describe a
timer event.
@ -471,6 +473,7 @@ QTimerEvent::~QTimerEvent()
/*!
\class QChildEvent
\inmodule QtCore
\brief The QChildEvent class contains event parameters for child object
events.
@ -538,6 +541,7 @@ QChildEvent::~QChildEvent()
/*!
\class QDynamicPropertyChangeEvent
\inmodule QtCore
\since 4.2
\brief The QDynamicPropertyChangeEvent class contains event parameters for dynamic
property change events.

View File

@ -54,6 +54,7 @@ QT_BEGIN_NAMESPACE
/*!
\class QEventLoop
\inmodule QtCore
\brief The QEventLoop class provides a means of entering and leaving an event loop.
At any time, you can create a QEventLoop object and call exec()
@ -374,6 +375,7 @@ private:
/*!
\class QEventLoopLocker
\inmodule QtCore
\brief The QEventLoopLocker class provides a means to quit an event loop when it is no longer needed.
The QEventLoopLocker operates on particular objects - either a QCoreApplication

View File

@ -65,6 +65,7 @@ QT_BEGIN_NAMESPACE
/*!
\class QMetaObject
\inmodule QtCore
\brief The QMetaObject class contains meta-information about Qt
objects.
@ -1517,6 +1518,7 @@ bool QMetaObject::invokeMethod(QObject *obj,
/*!
\class QMetaMethod
\inmodule QtCore
\brief The QMetaMethod class provides meta-data about a member
function.
@ -2239,6 +2241,7 @@ bool QMetaMethod::invoke(QObject *object,
/*!
\class QMetaEnum
\inmodule QtCore
\brief The QMetaEnum class provides meta-data about an enumerator.
\ingroup objectmodel
@ -2513,6 +2516,7 @@ static QByteArray qualifiedName(const QMetaEnum &e)
/*!
\class QMetaProperty
\inmodule QtCore
\brief The QMetaProperty class provides meta-data about a property.
\ingroup objectmodel
@ -3157,6 +3161,7 @@ bool QMetaProperty::isEditable(const QObject *object) const
/*!
\class QMetaClassInfo
\inmodule QtCore
\brief The QMetaClassInfo class provides additional information
about a class.
@ -3234,6 +3239,7 @@ const char* QMetaClassInfo::value() const
/*!
\class QGenericArgument
\inmodule QtCore
\brief The QGenericArgument class is an internal helper class for
marshalling arguments.
@ -3264,6 +3270,7 @@ const char* QMetaClassInfo::value() const
/*!
\class QGenericReturnArgument
\inmodule QtCore
\brief The QGenericReturnArgument class is an internal helper class for
marshalling arguments.

View File

@ -50,6 +50,7 @@ QT_BEGIN_NAMESPACE
/*!
\class QMetaObjectBuilder
\inmodule QtCore
\internal
\brief The QMetaObjectBuilder class supports building QMetaObject objects at runtime.
@ -1067,6 +1068,7 @@ int QMetaObjectBuilder::indexOfClassInfo(const QByteArray& name)
/*!
\class QMetaStringTable
\inmodule QtCore
\internal
\brief The QMetaStringTable class can generate a meta-object string table at runtime.
*/
@ -1845,6 +1847,7 @@ void QMetaObjectBuilder::deserialize
/*!
\class QMetaMethodBuilder
\inmodule QtCore
\internal
\brief The QMetaMethodBuilder class enables modifications to a method definition on a meta object builder.
*/
@ -2087,6 +2090,7 @@ void QMetaMethodBuilder::setRevision(int revision)
/*!
\class QMetaPropertyBuilder
\inmodule QtCore
\internal
\brief The QMetaPropertyBuilder class enables modifications to a property definition on a meta object builder.
*/
@ -2558,6 +2562,7 @@ void QMetaPropertyBuilder::setRevision(int revision)
/*!
\class QMetaEnumBuilder
\inmodule QtCore
\internal
\brief The QMetaEnumBuilder class enables modifications to an enumerator definition on a meta object builder.
*/

View File

@ -237,6 +237,7 @@ struct DefinedTypesFilter {
/*!
\class QMetaType
\inmodule QtCore
\brief The QMetaType class manages named types in the meta-object system.
\ingroup objectmodel

View File

@ -222,6 +222,7 @@ QVariant QMimeDataPrivate::retrieveTypedData(const QString &format, QVariant::Ty
/*!
\class QMimeData
\inmodule QtCore
\brief The QMimeData class provides a container for data that records information
about its MIME type.

View File

@ -484,6 +484,7 @@ void QMetaCallEvent::placeMetaCall(QObject *object)
/*!
\class QObject
\inmodule QtCore
\brief The QObject class is the base class of all Qt objects.
\ingroup objectmodel
@ -4380,6 +4381,7 @@ bool QObject::disconnectImpl(const QObject *sender, void **signal, const QObject
}
/*! \class QMetaObject::Connection
\inmodule QtCore
Represents a handle to a signal-slot connection.
It can be used to disconnect that connection, or check if
the connection was successful

View File

@ -45,6 +45,7 @@ QT_BEGIN_NAMESPACE
/*!
\class QObjectCleanupHandler
\inmodule QtCore
\brief The QObjectCleanupHandler class watches the lifetime of multiple QObjects.
\ingroup objectmodel

View File

@ -41,6 +41,7 @@
/*!
\class QPointer
\inmodule QtCore
\brief The QPointer class is a template class that provides guarded pointers to QObject.
\ingroup objectmodel

View File

@ -87,6 +87,7 @@ QSharedMemoryPrivate::makePlatformSafeKey(const QString &key,
/*!
\class QSharedMemory
\inmodule QtCore
\since 4.4
\brief The QSharedMemory class provides access to a shared memory segment.

View File

@ -63,6 +63,7 @@ public:
/*!
\class QSignalMapper
\inmodule QtCore
\brief The QSignalMapper class bundles signals from identifiable senders.
\ingroup objectmodel

View File

@ -62,6 +62,7 @@ public:
/*!
\class QSocketNotifier
\inmodule QtCore
\brief The QSocketNotifier class provides support for monitoring
activity on a file descriptor.

View File

@ -49,6 +49,7 @@ QT_BEGIN_NAMESPACE
/*!
\class QSystemSemaphore
\inmodule QtCore
\since 4.4
\brief The QSystemSemaphore class provides a general counting system semaphore.

View File

@ -48,6 +48,7 @@ QT_BEGIN_NAMESPACE
/*!
\class QTimer
\inmodule QtCore
\brief The QTimer class provides repetitive and single-shot timers.
\ingroup events

View File

@ -325,6 +325,7 @@ public:
/*!
\class QTranslator
\inmodule QtCore
\brief The QTranslator class provides internationalization support for text
output.

View File

@ -904,6 +904,7 @@ Q_CORE_EXPORT void QVariantPrivate::registerHandler(const int /* Modules::Names
/*!
\class QVariant
\inmodule QtCore
\brief The QVariant class acts like a union for the most common Qt data types.
\ingroup objectmodel

View File

@ -63,6 +63,7 @@ public:
/*!
\class QWinEventNotifier
\inmodule QtCore
\since 5.0
\brief The QWinEventNotifier class provides support for the Windows Wait functions.

View File

@ -238,6 +238,7 @@ bool QMimeDatabasePrivate::inherits(const QString &mime, const QString &parent)
/*!
\class QMimeDatabase
\inmodule QtCore
\brief The QMimeDatabase class maintains a database of MIME types.
\since 5.0

View File

@ -50,6 +50,7 @@ QT_BEGIN_NAMESPACE
/*!
\internal
\class QMimeGlobMatchResult
\inmodule QtCore
\brief The QMimeGlobMatchResult class accumulates results from glob matching.
Handles glob weights, and preferring longer matches over shorter matches.
@ -84,6 +85,7 @@ void QMimeGlobMatchResult::addMatch(const QString &mimeType, int weight, const Q
/*!
\internal
\class QMimeGlobPattern
\inmodule QtCore
\brief The QMimeGlobPattern class contains the glob pattern for file names for MIME type matching.
\sa QMimeType, QMimeDatabase, QMimeMagicRuleMatcher, QMimeMagicRule

View File

@ -50,6 +50,7 @@ QT_BEGIN_NAMESPACE
/*!
\internal
\class QMimeMagicRuleMatcher
\inmodule QtCore
\brief The QMimeMagicRuleMatcher class checks a number of rules based on operator "or".

View File

@ -84,6 +84,7 @@ void QMimeTypePrivate::addGlobPattern(const QString &pattern)
/*!
\class QMimeType
\inmodule QtCore
\brief The QMimeType class describes types of file or data, represented by a MIME type string.
\since 5.0

View File

@ -83,6 +83,7 @@ static const char matchMaskAttributeC[] = "mask";
/*!
\class QMimeTypeParser
\inmodule QtCore
\internal
\brief The QMimeTypeParser class parses MIME types, and builds a MIME database hierarchy by adding to QMimeDatabasePrivate.
@ -94,6 +95,7 @@ static const char matchMaskAttributeC[] = "mask";
/*!
\class QMimeTypeParserBase
\inmodule QtCore
\internal
\brief The QMimeTypeParserBase class parses for a sequence of <mime-type> in a generic way.

View File

@ -83,6 +83,7 @@ static QBasicMutex qt_library_mutex;
/*!
\class QLibrary
\inmodule QtCore
\reentrant
\brief The QLibrary class loads shared libraries at runtime.

View File

@ -54,6 +54,7 @@ QT_BEGIN_NAMESPACE
/*!
\class QPluginLoader
\inmodule QtCore
\reentrant
\brief The QPluginLoader class loads a plugin at run-time.

View File

@ -48,6 +48,7 @@
\internal
\class QSystemLibrary
\inmodule QtCore
The purpose of this class is to load only libraries that are located in
well-known and trusted locations on the filesystem. It does not suffer from

View File

@ -163,6 +163,7 @@ static QUuid createFromName(const QUuid &ns, const QByteArray &baseData, QCrypto
/*!
\class QUuid
\inmodule QtCore
\brief The QUuid class stores a Universally Unique Identifier (UUID).
\reentrant

View File

@ -53,6 +53,7 @@ QT_BEGIN_NAMESPACE
/*!
\class QAbstractState
\inmodule QtCore
\brief The QAbstractState class is the base class of states of a QStateMachine.

View File

@ -52,6 +52,7 @@ QT_BEGIN_NAMESPACE
/*!
\class QAbstractTransition
\inmodule QtCore
\brief The QAbstractTransition class is the base class of transitions between QAbstractState objects.

View File

@ -54,6 +54,7 @@ QT_BEGIN_NAMESPACE
/*!
\class QEventTransition
\inmodule QtCore
\brief The QEventTransition class provides a QObject-specific transition for Qt events.

View File

@ -49,6 +49,7 @@ QT_BEGIN_NAMESPACE
/*!
\class QFinalState
\inmodule QtCore
\brief The QFinalState class provides a final state.

View File

@ -49,6 +49,7 @@ QT_BEGIN_NAMESPACE
/*!
\class QHistoryState
\inmodule QtCore
\brief The QHistoryState class provides a means of returning to a previously active substate.

View File

@ -54,6 +54,7 @@ QT_BEGIN_NAMESPACE
/*!
\class QSignalTransition
\inmodule QtCore
\brief The QSignalTransition class provides a transition based on a Qt signal.

View File

@ -56,6 +56,7 @@ QT_BEGIN_NAMESPACE
/*!
\class QState
\inmodule QtCore
\brief The QState class provides a general-purpose state for QStateMachine.

View File

@ -77,6 +77,7 @@ QT_BEGIN_NAMESPACE
/*!
\class QStateMachine
\inmodule QtCore
\reentrant
\brief The QStateMachine class provides a hierarchical finite state machine.
@ -2597,6 +2598,7 @@ QSignalEventGenerator::QSignalEventGenerator(QStateMachine *parent)
/*!
\class QStateMachine::SignalEvent
\inmodule QtCore
\brief The SignalEvent class represents a Qt signal event.
@ -2659,6 +2661,7 @@ QStateMachine::SignalEvent::~SignalEvent()
/*!
\class QStateMachine::WrappedEvent
\inmodule QtCore
\brief The WrappedEvent class inherits QEvent and holds a clone of an event associated with a QObject.

View File

@ -41,6 +41,7 @@
/*!
\class QAtomicInt
\inmodule QtCore
\brief The QAtomicInt class provides platform-independent atomic operations on integers.
\since 4.4
@ -598,6 +599,7 @@
/*!
\class QAtomicPointer
\inmodule QtCore
\brief The QAtomicPointer class is a template class that provides platform-independent atomic operations on pointers.
\since 4.4

View File

@ -57,6 +57,7 @@ QT_BEGIN_NAMESPACE
/*
\class QBasicMutex
\inmodule QtCore
\brief QMutex POD
\internal
@ -70,6 +71,7 @@ QT_BEGIN_NAMESPACE
/*!
\class QMutex
\inmodule QtCore
\brief The QMutex class provides access serialization between threads.
\threadsafe
@ -239,6 +241,7 @@ bool QBasicMutex::isRecursive() {
/*!
\class QMutexLocker
\inmodule QtCore
\brief The QMutexLocker class is a convenience class that simplifies
locking and unlocking mutexes.

View File

@ -50,6 +50,7 @@ Q_GLOBAL_STATIC_WITH_ARGS(QMutexPool, globalMutexPool, (QMutex::Recursive))
/*!
\class QMutexPool
\inmodule QtCore
\brief The QMutexPool class provides a pool of QMutex objects.
\internal

View File

@ -52,6 +52,7 @@
QT_BEGIN_NAMESPACE
/*! \class QReadWriteLock
\inmodule QtCore
\brief The QReadWriteLock class provides read-write locking.
\threadsafe
@ -427,6 +428,7 @@ void QReadWriteLock::unlock()
/*!
\class QReadLocker
\inmodule QtCore
\brief The QReadLocker class is a convenience class that
simplifies locking and unlocking read-write locks for read access.
@ -499,6 +501,7 @@ void QReadWriteLock::unlock()
/*!
\class QWriteLocker
\inmodule QtCore
\brief The QWriteLocker class is a convenience class that
simplifies locking and unlocking read-write locks for write access.

View File

@ -41,6 +41,7 @@
/*!
\class QRunnable
\inmodule QtCore
\since 4.4
\brief The QRunnable class is the base class for all runnable objects.

View File

@ -51,6 +51,7 @@ QT_BEGIN_NAMESPACE
/*!
\class QSemaphore
\inmodule QtCore
\brief The QSemaphore class provides a general counting semaphore.
\threadsafe

View File

@ -171,6 +171,7 @@ QThreadPrivate::~QThreadPrivate()
/*!
\class QThread
\inmodule QtCore
\brief The QThread class provides platform-independent threads.
\ingroup thread

View File

@ -347,6 +347,7 @@ void QThreadPoolPrivate::stealRunnable(QRunnable *runnable)
/*!
\class QThreadPool
\inmodule QtCore
\brief The QThreadPool class manages a collection of QThreads.
\since 4.4
\threadsafe

View File

@ -212,6 +212,7 @@ void QThreadStorageData::finish(void **p)
/*!
\class QThreadStorage
\inmodule QtCore
\brief The QThreadStorage class provides per-thread data storage.
\threadsafe

Some files were not shown because too many files have changed in this diff Show More