QtBackgroundProcess  1.5.2
A Library to create background applications with simple, automated foreground control
QtBackgroundProcess::App Member List

This is the complete list of members for QtBackgroundProcess::App, including all inherited members.

aboutToQuit()QCoreApplication
addLibraryPath(const QString &path)QCoreApplicationstatic
App(int &argc, char **argv, int flags=ApplicationFlags)QtBackgroundProcess::App
applicationDirPath()QCoreApplicationstatic
applicationFilePath()QCoreApplicationstatic
applicationNameQCoreApplication
applicationName()QCoreApplicationstatic
applicationPid()QCoreApplicationstatic
applicationVersionQCoreApplication
applicationVersion()QCoreApplicationstatic
arguments()QCoreApplicationstatic
autoDeleteTerminalsQtBackgroundProcess::App
autoDeleteTerminals() constQtBackgroundProcess::App
autoKillTerminalsQtBackgroundProcess::App
autoKillTerminals() constQtBackgroundProcess::App
autoStartMasterQtBackgroundProcess::App
autoStartMaster() constQtBackgroundProcess::App
blockSignals(bool block)QObject
childEvent(QChildEvent *event)QObjectprotectedvirtual
children() constQObject
closingDown()QCoreApplicationstatic
commandReceived(QSharedPointer< QCommandLineParser > parser, bool isStarter, QPrivateSignal)QtBackgroundProcess::Appsignal
connect(const QObject *sender, const char *signal, const QObject *receiver, const char *method, Qt::ConnectionType type)QObjectstatic
connect(const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method, Qt::ConnectionType type)QObjectstatic
connect(const QObject *sender, const char *signal, const char *method, Qt::ConnectionType type) constQObject
connect(const QObject *sender, PointerToMemberFunction signal, const QObject *receiver, PointerToMemberFunction method, Qt::ConnectionType type)QObjectstatic
connect(const QObject *sender, PointerToMemberFunction signal, Functor functor)QObjectstatic
connect(const QObject *sender, PointerToMemberFunction signal, const QObject *context, Functor functor, Qt::ConnectionType type)QObjectstatic
connectedTerminalsQtBackgroundProcess::App
connectedTerminals() constQtBackgroundProcess::App
connectedTerminalsChanged(QList< Terminal *> connectedTerminals, QPrivateSignal)QtBackgroundProcess::Appsignal
connectNotify(const QMetaMethod &signal)QObjectprotectedvirtual
createDefaultInstanceID(bool overwrite=true)QtBackgroundProcess::Appslot
customEvent(QEvent *event)QObjectprotectedvirtual
deleteLater()QObject
destroyed(QObject *obj)QObject
disconnect(const QObject *sender, const char *signal, const QObject *receiver, const char *method)QObjectstatic
disconnect(const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method)QObjectstatic
disconnect(const char *signal, const QObject *receiver, const char *method) constQObject
disconnect(const QObject *receiver, const char *method) constQObject
disconnect(const QMetaObject::Connection &connection)QObjectstatic
disconnect(const QObject *sender, PointerToMemberFunction signal, const QObject *receiver, PointerToMemberFunction method)QObjectstatic
disconnectNotify(const QMetaMethod &signal)QObjectprotectedvirtual
dumpObjectInfo()QObject
dumpObjectInfo() constQObject
dumpObjectTree()QObject
dumpObjectTree() constQObject
dynamicPropertyNames() constQObject
event(QEvent *e)QCoreApplicationprotectedvirtual
eventDispatcher()QCoreApplicationstatic
eventFilter(QObject *watched, QEvent *event)QObjectvirtual
exec()QtBackgroundProcess::App
exit(int returnCode)QCoreApplicationstatic
findChild(const QString &name, Qt::FindChildOptions options) constQObject
findChildren(const QString &name, Qt::FindChildOptions options) constQObject
findChildren(const QRegExp &regExp, Qt::FindChildOptions options) constQObject
findChildren(const QRegularExpression &re, Qt::FindChildOptions options) constQObject
flush()QCoreApplicationstatic
forwardMasterLogQtBackgroundProcess::App
forwardMasterLog() constQtBackgroundProcess::App
hasPendingEvents()QCoreApplicationstatic
ignoreMultiStartsQtBackgroundProcess::App
ignoreMultiStarts() constQtBackgroundProcess::App
inherits(const char *className) constQObject
installEventFilter(QObject *filterObj)QObject
installNativeEventFilter(QAbstractNativeEventFilter *filterObj)QCoreApplication
installTranslator(QTranslator *translationFile)QCoreApplicationstatic
instance()QCoreApplicationstatic
instanceIDQtBackgroundProcess::App
instanceID() constQtBackgroundProcess::App
isQuitLockEnabled()QCoreApplicationstatic
isSetuidAllowed()QCoreApplicationstatic
isSignalConnected(const QMetaMethod &signal) constQObjectprotected
isWidgetType() constQObject
isWindowType() constQObject
killTimer(int id)QObject
libraryPaths()QCoreApplicationstatic
metaObject() constQObjectvirtual
moveToThread(QThread *targetThread)QObject
newTerminalConnected(QtBackgroundProcess::Terminal *terminal, QPrivateSignal)QtBackgroundProcess::Appsignal
notify(QObject *receiver, QEvent *event)QCoreApplicationvirtual
objectNameQObject
objectName() constQObject
objectNameChanged(const QString &objectName)QObject
organizationDomainQCoreApplication
organizationDomain()QCoreApplicationstatic
organizationNameQCoreApplication
organizationName()QCoreApplicationstatic
parent() constQObject
postEvent(QObject *receiver, QEvent *event, int priority)QCoreApplicationstatic
processEvents(QEventLoop::ProcessEventsFlags flags)QCoreApplicationstatic
processEvents(QEventLoop::ProcessEventsFlags flags, int maxtime)QCoreApplicationstatic
property(const char *name) constQObject
QCoreApplication(int &argc, char **argv)QCoreApplication
QObject(QObject *parent)QObject
quit()QCoreApplicationstatic
quitLockEnabledQCoreApplication
receivers(const char *signal) constQObjectprotected
removeEventFilter(QObject *obj)QObject
removeLibraryPath(const QString &path)QCoreApplicationstatic
removeNativeEventFilter(QAbstractNativeEventFilter *filterObject)QCoreApplication
removePostedEvents(QObject *receiver, int eventType)QCoreApplicationstatic
removeTranslator(QTranslator *translationFile)QCoreApplicationstatic
requestAppShutdown(Terminal *terminal, int &exitCode)QtBackgroundProcess::Appprotectedvirtual
sender() constQObjectprotected
senderSignalIndex() constQObjectprotected
sendEvent(QObject *receiver, QEvent *event)QCoreApplicationstatic
sendPostedEvents(QObject *receiver, int event_type)QCoreApplicationstatic
setApplicationName(const QString &application)QCoreApplicationstatic
setApplicationVersion(const QString &version)QCoreApplicationstatic
setAttribute(Qt::ApplicationAttribute attribute, bool on)QCoreApplicationstatic
setAutoDeleteTerminals(bool autoDeleteTerminals, bool changeCurrent=false)QtBackgroundProcess::Appslot
setAutoKillTerminals(bool autoKillTerminals, bool killCurrent=false)QtBackgroundProcess::Appslot
setAutoStartMaster(bool autoStartMaster)QtBackgroundProcess::Appslot
setEventDispatcher(QAbstractEventDispatcher *eventDispatcher)QCoreApplicationstatic
setForwardMasterLog(bool forwardMasterLog)QtBackgroundProcess::Appslot
setIgnoreMultiStarts(bool ignoreMultiStarts)QtBackgroundProcess::Appslot
setInstanceID(QString instanceID, bool useAsSeed=true)QtBackgroundProcess::Appslot
setLibraryPaths(const QStringList &paths)QCoreApplicationstatic
setObjectName(const QString &name)QObject
setOrganizationDomain(const QString &orgDomain)QCoreApplicationstatic
setOrganizationName(const QString &orgName)QCoreApplicationstatic
setParent(QObject *parent)QObject
setParserSetupFunction(const std::function< void(QCommandLineParser &)> &function)QtBackgroundProcess::App
setProperty(const char *name, const QVariant &value)QObject
setQuitLockEnabled(bool enabled)QCoreApplicationstatic
setSetuidAllowed(bool allow)QCoreApplicationstatic
setShutdownRequestFunction(const std::function< bool(const QCommandLineParser &, int &)> &function)QtBackgroundProcess::App
setShutdownRequestFunction(const std::function< bool(Terminal *, int &)> &function)QtBackgroundProcess::App
setStartupFunction(const std::function< int(const QCommandLineParser &)> &function)QtBackgroundProcess::App
setupParser(QCommandLineParser &parser, bool useShortOptions=true)QtBackgroundProcess::Appprotectedvirtual
signalsBlocked() constQObject
startingUp()QCoreApplicationstatic
startTimer(int interval, Qt::TimerType timerType)QObject
startTimer(std::chrono::milliseconds time, Qt::TimerType timerType)QObject
startupApp(const QCommandLineParser &parser)QtBackgroundProcess::Appprotectedvirtual
testAttribute(Qt::ApplicationAttribute attribute)QCoreApplicationstatic
thread() constQObject
timerEvent(QTimerEvent *event)QObjectprotectedvirtual
tr(const char *sourceText, const char *disambiguation, int n)QObjectstatic
translate(const char *context, const char *sourceText, const char *disambiguation, int n)QCoreApplicationstatic
translate(const char *context, const char *key, const char *disambiguation, Encoding encoding, int n)QCoreApplicationstatic
trUtf8(const char *sourceText, const char *disambiguation, int n)QObjectstatic
~App()QtBackgroundProcess::App
~QCoreApplication()QCoreApplication
~QObject()QObjectvirtual