aboutQt() | QApplication | static |
aboutToQuit() | QCoreApplication | |
activeModalWidget() | QApplication | static |
activePopupWidget() | QApplication | static |
activeWindow() | QApplication | static |
addLibraryPath(const QString &path) | QCoreApplication | static |
alert(QWidget *widget, int msec) | QApplication | static |
allWidgets() | QApplication | static |
allWindows() | QGuiApplication | static |
applicationDirPath() | QCoreApplication | static |
applicationDisplayName | QGuiApplication | |
applicationDisplayName() | QGuiApplication | static |
applicationDisplayNameChanged() | QGuiApplication | |
applicationFilePath() | QCoreApplication | static |
applicationName | QCoreApplication | |
applicationName() | QCoreApplication | static |
applicationNameChanged() | QCoreApplication | |
applicationPid() | QCoreApplication | static |
applicationState() | QGuiApplication | static |
applicationStateChanged(Qt::ApplicationState state) | QGuiApplication | |
applicationVersion | QCoreApplication | |
applicationVersion() | QCoreApplication | static |
applicationVersionChanged() | QCoreApplication | |
arguments() | QCoreApplication | static |
autoSipEnabled | QApplication | |
autoSipEnabled() const const | QApplication | |
beep() | QApplication | static |
blockSignals(bool block) | QObject | |
changeOverrideCursor(const QCursor &cursor) | QGuiApplication | static |
childEvent(QChildEvent *event) | QObject | protectedvirtual |
children() const const | QObject | |
clipboard() | QGuiApplication | static |
closeAllWindows() | QApplication | static |
closingDown() | QCoreApplication | static |
CodecForTr | QCoreApplication | |
colorSpec() | QApplication | static |
ColorSpec enum name | QApplication | |
commitDataRequest(QSessionManager &manager) | QGuiApplication | |
connect(const QObject *sender, const char *signal, const QObject *receiver, const char *method, Qt::ConnectionType type) | QObject | static |
connect(const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method, Qt::ConnectionType type) | QObject | static |
connect(const QObject *sender, const char *signal, const char *method, Qt::ConnectionType type) const const | QObject | |
connect(const QObject *sender, PointerToMemberFunction signal, const QObject *receiver, PointerToMemberFunction method, Qt::ConnectionType type) | QObject | static |
connect(const QObject *sender, PointerToMemberFunction signal, Functor functor) | QObject | static |
connect(const QObject *sender, PointerToMemberFunction signal, const QObject *context, Functor functor, Qt::ConnectionType type) | QObject | static |
connectNotify(const QMetaMethod &signal) | QObject | protectedvirtual |
create(QQmlEngine *qmlEngine, QJSEngine *jsEngine) | cutehmi::gui::CuteApplication | static |
cursorFlashTime | QApplication | |
cursorFlashTime() | QApplication | static |
CustomColor | QApplication | |
customEvent(QEvent *event) | QObject | protectedvirtual |
CuteApplication(int &argc, char **argv) | cutehmi::gui::CuteApplication | |
DefaultCodec | QCoreApplication | |
deleteLater() | QObject | |
desktop() | QApplication | static |
desktopFileName | QGuiApplication | |
desktopFileName() | QGuiApplication | static |
desktopSettingsAware() | QGuiApplication | static |
destroyed(QObject *obj) | QObject | |
devicePixelRatio() const const | QGuiApplication | |
disconnect(const QObject *sender, const char *signal, const QObject *receiver, const char *method) | QObject | static |
disconnect(const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method) | QObject | static |
disconnect(const char *signal, const QObject *receiver, const char *method) const const | QObject | |
disconnect(const QObject *receiver, const char *method) const const | QObject | |
disconnect(const QMetaObject::Connection &connection) | QObject | static |
disconnect(const QObject *sender, PointerToMemberFunction signal, const QObject *receiver, PointerToMemberFunction method) | QObject | static |
disconnectNotify(const QMetaMethod &signal) | QObject | protectedvirtual |
doubleClickInterval | QApplication | |
doubleClickInterval() | QApplication | static |
dumpObjectInfo() | QObject | |
dumpObjectInfo() const const | QObject | |
dumpObjectTree() | QObject | |
dumpObjectTree() const const | QObject | |
dynamicPropertyNames() const const | QObject | |
Encoding enum name | QCoreApplication | |
event(QEvent *e) override | QApplication | protectedvirtual |
eventDispatcher() | QCoreApplication | static |
eventFilter(QObject *watched, QEvent *event) | QObject | virtual |
exec() | QApplication | static |
exit(int returnCode) | QCoreApplication | static |
findChild(const QString &name, Qt::FindChildOptions options) const const | QObject | |
findChildren(const QString &name, Qt::FindChildOptions options) const const | QObject | |
findChildren(const QRegExp ®Exp, Qt::FindChildOptions options) const const | QObject | |
findChildren(const QRegularExpression &re, Qt::FindChildOptions options) const const | QObject | |
flush() | QCoreApplication | static |
focusChanged(QWidget *old, QWidget *now) | QApplication | |
focusObject() | QGuiApplication | static |
focusObjectChanged(QObject *focusObject) | QGuiApplication | |
focusWidget() | QApplication | static |
focusWindow() | QGuiApplication | static |
focusWindowChanged(QWindow *focusWindow) | QGuiApplication | |
font() | QApplication | static |
font(const QWidget *widget) | QApplication | static |
font(const char *className) | QApplication | static |
fontChanged(const QFont &font) | QGuiApplication | |
fontDatabaseChanged() | QGuiApplication | |
fontMetrics() | QApplication | static |
globalStrut | QApplication | |
globalStrut() | QApplication | static |
hasPendingEvents() | QCoreApplication | static |
highDpiScaleFactorRoundingPolicy() | QGuiApplication | static |
idle | cutehmi::gui::CuteApplication | |
idle() const | cutehmi::gui::CuteApplication | |
IDLE_MEASURE_INTERVAL | cutehmi::gui::CuteApplication | static |
idleChanged() | cutehmi::gui::CuteApplication | signal |
idleMeasureEnabled | cutehmi::gui::CuteApplication | |
idleMeasureEnabled() const | cutehmi::gui::CuteApplication | |
idleMeasureEnabledChanged() | cutehmi::gui::CuteApplication | signal |
inherits(const char *className) const const | QObject | |
inputMethod() | QGuiApplication | static |
installEventFilter(QObject *filterObj) | QObject | |
installNativeEventFilter(QAbstractNativeEventFilter *filterObj) | QCoreApplication | |
installTranslator(QTranslator *translationFile) | QCoreApplication | static |
instance() | QCoreApplication | static |
isEffectEnabled(Qt::UIEffect effect) | QApplication | static |
isFallbackSessionManagementEnabled() | QGuiApplication | static |
isLeftToRight() | QGuiApplication | static |
isQuitLockEnabled() | QCoreApplication | static |
isRightToLeft() | QGuiApplication | static |
isSavingSession() const const | QGuiApplication | |
isSessionRestored() const const | QGuiApplication | |
isSetuidAllowed() | QCoreApplication | static |
isSignalConnected(const QMetaMethod &signal) const const | QObject | protected |
isWidgetType() const const | QObject | |
isWindowType() const const | QObject | |
keyboardInputInterval | QApplication | |
keyboardInputInterval() | QApplication | static |
keyboardModifiers() | QGuiApplication | static |
keypadNavigationEnabled() | QApplication | static |
killTimer(int id) | QObject | |
lastWindowClosed() | QGuiApplication | |
Latin1 | QCoreApplication | |
layoutDirection | QGuiApplication | |
layoutDirection() | QGuiApplication | static |
layoutDirectionChanged(Qt::LayoutDirection direction) | QGuiApplication | |
libraryPaths() | QCoreApplication | static |
ManyColor | QApplication | |
metaObject() const const | QObject | virtual |
modalWindow() | QGuiApplication | static |
mouseButtons() | QGuiApplication | static |
moveToThread(QThread *targetThread) | QObject | |
navigationMode() | QApplication | static |
NormalColor | QApplication | |
notify(QObject *receiver, QEvent *event) override | cutehmi::gui::CuteApplication | virtual |
objectName | QObject | |
objectName() const const | QObject | |
objectNameChanged(const QString &objectName) | QObject | |
organizationDomain | QCoreApplication | |
organizationDomain() | QCoreApplication | static |
organizationDomainChanged() | QCoreApplication | |
organizationName | QCoreApplication | |
organizationName() | QCoreApplication | static |
organizationNameChanged() | QCoreApplication | |
overrideCursor() | QGuiApplication | static |
palette(const QWidget *widget) | QApplication | static |
palette(const char *className) | QApplication | static |
QGuiApplication::palette() | QGuiApplication | static |
paletteChanged(const QPalette &palette) | QGuiApplication | |
parent() const const | QObject | |
platformFunction(const QByteArray &function) | QGuiApplication | static |
platformName | QGuiApplication | |
platformName() | QGuiApplication | static |
platformNativeInterface() | QGuiApplication | static |
postEvent(QObject *receiver, QEvent *event, int priority) | QCoreApplication | static |
primaryScreen | QGuiApplication | |
primaryScreen() | QGuiApplication | static |
primaryScreenChanged(QScreen *screen) | QGuiApplication | |
processEvents(QEventLoop::ProcessEventsFlags flags) | QCoreApplication | static |
processEvents(QEventLoop::ProcessEventsFlags flags, int ms) | QCoreApplication | static |
property(const char *name) const const | QObject | |
Q_CLASSINFO(Name, Value) | QObject | |
Q_COREAPP_STARTUP_FUNCTION(QtStartUpFunction ptr) | QCoreApplication | |
Q_DECLARE_TR_FUNCTIONS(context) | QCoreApplication | |
Q_DISABLE_COPY(Class) | QObject | |
Q_DISABLE_COPY_MOVE(Class) | QObject | |
Q_DISABLE_MOVE(Class) | QObject | |
Q_EMITQ_EMIT | QObject | |
Q_ENUM(...) | QObject | |
Q_ENUM_NS(...) | QObject | |
Q_ENUMS(...) | QObject | |
Q_FLAG(...) | QObject | |
Q_FLAG_NS(...) | QObject | |
Q_FLAGS(...) | QObject | |
Q_GADGETQ_GADGET | QObject | |
Q_INTERFACES(...) | QObject | |
Q_INVOKABLEQ_INVOKABLE | QObject | |
Q_NAMESPACEQ_NAMESPACE | QObject | |
Q_NAMESPACE_EXPORT(EXPORT_MACRO) | QObject | |
Q_OBJECTQ_OBJECT | QObject | |
Q_PROPERTY(...) | QObject | |
Q_REVISIONQ_REVISION | QObject | |
Q_SET_OBJECT_NAME(Object) | QObject | |
Q_SIGNALQ_SIGNAL | QObject | |
Q_SIGNALSQ_SIGNALS | QObject | |
Q_SLOTQ_SLOT | QObject | |
Q_SLOTSQ_SLOTS | QObject | |
qAddPostRoutine(QtCleanUpFunction ptr) | QCoreApplication | |
qAppqApp | QApplication | |
QApplication(int &argc, char **argv) | QApplication | |
QCoreApplication(int &argc, char **argv) | QCoreApplication | |
qFindChild(const QObject *obj, const QString &name) | QObject | |
qFindChildren(const QObject *obj, const QString &name) | QObject | |
qFindChildren(const QObject *obj, const QRegExp ®Exp) | QObject | |
qGuiAppqGuiApp | QGuiApplication | |
QGuiApplication(int &argc, char **argv) | QGuiApplication | |
QObject(QObject *parent) | QObject | |
qobject_cast(QObject *object) | QObject | |
qobject_cast(const QObject *object) | QObject | |
QObjectList | QObject | |
qRemovePostRoutine(QtCleanUpFunction ptr) | QCoreApplication | |
QT_NO_NARROWING_CONVERSIONS_IN_CONNECTQT_NO_NARROWING_CONVERSIONS_IN_CONNECT | QObject | |
queryKeyboardModifiers() | QGuiApplication | static |
quit() | QCoreApplication | static |
quitLockEnabled | QCoreApplication | |
quitOnLastWindowClosed | QGuiApplication | |
quitOnLastWindowClosed() | QGuiApplication | static |
receivers(const char *signal) const const | QObject | protected |
removeEventFilter(QObject *obj) | QObject | |
removeLibraryPath(const QString &path) | QCoreApplication | static |
removeNativeEventFilter(QAbstractNativeEventFilter *filterObject) | QCoreApplication | |
removePostedEvents(QObject *receiver, int eventType) | QCoreApplication | static |
removeTranslator(QTranslator *translationFile) | QCoreApplication | static |
restoreOverrideCursor() | QGuiApplication | static |
saveStateRequest(QSessionManager &manager) | QGuiApplication | |
screenAdded(QScreen *screen) | QGuiApplication | |
screenAt(const QPoint &point) | QGuiApplication | static |
screenRemoved(QScreen *screen) | QGuiApplication | |
screens() | QGuiApplication | static |
sender() const const | QObject | protected |
senderSignalIndex() const const | QObject | protected |
sendEvent(QObject *receiver, QEvent *event) | QCoreApplication | static |
sendPostedEvents(QObject *receiver, int event_type) | QCoreApplication | static |
sessionId() const const | QGuiApplication | |
sessionKey() const const | QGuiApplication | |
setActiveWindow(QWidget *active) | QApplication | static |
setApplicationDisplayName(const QString &name) | QGuiApplication | static |
setApplicationName(const QString &application) | QCoreApplication | static |
setApplicationVersion(const QString &version) | QCoreApplication | static |
setAttribute(Qt::ApplicationAttribute attribute, bool on) | QCoreApplication | static |
setAutoSipEnabled(const bool enabled) | QApplication | |
setColorSpec(int spec) | QApplication | static |
setCursorFlashTime(int) | QApplication | static |
setDesktopFileName(const QString &name) | QGuiApplication | static |
setDesktopSettingsAware(bool on) | QGuiApplication | static |
setDoubleClickInterval(int) | QApplication | static |
setEffectEnabled(Qt::UIEffect effect, bool enable) | QApplication | static |
setEventDispatcher(QAbstractEventDispatcher *eventDispatcher) | QCoreApplication | static |
setFallbackSessionManagementEnabled(bool enabled) | QGuiApplication | static |
setFont(const QFont &font, const char *className) | QApplication | static |
QGuiApplication::setFont(const QFont &font) | QGuiApplication | static |
setGlobalStrut(const QSize &) | QApplication | static |
setHighDpiScaleFactorRoundingPolicy(Qt::HighDpiScaleFactorRoundingPolicy policy) | QGuiApplication | static |
setIdleMeasureEnabled(bool idleMeasureEnabled) | cutehmi::gui::CuteApplication | |
setKeyboardInputInterval(int) | QApplication | static |
setKeypadNavigationEnabled(bool enable) | QApplication | static |
setLayoutDirection(Qt::LayoutDirection direction) | QGuiApplication | static |
setLibraryPaths(const QStringList &paths) | QCoreApplication | static |
setNavigationMode(Qt::NavigationMode mode) | QApplication | static |
setObjectName(const QString &name) | QObject | |
setOrganizationDomain(const QString &orgDomain) | QCoreApplication | static |
setOrganizationName(const QString &orgName) | QCoreApplication | static |
setOverrideCursor(const QCursor &cursor) | QGuiApplication | static |
setPalette(const QPalette &palette, const char *className) | QApplication | static |
QGuiApplication::setPalette(const QPalette &pal) | QGuiApplication | static |
setParent(QObject *parent) | QObject | |
setProperty(const char *name, const QVariant &value) | QObject | |
setQuitLockEnabled(bool enabled) | QCoreApplication | static |
setQuitOnLastWindowClosed(bool quit) | QGuiApplication | static |
setSetuidAllowed(bool allow) | QCoreApplication | static |
setStartDragDistance(int l) | QApplication | static |
setStartDragTime(int ms) | QApplication | static |
setStyle(QStyle *style) | QApplication | static |
setStyle(const QString &style) | QApplication | static |
setStyleSheet(const QString &sheet) | QApplication | |
setWheelScrollLines(int) | QApplication | static |
setWindowIcon(const QIcon &icon) | QApplication | static |
signalsBlocked() const const | QObject | |
startDragDistance | QApplication | |
startDragDistance() | QApplication | static |
startDragTime | QApplication | |
startDragTime() | QApplication | static |
startingUp() | QCoreApplication | static |
startTimer(int interval, Qt::TimerType timerType) | QObject | |
startTimer(std::chrono::milliseconds time, Qt::TimerType timerType) | QObject | |
style() | QApplication | static |
styleHints() | QGuiApplication | static |
styleSheet | QApplication | |
styleSheet() const const | QApplication | |
sync() | QGuiApplication | static |
testAttribute(Qt::ApplicationAttribute attribute) | QCoreApplication | static |
thread() const const | QObject | |
timerEvent(QTimerEvent *event) | QObject | protectedvirtual |
topLevelAt(const QPoint &point) | QApplication | static |
topLevelAt(int x, int y) | QApplication | static |
topLevelWidgets() | QApplication | static |
topLevelWindows() | QGuiApplication | static |
tr(const char *sourceText, const char *disambiguation, int n) | QObject | static |
translate(const char *context, const char *sourceText, const char *disambiguation, int n) | QCoreApplication | static |
translate(const char *context, const char *key, const char *disambiguation, QCoreApplication::Encoding encoding, int n) | QCoreApplication | static |
trUtf8(const char *sourceText, const char *disambiguation, int n) | QObject | static |
UnicodeUTF8 | QCoreApplication | |
wheelScrollLines | QApplication | |
wheelScrollLines() | QApplication | static |
widgetAt(const QPoint &point) | QApplication | static |
widgetAt(int x, int y) | QApplication | static |
windowIcon | QApplication | |
windowIcon() | QApplication | static |
~QApplication() | QApplication | virtual |
~QCoreApplication() | QCoreApplication | virtual |
~QGuiApplication() | QGuiApplication | virtual |
~QObject() | QObject | virtual |