| 
|   | CuteApplication (int &argc, char **argv) | 
|   | 
| double  | idle () const | 
|   | 
| bool  | idleMeasureEnabled () const | 
|   | 
| void  | setIdleMeasureEnabled (bool idleMeasureEnabled) | 
|   | 
| bool  | notify (QObject *receiver, QEvent *event) override | 
|   | 
|   | QApplication (int &argc, char **argv) | 
|   | 
| virtual  | ~QApplication () | 
|   | 
| virtual bool  | notify (QObject *receiver, QEvent *e) override | 
|   | 
| void  | focusChanged (QWidget *old, QWidget *now) | 
|   | 
| QString  | styleSheet () const const | 
|   | 
| void  | setStyleSheet (const QString &sheet) | 
|   | 
| void  | setAutoSipEnabled (const bool enabled) | 
|   | 
| bool  | autoSipEnabled () const const | 
|   | 
|   | qApp qApp | 
|   | 
|   | QGuiApplication (int &argc, char **argv) | 
|   | 
| virtual  | ~QGuiApplication () | 
|   | 
| qreal  | devicePixelRatio () const const | 
|   | 
| virtual bool  | notify (QObject *object, QEvent *event) override | 
|   | 
| 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) | 
|   | 
|   | qGuiApp qGuiApp | 
|   | 
|   | QCoreApplication (int &argc, char **argv) | 
|   | 
| virtual  | ~QCoreApplication () | 
|   | 
| virtual bool  | notify (QObject *receiver, QEvent *event) | 
|   | 
| void  | installNativeEventFilter (QAbstractNativeEventFilter *filterObj) | 
|   | 
| void  | removeNativeEventFilter (QAbstractNativeEventFilter *filterObject) | 
|   | 
| void  | aboutToQuit () | 
|   | 
| void  | organizationNameChanged () | 
|   | 
| void  | organizationDomainChanged () | 
|   | 
| void  | applicationNameChanged () | 
|   | 
| void  | applicationVersionChanged () | 
|   | 
|   | Q_COREAPP_STARTUP_FUNCTION (QtStartUpFunction ptr) | 
|   | 
| void  | qAddPostRoutine (QtCleanUpFunction ptr) | 
|   | 
| void  | qRemovePostRoutine (QtCleanUpFunction ptr) | 
|   | 
|   | Q_DECLARE_TR_FUNCTIONS (context) | 
|   | 
| virtual const QMetaObject *  | metaObject () const const | 
|   | 
|   | QObject (QObject *parent) | 
|   | 
| virtual  | ~QObject () | 
|   | 
| virtual bool  | event (QEvent *e) | 
|   | 
| 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 () | 
|   | 
|   | Q_DISABLE_COPY (Class) | 
|   | 
|   | Q_DISABLE_MOVE (Class) | 
|   | 
|   | Q_DISABLE_COPY_MOVE (Class) | 
|   | 
| T  | qobject_cast (QObject *object) | 
|   | 
| T  | qobject_cast (const QObject *object) | 
|   | 
| T  | qFindChild (const QObject *obj, const QString &name) | 
|   | 
| QList< T >  | qFindChildren (const QObject *obj, const QString &name) | 
|   | 
| QList< T >  | qFindChildren (const QObject *obj, const QRegExp ®Exp) | 
|   | 
|   | Q_CLASSINFO (Name, Value) | 
|   | 
|   | Q_INTERFACES (...) | 
|   | 
|   | Q_PROPERTY (...) | 
|   | 
|   | Q_ENUMS (...) | 
|   | 
|   | Q_FLAGS (...) | 
|   | 
|   | Q_ENUM (...) | 
|   | 
|   | Q_FLAG (...) | 
|   | 
|   | Q_ENUM_NS (...) | 
|   | 
|   | Q_FLAG_NS (...) | 
|   | 
|   | Q_OBJECT Q_OBJECT | 
|   | 
|   | Q_GADGET Q_GADGET | 
|   | 
|   | Q_NAMESPACE Q_NAMESPACE | 
|   | 
|   | Q_NAMESPACE_EXPORT (EXPORT_MACRO) | 
|   | 
|   | Q_SIGNALS Q_SIGNALS | 
|   | 
|   | Q_SIGNAL Q_SIGNAL | 
|   | 
|   | Q_SLOTS Q_SLOTS | 
|   | 
|   | Q_SLOT Q_SLOT | 
|   | 
|   | Q_EMIT Q_EMIT | 
|   | 
|   | Q_INVOKABLE Q_INVOKABLE | 
|   | 
|   | Q_REVISION Q_REVISION | 
|   | 
|   | Q_SET_OBJECT_NAME (Object) | 
|   | 
|   | QT_NO_NARROWING_CONVERSIONS_IN_CONNECT QT_NO_NARROWING_CONVERSIONS_IN_CONNECT | 
|   | 
 | 
| static CuteApplication *  | create (QQmlEngine *qmlEngine, QJSEngine *jsEngine) | 
|   | Create intance.  More...
  | 
|   | 
| QStyle *  | style () | 
|   | 
| void  | setStyle (QStyle *style) | 
|   | 
| QStyle *  | setStyle (const QString &style) | 
|   | 
| int  | colorSpec () | 
|   | 
| void  | setColorSpec (int spec) | 
|   | 
| 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) | 
|   | 
| int  | exec () | 
|   | 
| void  | setKeypadNavigationEnabled (bool enable) | 
|   | 
| bool  | keypadNavigationEnabled () | 
|   | 
| void  | setNavigationMode (Qt::NavigationMode mode) | 
|   | 
| Qt::NavigationMode  | navigationMode () | 
|   | 
| void  | closeAllWindows () | 
|   | 
| void  | aboutQt () | 
|   | 
| 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 () | 
|   | 
| void  | setHighDpiScaleFactorRoundingPolicy (Qt::HighDpiScaleFactorRoundingPolicy policy) | 
|   | 
| Qt::HighDpiScaleFactorRoundingPolicy  | highDpiScaleFactorRoundingPolicy () | 
|   | 
| int  | exec () | 
|   | 
| bool  | isFallbackSessionManagementEnabled () | 
|   | 
| void  | setFallbackSessionManagementEnabled (bool enabled) | 
|   | 
| void  | sync () | 
|   | 
| 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 ms) | 
|   | 
| 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) | 
|   | 
Application. 
This class extends QApplication to provide idle measurment.