- enum Encoding
- typedef EventFilter
- QCoreApplication ( int &, char ** )
- ~QCoreApplication ()
- aboutToQuit ()
- addLibraryPath ( const QString & )
- applicationDirPath () : QString
- applicationFilePath () : QString
- applicationName () : QString
- applicationPid () : qint64
- applicationVersion () : QString
- arguments () : QStringList
- blockSignals ( bool ) : bool
- childEvent ( QChildEvent * )
- children () const : const QObjectList &
- closingDown () : bool
- connect ( const QObject *, const char *, const QObject *, const char *, Qt::ConnectionType ) : bool
- connect ( const QObject *, const char *, const char *, Qt::ConnectionType ) const : bool
- connectNotify ( const char * )
- customEvent ( QEvent * )
- d_ptr : QScopedPointer<QObjectData>
- deleteLater ()
- destroyed ( QObject * )
- disconnect ( const QObject *, const char *, const QObject *, const char * ) : bool
- disconnect ( const char *, const QObject *, const char * ) : bool
- disconnect ( const QObject *, const char * ) : bool
- disconnectNotify ( const char * )
- dumpObjectInfo ()
- dumpObjectTree ()
- dynamicPropertyNames () const : QList<QByteArray>
- event ( QEvent * ) : bool
- eventFilter ( QObject *, QEvent * ) : bool
- exec () : int
- exit ( int )
- filterEvent ( void *, long * ) : bool
- findChild ( const QString & ) const : T
- findChildren ( const QString & ) const : QList<T>
- findChildren ( const QRegExp & ) const : QList<T>
- flush ()
- hasPendingEvents () : bool
- inherits ( const char * ) const : bool
- installEventFilter ( QObject * )
- installTranslator ( QTranslator * )
- instance () : QCoreApplication *
- isWidgetType () const : bool
- killTimer ( int )
- libraryPaths () : QStringList
|
- metaObject () const : const QMetaObject *
- moveToThread ( QThread * )
- notify ( QObject *, QEvent * ) : bool
- objectName () const : QString
- organizationDomain () : QString
- organizationName () : QString
- parent () const : QObject *
- postEvent ( QObject *, QEvent * )
- postEvent ( QObject *, QEvent *, int )
- processEvents ( QEventLoop::ProcessEventsFlags )
- processEvents ( QEventLoop::ProcessEventsFlags, int )
- property ( const char * ) const : QVariant
- quit ()
- receivers ( const char * ) const : int
- removeEventFilter ( QObject * )
- removeLibraryPath ( const QString & )
- removePostedEvents ( QObject * )
- removePostedEvents ( QObject *, int )
- removeTranslator ( QTranslator * )
- sendEvent ( QObject *, QEvent * ) : bool
- sendPostedEvents ( QObject *, int )
- sendPostedEvents ()
- sender () const : QObject *
- setApplicationName ( const QString & )
- setApplicationVersion ( const QString & )
- setAttribute ( Qt::ApplicationAttribute, bool )
- setEventFilter ( EventFilter ) : EventFilter
- setLibraryPaths ( const QStringList & )
- setObjectName ( const QString & )
- setOrganizationDomain ( const QString & )
- setOrganizationName ( const QString & )
- setParent ( QObject * )
- setProperty ( const char *, const QVariant & ) : bool
- signalsBlocked () const : bool
- startTimer ( int ) : int
- startingUp () : bool
- staticMetaObject : const QMetaObject
- staticQtMetaObject : const QMetaObject
- testAttribute ( Qt::ApplicationAttribute ) : bool
- thread () const : QThread *
- timerEvent ( QTimerEvent * )
- tr ( const char *, const char *, int ) : QString
- trUtf8 ( const char *, const char *, int ) : QString
- translate ( const char *, const char *, const char *, Encoding, int ) : QString
- translate ( const char *, const char *, const char *, Encoding ) : QString
- winEventFilter ( MSG *, long * ) : bool
|