QtBackgroundProcess
1.5.2
A Library to create background applications with simple, automated foreground control
|
This is the complete list of members for QtBackgroundProcess::App, including all inherited members.
aboutToQuit() | QCoreApplication | |
addLibraryPath(const QString &path) | QCoreApplication | static |
App(int &argc, char **argv, int flags=ApplicationFlags) | QtBackgroundProcess::App | |
applicationDirPath() | QCoreApplication | static |
applicationFilePath() | QCoreApplication | static |
applicationName | QCoreApplication | |
applicationName() | QCoreApplication | static |
applicationPid() | QCoreApplication | static |
applicationVersion | QCoreApplication | |
applicationVersion() | QCoreApplication | static |
arguments() | QCoreApplication | static |
autoDeleteTerminals | QtBackgroundProcess::App | |
autoDeleteTerminals() const | QtBackgroundProcess::App | |
autoKillTerminals | QtBackgroundProcess::App | |
autoKillTerminals() const | QtBackgroundProcess::App | |
autoStartMaster | QtBackgroundProcess::App | |
autoStartMaster() const | QtBackgroundProcess::App | |
blockSignals(bool block) | QObject | |
childEvent(QChildEvent *event) | QObject | protectedvirtual |
children() const | QObject | |
closingDown() | QCoreApplication | static |
commandReceived(QSharedPointer< QCommandLineParser > parser, bool isStarter, QPrivateSignal) | QtBackgroundProcess::App | signal |
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 | |
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 |
connectedTerminals | QtBackgroundProcess::App | |
connectedTerminals() const | QtBackgroundProcess::App | |
connectedTerminalsChanged(QList< Terminal *> connectedTerminals, QPrivateSignal) | QtBackgroundProcess::App | signal |
connectNotify(const QMetaMethod &signal) | QObject | protectedvirtual |
createDefaultInstanceID(bool overwrite=true) | QtBackgroundProcess::App | slot |
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) const | QObject | |
disconnect(const QObject *receiver, const char *method) 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 |
dumpObjectInfo() | QObject | |
dumpObjectInfo() const | QObject | |
dumpObjectTree() | QObject | |
dumpObjectTree() const | QObject | |
dynamicPropertyNames() const | QObject | |
event(QEvent *e) | QCoreApplication | protectedvirtual |
eventDispatcher() | QCoreApplication | static |
eventFilter(QObject *watched, QEvent *event) | QObject | virtual |
exec() | QtBackgroundProcess::App | |
exit(int returnCode) | QCoreApplication | static |
findChild(const QString &name, Qt::FindChildOptions options) const | QObject | |
findChildren(const QString &name, Qt::FindChildOptions options) const | QObject | |
findChildren(const QRegExp ®Exp, Qt::FindChildOptions options) const | QObject | |
findChildren(const QRegularExpression &re, Qt::FindChildOptions options) const | QObject | |
flush() | QCoreApplication | static |
forwardMasterLog | QtBackgroundProcess::App | |
forwardMasterLog() const | QtBackgroundProcess::App | |
hasPendingEvents() | QCoreApplication | static |
ignoreMultiStarts | QtBackgroundProcess::App | |
ignoreMultiStarts() const | QtBackgroundProcess::App | |
inherits(const char *className) const | QObject | |
installEventFilter(QObject *filterObj) | QObject | |
installNativeEventFilter(QAbstractNativeEventFilter *filterObj) | QCoreApplication | |
installTranslator(QTranslator *translationFile) | QCoreApplication | static |
instance() | QCoreApplication | static |
instanceID | QtBackgroundProcess::App | |
instanceID() const | QtBackgroundProcess::App | |
isQuitLockEnabled() | QCoreApplication | static |
isSetuidAllowed() | QCoreApplication | static |
isSignalConnected(const QMetaMethod &signal) const | QObject | protected |
isWidgetType() const | QObject | |
isWindowType() const | QObject | |
killTimer(int id) | QObject | |
libraryPaths() | QCoreApplication | static |
metaObject() const | QObject | virtual |
moveToThread(QThread *targetThread) | QObject | |
newTerminalConnected(QtBackgroundProcess::Terminal *terminal, QPrivateSignal) | QtBackgroundProcess::App | signal |
notify(QObject *receiver, QEvent *event) | QCoreApplication | virtual |
objectName | QObject | |
objectName() const | QObject | |
objectNameChanged(const QString &objectName) | QObject | |
organizationDomain | QCoreApplication | |
organizationDomain() | QCoreApplication | static |
organizationName | QCoreApplication | |
organizationName() | QCoreApplication | static |
parent() const | QObject | |
postEvent(QObject *receiver, QEvent *event, int priority) | QCoreApplication | static |
processEvents(QEventLoop::ProcessEventsFlags flags) | QCoreApplication | static |
processEvents(QEventLoop::ProcessEventsFlags flags, int maxtime) | QCoreApplication | static |
property(const char *name) const | QObject | |
QCoreApplication(int &argc, char **argv) | QCoreApplication | |
QObject(QObject *parent) | QObject | |
quit() | QCoreApplication | static |
quitLockEnabled | QCoreApplication | |
receivers(const char *signal) 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 |
requestAppShutdown(Terminal *terminal, int &exitCode) | QtBackgroundProcess::App | protectedvirtual |
sender() const | QObject | protected |
senderSignalIndex() const | QObject | protected |
sendEvent(QObject *receiver, QEvent *event) | QCoreApplication | static |
sendPostedEvents(QObject *receiver, int event_type) | QCoreApplication | static |
setApplicationName(const QString &application) | QCoreApplication | static |
setApplicationVersion(const QString &version) | QCoreApplication | static |
setAttribute(Qt::ApplicationAttribute attribute, bool on) | QCoreApplication | static |
setAutoDeleteTerminals(bool autoDeleteTerminals, bool changeCurrent=false) | QtBackgroundProcess::App | slot |
setAutoKillTerminals(bool autoKillTerminals, bool killCurrent=false) | QtBackgroundProcess::App | slot |
setAutoStartMaster(bool autoStartMaster) | QtBackgroundProcess::App | slot |
setEventDispatcher(QAbstractEventDispatcher *eventDispatcher) | QCoreApplication | static |
setForwardMasterLog(bool forwardMasterLog) | QtBackgroundProcess::App | slot |
setIgnoreMultiStarts(bool ignoreMultiStarts) | QtBackgroundProcess::App | slot |
setInstanceID(QString instanceID, bool useAsSeed=true) | QtBackgroundProcess::App | slot |
setLibraryPaths(const QStringList &paths) | QCoreApplication | static |
setObjectName(const QString &name) | QObject | |
setOrganizationDomain(const QString &orgDomain) | QCoreApplication | static |
setOrganizationName(const QString &orgName) | QCoreApplication | static |
setParent(QObject *parent) | QObject | |
setParserSetupFunction(const std::function< void(QCommandLineParser &)> &function) | QtBackgroundProcess::App | |
setProperty(const char *name, const QVariant &value) | QObject | |
setQuitLockEnabled(bool enabled) | QCoreApplication | static |
setSetuidAllowed(bool allow) | QCoreApplication | static |
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::App | protectedvirtual |
signalsBlocked() const | QObject | |
startingUp() | QCoreApplication | static |
startTimer(int interval, Qt::TimerType timerType) | QObject | |
startTimer(std::chrono::milliseconds time, Qt::TimerType timerType) | QObject | |
startupApp(const QCommandLineParser &parser) | QtBackgroundProcess::App | protectedvirtual |
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, int n) | QCoreApplication | static |
translate(const char *context, const char *key, const char *disambiguation, Encoding encoding, int n) | QCoreApplication | static |
trUtf8(const char *sourceText, const char *disambiguation, int n) | QObject | static |
~App() | QtBackgroundProcess::App | |
~QCoreApplication() | QCoreApplication | |
~QObject() | QObject | virtual |