QtService  1.1.0
A platform independent library to easily create system services and use some of their features
QtService::Service Member List

This is the complete list of members for QtService::Service, including all inherited members.

addCallback(const QByteArray &kind, const std::function< QVariant(QVariantList)> &fn)QtService::Serviceprotected
addCallback(const QByteArray &kind, const TFunction &fn)QtService::Serviceprotected
addCallback(const QByteArray &kind, TReturn(TClass::*fn)(TArgs...), std::enable_if_t< std::is_base_of< QtService::Service, TClass >::value, void *>=nullptr)QtService::Serviceprotected
backendQtService::Service
backend() constQtService::Service
blockSignals(bool block)QObject
childEvent(QChildEvent *event)QObjectprotectedvirtual
children() const constQObject
CommandResult enum nameQtService::Service
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) const 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
connectNotify(const QMetaMethod &signal)QObjectprotectedvirtual
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) const constQObject
disconnect(const QObject *receiver, const char *method) const 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() const constQObject
dumpObjectTree()QObject
dumpObjectTree() const constQObject
dynamicPropertyNames() const constQObject
event(QEvent *e)QObjectvirtual
eventFilter(QObject *watched, QEvent *event)QObjectvirtual
exec()QtService::Service
findChild(const QString &name, Qt::FindChildOptions options) const constQObject
findChildren(const QString &name, Qt::FindChildOptions options) const constQObject
findChildren(const QRegExp &regExp, Qt::FindChildOptions options) const constQObject
findChildren(const QRegularExpression &re, Qt::FindChildOptions options) const constQObject
getSocket()QtService::Service
getSockets(const QByteArray &socketName)QtService::Service
globalTerminalQtService::Service
globalTerminalChanged(bool globalTerminal, QPrivateSignal)QtService::Servicesignal
inherits(const char *className) const constQObject
installEventFilter(QObject *filterObj)QObject
instance()QtService::Servicestatic
isGlobalTerminal() constQtService::Service
isSignalConnected(const QMetaMethod &signal) const constQObjectprotected
isTerminalActive() constQtService::Service
isWidgetType() const constQObject
isWindowType() const constQObject
killTimer(int id)QObject
metaObject() const constQObjectvirtual
moveToThread(QThread *targetThread)QObject
objectNameQObject
objectName() const constQObject
objectNameChanged(const QString &objectName)QObject
onCallback(const QByteArray &kind, const QVariantList &args)QtService::Serviceprotectedvirtual
onPause()QtService::Serviceprotectedvirtual
onReload()QtService::Serviceprotectedvirtual
onResume()QtService::Serviceprotectedvirtual
onStart()=0QtService::Serviceprotectedpure virtual
onStop(int &exitCode)QtService::Serviceprotectedvirtual
OperationCompleted enum valueQtService::Service
OperationExit enum valueQtService::Service
OperationFailed enum valueQtService::Service
OperationPending enum valueQtService::Service
parent() const constQObject
paused(bool success)QtService::Servicesignal
paused()QtService::Servicesignal
preStart()QtService::Serviceprotectedvirtual
property(const char *name) const constQObject
QObject(QObject *parent)QObject
qt_metacall(QMetaObject::Call, int, void **)QObjectvirtual
qt_metacast(const char *)QObjectvirtual
QT_SERVICE_POST_ENUM_DEPRECATED enum valueQtService::Service
QT_SERVICE_POST_USING_DEPRECATED typedef (defined in QtService::Service)QtService::Service
quit()QtService::Serviceslot
ReadOnly enum valueQtService::Service
ReadWriteActive enum valueQtService::Service
ReadWritePassive enum valueQtService::Service
receivers(const char *signal) const constQObjectprotected
reload()QtService::Serviceslot
reloaded(bool success)QtService::Servicesignal
reloaded()QtService::Servicesignal
removeEventFilter(QObject *obj)QObject
resumed(bool success)QtService::Servicesignal
resumed()QtService::Servicesignal
runtimeDirQtService::Service
runtimeDir() constQtService::Service
sender() const constQObjectprotected
senderSignalIndex() const constQObjectprotected
Service(int &argc, char **argv, int=QCoreApplication::ApplicationFlags)QtService::Serviceexplicit
setGlobalTerminal(bool globalTerminal)QtService::Serviceslot
setObjectName(const QString &name)QObject
setParent(QObject *parent)QObject
setProperty(const char *name, const QVariant &value)QObject
setStartWithTerminal(bool startWithTerminal)QtService::Serviceslot
setTerminalActive(bool terminalActive)QtService::Serviceslot
setTerminalMode(TerminalMode terminalMode)QtService::Serviceslot
signalsBlocked() const constQObject
started(bool success)QtService::Servicesignal
started()QtService::Servicesignal
startTimer(int interval, Qt::TimerType timerType)QObject
startTimer(std::chrono::milliseconds time, Qt::TimerType timerType)QObject
startWithTerminalQtService::Service
startWithTerminal() constQtService::Service
startWithTerminalChanged(bool startWithTerminal, QPrivateSignal)QtService::Servicesignal
stopped(int exitCode=EXIT_SUCCESS)QtService::Servicesignal
terminalActiveQtService::Service
terminalActiveChanged(bool terminalActive, QPrivateSignal)QtService::Servicesignal
terminalConnected(Terminal *terminal)QtService::Serviceprotectedvirtualslot
terminalModeQtService::Service
terminalMode() constQtService::Service
TerminalMode enum nameQtService::Service
terminalModeChanged(TerminalMode terminalMode, QPrivateSignal)QtService::Servicesignal
thread() const constQObject
timerEvent(QTimerEvent *event)QObjectprotectedvirtual
tr(const char *sourceText, const char *disambiguation, int n)QObjectstatic
trUtf8(const char *sourceText, const char *disambiguation, int n)QObjectstatic
verifyCommand(const QStringList &arguments)QtService::Serviceprotectedvirtual
WriteOnly enum valueQtService::Service
~QObject()QObjectvirtual
~Service() override (defined in QtService::Service)QtService::Service