marble
Marble::TCCoreApplication Member List
This is the complete list of members for Marble::TCCoreApplication, including all inherited members.
| aboutToQuit() | QCoreApplication | |
| addLibraryPath(const QString &path) | QCoreApplication | static |
| applicationDirPath() | QCoreApplication | static |
| applicationFilePath() | QCoreApplication | static |
| applicationName | QCoreApplication | |
| applicationName() | QCoreApplication | static |
| applicationPid() | QCoreApplication | static |
| applicationVersion | QCoreApplication | |
| applicationVersion() | QCoreApplication | static |
| argc() | QCoreApplication | static |
| arguments() | QCoreApplication | static |
| argv() | QCoreApplication | static |
| blockSignals(bool block) | QObject | |
| checkConnectArgs(const char *signal, const QObject *object, const char *method) | QObject | protected |
| child(const char *objName, const char *inheritsClass, bool recursiveSearch) const | QObject | |
| childEvent(QChildEvent *event) | QObject | protectedvirtual |
| children() const | QObject | |
| className() const | QObject | |
| closingDown() | QCoreApplication | static |
| 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 | QObject | |
| connectNotify(const char *signal) | QObject | protectedvirtual |
| customEvent(QEvent *event) | QObject | protectedvirtual |
| deleteLater() | QObject | |
| destroyed(QObject *obj) | QObject | |
| 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) | QObject | |
| disconnect(const QObject *receiver, const char *method) | QObject | |
| disconnectNotify(const char *signal) | QObject | protectedvirtual |
| dumpObjectInfo() | QObject | |
| dumpObjectTree() | QObject | |
| dynamicPropertyNames() const | QObject | |
| enter_loop() | QCoreApplication | static |
| event(QEvent *e) | QCoreApplication | protectedvirtual |
| EventFilter | QCoreApplication | |
| eventFilter(QObject *watched, QEvent *event) | QObject | virtual |
| exec() | QCoreApplication | static |
| exit(int returnCode) | QCoreApplication | static |
| exit_loop() | QCoreApplication | static |
| filterEvent(void *message, long *result) | QCoreApplication | |
| findChild(const QString &name) const | QObject | |
| findChildren(const QString &name) const | QObject | |
| findChildren(const QRegExp ®Exp) const | QObject | |
| flush() | QCoreApplication | static |
| hasPendingEvents() | QCoreApplication | static |
| inherits(const char *className) const | QObject | |
| insertChild(QObject *object) | QObject | |
| installEventFilter(QObject *filterObj) | QObject | |
| installTranslator(QTranslator *translationFile) | QCoreApplication | static |
| instance() | QCoreApplication | static |
| isA(const char *className) const | QObject | |
| isWidgetType() const | QObject | |
| killTimer(int id) | QObject | |
| libraryPaths() | QCoreApplication | static |
| lock() | QCoreApplication | |
| locked() | QCoreApplication | |
| loopLevel() | QCoreApplication | static |
| metaObject() const | QObject | virtual |
| moveToThread(QThread *targetThread) | QObject | |
| name() const | QObject | |
| name(const char *defaultName) const | QObject | |
| normalizeSignalSlot(const char *signalSlot) | QObject | protectedstatic |
| notify(QObject *receiver, QEvent *event) | QCoreApplication | virtual |
| objectName | QObject | |
| objectName() const | QObject | |
| organizationDomain | QCoreApplication | |
| organizationDomain() | QCoreApplication | static |
| organizationName | QCoreApplication | |
| organizationName() | QCoreApplication | static |
| parent() const | QObject | |
| postEvent(QObject *receiver, QEvent *event) | QCoreApplication | static |
| postEvent(QObject *receiver, QEvent *event, int priority) | QCoreApplication | static |
| processEvents(QFlags< QEventLoop::ProcessEventsFlag > flags) | QCoreApplication | static |
| processEvents(QFlags< QEventLoop::ProcessEventsFlag > flags, int maxtime) | QCoreApplication | static |
| processOneEvent() | QCoreApplication | static |
| property(const char *name) const | QObject | |
| QCoreApplication(int &argc, char **argv) | QCoreApplication | |
| QObject(QObject *parent) | QObject | |
| QObject(QObject *parent, const char *name) | QObject | |
| quit() | QCoreApplication | static |
| receivers(const char *signal) const | QObject | protected |
| removeChild(QObject *object) | QObject | |
| removeEventFilter(QObject *obj) | QObject | |
| removeLibraryPath(const QString &path) | QCoreApplication | static |
| removePostedEvents(QObject *receiver) | QCoreApplication | static |
| removePostedEvents(QObject *receiver, int eventType) | QCoreApplication | static |
| removeTranslator(QTranslator *translationFile) | QCoreApplication | static |
| sender() const | QObject | protected |
| senderSignalIndex() const | QObject | protected |
| sendEvent(QObject *receiver, QEvent *event) | QCoreApplication | static |
| sendPostedEvents(QObject *receiver, int event_type) | QCoreApplication | static |
| sendPostedEvents() | QCoreApplication | static |
| setApplicationName(const QString &application) | QCoreApplication | static |
| setApplicationVersion(const QString &version) | QCoreApplication | static |
| setAttribute(Qt::ApplicationAttribute attribute, bool on) | QCoreApplication | static |
| setEventFilter(EventFilter filter) | QCoreApplication | |
| setLibraryPaths(const QStringList &paths) | QCoreApplication | static |
| setName(const char *name) | QObject | |
| setObjectName(const QString &name) | QObject | |
| setOrganizationDomain(const QString &orgDomain) | QCoreApplication | static |
| setOrganizationName(const QString &orgName) | QCoreApplication | static |
| setParent(QObject *parent) | QObject | |
| setProperty(const char *name, const QVariant &value) | QObject | |
| signalsBlocked() const | QObject | |
| startingUp() | QCoreApplication | static |
| startTimer(int interval) | QObject | |
| TCCoreApplication(int &argc, char **argv) | Marble::TCCoreApplication | |
| TCCoreApplication(int argc, char **argv) | Marble::TCCoreApplication | |
| testAttribute(Qt::ApplicationAttribute attribute) | QCoreApplication | static |
| thread() const | QObject | |
| timerEvent(QTimerEvent *event) | QObject | protectedvirtual |
| tr(const char *sourceText, const char *disambiguation, int n) | QObject | static |
| translate(const char *context, const char *sourceText, const char *disambiguation, Encoding encoding) | QCoreApplication | static |
| translate(const char *context, const char *sourceText, const char *disambiguation, Encoding encoding, int n) | QCoreApplication | static |
| trUtf8(const char *sourceText, const char *disambiguation, int n) | QObject | static |
| tryLock() | QCoreApplication | |
| unlock(bool wakeUpGui) | QCoreApplication | |
| winEventFilter(MSG *msg, long *result) | QCoreApplication | virtual |
| ~QCoreApplication() | QCoreApplication | |
| ~QObject() | QObject | virtual |
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:13:46 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:13:46 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.
KDE API Reference