|
| | CuteApplication (int &argc, char **argv) |
| |
| double | idle () const |
| |
| bool | idleMeasureEnabled () const |
| |
| void | setIdleMeasureEnabled (bool idleMeasureEnabled) |
| |
| bool | notify (QObject *receiver, QEvent *event) override |
| |
| virtual const QMetaObject * | metaObject () const const |
| |
| virtual void * | qt_metacast (const char *) |
| |
| virtual int | qt_metacall (QMetaObject::Call, int, void **) |
| |
| | QApplication (int &argc, char **argv) |
| |
| virtual | ~QApplication () |
| |
| void | focusChanged (QWidget *old, QWidget *now) |
| |
| QString | styleSheet () const const |
| |
| void | setStyleSheet (const QString &sheet) |
| |
| void | setAutoSipEnabled (const bool enabled) |
| |
| bool | autoSipEnabled () const const |
| |
| | QGuiApplication (int &argc, char **argv) |
| |
| virtual | ~QGuiApplication () |
| |
| qreal | devicePixelRatio () const const |
| |
| bool | isSessionRestored () const const |
| |
| QString | sessionId () const const |
| |
| QString | sessionKey () const const |
| |
| bool | isSavingSession () const const |
| |
| void | fontDatabaseChanged () |
| |
| void | screenAdded (QScreen *screen) |
| |
| void | screenRemoved (QScreen *screen) |
| |
| void | primaryScreenChanged (QScreen *screen) |
| |
| void | lastWindowClosed () |
| |
| void | focusObjectChanged (QObject *focusObject) |
| |
| void | focusWindowChanged (QWindow *focusWindow) |
| |
| void | applicationStateChanged (Qt::ApplicationState state) |
| |
| void | layoutDirectionChanged (Qt::LayoutDirection direction) |
| |
| void | commitDataRequest (QSessionManager &manager) |
| |
| void | saveStateRequest (QSessionManager &manager) |
| |
| void | paletteChanged (const QPalette &palette) |
| |
| void | applicationDisplayNameChanged () |
| |
| void | fontChanged (const QFont &font) |
| |
| | QCoreApplication (int &argc, char **argv) |
| |
| virtual | ~QCoreApplication () |
| |
| void | installNativeEventFilter (QAbstractNativeEventFilter *filterObj) |
| |
| void | removeNativeEventFilter (QAbstractNativeEventFilter *filterObject) |
| |
| void | aboutToQuit () |
| |
| | QObject (QObject *parent) |
| |
| virtual | ~QObject () |
| |
| virtual bool | eventFilter (QObject *watched, QEvent *event) |
| |
| QString | objectName () const const |
| |
| void | setObjectName (const QString &name) |
| |
| bool | isWidgetType () const const |
| |
| bool | isWindowType () const const |
| |
| bool | signalsBlocked () const const |
| |
| bool | blockSignals (bool block) |
| |
| QThread * | thread () const const |
| |
| void | moveToThread (QThread *targetThread) |
| |
| int | startTimer (int interval, Qt::TimerType timerType) |
| |
| int | startTimer (std::chrono::milliseconds time, Qt::TimerType timerType) |
| |
| void | killTimer (int id) |
| |
| T | findChild (const QString &name, Qt::FindChildOptions options) const const |
| |
| QList< T > | findChildren (const QString &name, Qt::FindChildOptions options) const const |
| |
| QList< T > | findChildren (const QRegExp ®Exp, Qt::FindChildOptions options) const const |
| |
| QList< T > | findChildren (const QRegularExpression &re, Qt::FindChildOptions options) const const |
| |
| const QObjectList & | children () const const |
| |
| void | setParent (QObject *parent) |
| |
| void | installEventFilter (QObject *filterObj) |
| |
| void | removeEventFilter (QObject *obj) |
| |
| QMetaObject::Connection | connect (const QObject *sender, const char *signal, const char *method, Qt::ConnectionType type) const const |
| |
| bool | disconnect (const char *signal, const QObject *receiver, const char *method) const const |
| |
| bool | disconnect (const QObject *receiver, const char *method) const const |
| |
| void | dumpObjectTree () |
| |
| void | dumpObjectInfo () |
| |
| void | dumpObjectTree () const const |
| |
| void | dumpObjectInfo () const const |
| |
| bool | setProperty (const char *name, const QVariant &value) |
| |
| QVariant | property (const char *name) const const |
| |
| QList< QByteArray > | dynamicPropertyNames () const const |
| |
| void | destroyed (QObject *obj) |
| |
| void | objectNameChanged (const QString &objectName) |
| |
| QObject * | parent () const const |
| |
| bool | inherits (const char *className) const const |
| |
| void | deleteLater () |
| |
|
| QString | tr (const char *s, const char *c, int n) |
| |
| QString | trUtf8 (const char *s, const char *c, int n) |
| |
| QStyle * | style () |
| |
| void | setStyle (QStyle *style) |
| |
| QStyle * | setStyle (const QString &style) |
| |
| int | colorSpec () |
| |
| void | setColorSpec (int spec) |
| |
| void | setGraphicsSystem (const QString &) |
| |
| QPalette | palette (const QWidget *widget) |
| |
| QPalette | palette (const char *className) |
| |
| void | setPalette (const QPalette &palette, const char *className) |
| |
| QFont | font () |
| |
| QFont | font (const QWidget *widget) |
| |
| QFont | font (const char *className) |
| |
| void | setFont (const QFont &font, const char *className) |
| |
| QFontMetrics | fontMetrics () |
| |
| void | setWindowIcon (const QIcon &icon) |
| |
| QIcon | windowIcon () |
| |
| QWidgetList | allWidgets () |
| |
| QWidgetList | topLevelWidgets () |
| |
| QDesktopWidget * | desktop () |
| |
| QWidget * | activeModalWidget () |
| |
| QWidget * | focusWidget () |
| |
| QWidget * | activeWindow () |
| |
| void | setActiveWindow (QWidget *active) |
| |
| QWidget * | widgetAt (const QPoint &point) |
| |
| QWidget * | widgetAt (int x, int y) |
| |
| QWidget * | topLevelAt (const QPoint &point) |
| |
| QWidget * | topLevelAt (int x, int y) |
| |
| void | beep () |
| |
| void | alert (QWidget *widget, int msec) |
| |
| void | setCursorFlashTime (int) |
| |
| int | cursorFlashTime () |
| |
| void | setDoubleClickInterval (int) |
| |
| int | doubleClickInterval () |
| |
| void | setKeyboardInputInterval (int) |
| |
| int | keyboardInputInterval () |
| |
| void | setWheelScrollLines (int) |
| |
| int | wheelScrollLines () |
| |
| void | setGlobalStrut (const QSize &) |
| |
| QSize | globalStrut () |
| |
| void | setStartDragTime (int ms) |
| |
| int | startDragTime () |
| |
| void | setStartDragDistance (int l) |
| |
| int | startDragDistance () |
| |
| bool | isEffectEnabled (Qt::UIEffect effect) |
| |
| void | setEffectEnabled (Qt::UIEffect effect, bool enable) |
| |
| QLocale | keyboardInputLocale () |
| |
| Qt::LayoutDirection | keyboardInputDirection () |
| |
| int | exec () |
| |
| void | setKeypadNavigationEnabled (bool enable) |
| |
| bool | keypadNavigationEnabled () |
| |
| void | setNavigationMode (Qt::NavigationMode mode) |
| |
| Qt::NavigationMode | navigationMode () |
| |
| void | closeAllWindows () |
| |
| void | aboutQt () |
| |
| QString | tr (const char *s, const char *c, int n) |
| |
| QString | trUtf8 (const char *s, const char *c, int n) |
| |
| void | setApplicationDisplayName (const QString &name) |
| |
| QString | applicationDisplayName () |
| |
| void | setDesktopFileName (const QString &name) |
| |
| QString | desktopFileName () |
| |
| QWindowList | allWindows () |
| |
| QWindowList | topLevelWindows () |
| |
| QWindow * | topLevelAt (const QPoint &pos) |
| |
| void | setWindowIcon (const QIcon &icon) |
| |
| QIcon | windowIcon () |
| |
| QString | platformName () |
| |
| QWindow * | modalWindow () |
| |
| QWindow * | focusWindow () |
| |
| QObject * | focusObject () |
| |
| QScreen * | primaryScreen () |
| |
| QList< QScreen * > | screens () |
| |
| QScreen * | screenAt (const QPoint &point) |
| |
| QCursor * | overrideCursor () |
| |
| void | setOverrideCursor (const QCursor &cursor) |
| |
| void | changeOverrideCursor (const QCursor &cursor) |
| |
| void | restoreOverrideCursor () |
| |
| QFont | font () |
| |
| void | setFont (const QFont &font) |
| |
| QClipboard * | clipboard () |
| |
| QPalette | palette () |
| |
| void | setPalette (const QPalette &pal) |
| |
| Qt::KeyboardModifiers | keyboardModifiers () |
| |
| Qt::KeyboardModifiers | queryKeyboardModifiers () |
| |
| Qt::MouseButtons | mouseButtons () |
| |
| void | setLayoutDirection (Qt::LayoutDirection direction) |
| |
| Qt::LayoutDirection | layoutDirection () |
| |
| bool | isRightToLeft () |
| |
| bool | isLeftToRight () |
| |
| QStyleHints * | styleHints () |
| |
| void | setDesktopSettingsAware (bool on) |
| |
| bool | desktopSettingsAware () |
| |
| QInputMethod * | inputMethod () |
| |
| QPlatformNativeInterface * | platformNativeInterface () |
| |
| QFunctionPointer | platformFunction (const QByteArray &function) |
| |
| void | setQuitOnLastWindowClosed (bool quit) |
| |
| bool | quitOnLastWindowClosed () |
| |
| Qt::ApplicationState | applicationState () |
| |
| int | exec () |
| |
| bool | isFallbackSessionManagementEnabled () |
| |
| void | setFallbackSessionManagementEnabled (bool enabled) |
| |
| void | sync () |
| |
| QString | tr (const char *s, const char *c, int n) |
| |
| QString | trUtf8 (const char *s, const char *c, int n) |
| |
| QStringList | arguments () |
| |
| void | setAttribute (Qt::ApplicationAttribute attribute, bool on) |
| |
| bool | testAttribute (Qt::ApplicationAttribute attribute) |
| |
| void | setOrganizationDomain (const QString &orgDomain) |
| |
| QString | organizationDomain () |
| |
| void | setOrganizationName (const QString &orgName) |
| |
| QString | organizationName () |
| |
| void | setApplicationName (const QString &application) |
| |
| QString | applicationName () |
| |
| void | setApplicationVersion (const QString &version) |
| |
| QString | applicationVersion () |
| |
| void | setSetuidAllowed (bool allow) |
| |
| bool | isSetuidAllowed () |
| |
| QCoreApplication * | instance () |
| |
| int | exec () |
| |
| void | processEvents (QEventLoop::ProcessEventsFlags flags) |
| |
| void | processEvents (QEventLoop::ProcessEventsFlags flags, int maxtime) |
| |
| void | exit (int returnCode) |
| |
| bool | sendEvent (QObject *receiver, QEvent *event) |
| |
| void | postEvent (QObject *receiver, QEvent *event, int priority) |
| |
| void | sendPostedEvents (QObject *receiver, int event_type) |
| |
| void | removePostedEvents (QObject *receiver, int eventType) |
| |
| bool | hasPendingEvents () |
| |
| QAbstractEventDispatcher * | eventDispatcher () |
| |
| void | setEventDispatcher (QAbstractEventDispatcher *eventDispatcher) |
| |
| bool | startingUp () |
| |
| bool | closingDown () |
| |
| QString | applicationDirPath () |
| |
| QString | applicationFilePath () |
| |
| qint64 | applicationPid () |
| |
| void | setLibraryPaths (const QStringList &paths) |
| |
| QStringList | libraryPaths () |
| |
| void | addLibraryPath (const QString &path) |
| |
| void | removeLibraryPath (const QString &path) |
| |
| bool | installTranslator (QTranslator *translationFile) |
| |
| bool | removeTranslator (QTranslator *translationFile) |
| |
| QString | translate (const char *context, const char *sourceText, const char *disambiguation, int n) |
| |
| QString | translate (const char *context, const char *key, const char *disambiguation, QCoreApplication::Encoding encoding, int n) |
| |
| void | flush () |
| |
| bool | isQuitLockEnabled () |
| |
| void | setQuitLockEnabled (bool enabled) |
| |
| void | quit () |
| |
| QString | tr (const char *sourceText, const char *disambiguation, int n) |
| |
| QString | trUtf8 (const char *sourceText, const char *disambiguation, int n) |
| |
| QMetaObject::Connection | connect (const QObject *sender, const char *signal, const QObject *receiver, const char *method, Qt::ConnectionType type) |
| |
| QMetaObject::Connection | connect (const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method, Qt::ConnectionType type) |
| |
| QMetaObject::Connection | connect (const QObject *sender, PointerToMemberFunction signal, const QObject *receiver, PointerToMemberFunction method, Qt::ConnectionType type) |
| |
| QMetaObject::Connection | connect (const QObject *sender, PointerToMemberFunction signal, Functor functor) |
| |
| QMetaObject::Connection | connect (const QObject *sender, PointerToMemberFunction signal, const QObject *context, Functor functor, Qt::ConnectionType type) |
| |
| bool | disconnect (const QObject *sender, const char *signal, const QObject *receiver, const char *method) |
| |
| bool | disconnect (const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method) |
| |
| bool | disconnect (const QMetaObject::Connection &connection) |
| |
| bool | disconnect (const QObject *sender, PointerToMemberFunction signal, const QObject *receiver, PointerToMemberFunction method) |
| |
| virtual bool | event (QEvent *e) override |
| |
| QObject * | sender () const const |
| |
| int | senderSignalIndex () const const |
| |
| int | receivers (const char *signal) const const |
| |
| bool | isSignalConnected (const QMetaMethod &signal) const const |
| |
| virtual void | timerEvent (QTimerEvent *event) |
| |
| virtual void | childEvent (QChildEvent *event) |
| |
| virtual void | customEvent (QEvent *event) |
| |
| virtual void | connectNotify (const QMetaMethod &signal) |
| |
| virtual void | disconnectNotify (const QMetaMethod &signal) |
| |
Application.
This class extends QApplication to provide idle measurment.