QtService
1.1.0
A platform independent library to easily create system services and use some of their features
|
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::Service | protected |
addCallback(const QByteArray &kind, const TFunction &fn) | QtService::Service | protected |
addCallback(const QByteArray &kind, TReturn(TClass::*fn)(TArgs...), std::enable_if_t< std::is_base_of< QtService::Service, TClass >::value, void *>=nullptr) | QtService::Service | protected |
backend | QtService::Service | |
backend() const | QtService::Service | |
blockSignals(bool block) | QObject | |
childEvent(QChildEvent *event) | QObject | protectedvirtual |
children() const const | QObject | |
CommandResult enum name | QtService::Service | |
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 |
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 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 |
dumpObjectInfo() | QObject | |
dumpObjectInfo() const const | QObject | |
dumpObjectTree() | QObject | |
dumpObjectTree() const const | QObject | |
dynamicPropertyNames() const const | QObject | |
event(QEvent *e) | QObject | virtual |
eventFilter(QObject *watched, QEvent *event) | QObject | virtual |
exec() | QtService::Service | |
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 | |
getSocket() | QtService::Service | |
getSockets(const QByteArray &socketName) | QtService::Service | |
globalTerminal | QtService::Service | |
globalTerminalChanged(bool globalTerminal, QPrivateSignal) | QtService::Service | signal |
inherits(const char *className) const const | QObject | |
installEventFilter(QObject *filterObj) | QObject | |
instance() | QtService::Service | static |
isGlobalTerminal() const | QtService::Service | |
isSignalConnected(const QMetaMethod &signal) const const | QObject | protected |
isTerminalActive() const | QtService::Service | |
isWidgetType() const const | QObject | |
isWindowType() const const | QObject | |
killTimer(int id) | QObject | |
metaObject() const const | QObject | virtual |
moveToThread(QThread *targetThread) | QObject | |
objectName | QObject | |
objectName() const const | QObject | |
objectNameChanged(const QString &objectName) | QObject | |
onCallback(const QByteArray &kind, const QVariantList &args) | QtService::Service | protectedvirtual |
onPause() | QtService::Service | protectedvirtual |
onReload() | QtService::Service | protectedvirtual |
onResume() | QtService::Service | protectedvirtual |
onStart()=0 | QtService::Service | protectedpure virtual |
onStop(int &exitCode) | QtService::Service | protectedvirtual |
OperationCompleted enum value | QtService::Service | |
OperationExit enum value | QtService::Service | |
OperationFailed enum value | QtService::Service | |
OperationPending enum value | QtService::Service | |
parent() const const | QObject | |
paused(bool success) | QtService::Service | signal |
paused() | QtService::Service | signal |
preStart() | QtService::Service | protectedvirtual |
property(const char *name) const const | QObject | |
QObject(QObject *parent) | QObject | |
qt_metacall(QMetaObject::Call, int, void **) | QObject | virtual |
qt_metacast(const char *) | QObject | virtual |
QT_SERVICE_POST_ENUM_DEPRECATED enum value | QtService::Service | |
QT_SERVICE_POST_USING_DEPRECATED typedef (defined in QtService::Service) | QtService::Service | |
quit() | QtService::Service | slot |
ReadOnly enum value | QtService::Service | |
ReadWriteActive enum value | QtService::Service | |
ReadWritePassive enum value | QtService::Service | |
receivers(const char *signal) const const | QObject | protected |
reload() | QtService::Service | slot |
reloaded(bool success) | QtService::Service | signal |
reloaded() | QtService::Service | signal |
removeEventFilter(QObject *obj) | QObject | |
resumed(bool success) | QtService::Service | signal |
resumed() | QtService::Service | signal |
runtimeDir | QtService::Service | |
runtimeDir() const | QtService::Service | |
sender() const const | QObject | protected |
senderSignalIndex() const const | QObject | protected |
Service(int &argc, char **argv, int=QCoreApplication::ApplicationFlags) | QtService::Service | explicit |
setGlobalTerminal(bool globalTerminal) | QtService::Service | slot |
setObjectName(const QString &name) | QObject | |
setParent(QObject *parent) | QObject | |
setProperty(const char *name, const QVariant &value) | QObject | |
setStartWithTerminal(bool startWithTerminal) | QtService::Service | slot |
setTerminalActive(bool terminalActive) | QtService::Service | slot |
setTerminalMode(TerminalMode terminalMode) | QtService::Service | slot |
signalsBlocked() const const | QObject | |
started(bool success) | QtService::Service | signal |
started() | QtService::Service | signal |
startTimer(int interval, Qt::TimerType timerType) | QObject | |
startTimer(std::chrono::milliseconds time, Qt::TimerType timerType) | QObject | |
startWithTerminal | QtService::Service | |
startWithTerminal() const | QtService::Service | |
startWithTerminalChanged(bool startWithTerminal, QPrivateSignal) | QtService::Service | signal |
stopped(int exitCode=EXIT_SUCCESS) | QtService::Service | signal |
terminalActive | QtService::Service | |
terminalActiveChanged(bool terminalActive, QPrivateSignal) | QtService::Service | signal |
terminalConnected(Terminal *terminal) | QtService::Service | protectedvirtualslot |
terminalMode | QtService::Service | |
terminalMode() const | QtService::Service | |
TerminalMode enum name | QtService::Service | |
terminalModeChanged(TerminalMode terminalMode, QPrivateSignal) | QtService::Service | signal |
thread() const const | QObject | |
timerEvent(QTimerEvent *event) | QObject | protectedvirtual |
tr(const char *sourceText, const char *disambiguation, int n) | QObject | static |
trUtf8(const char *sourceText, const char *disambiguation, int n) | QObject | static |
verifyCommand(const QStringList &arguments) | QtService::Service | protectedvirtual |
WriteOnly enum value | QtService::Service | |
~QObject() | QObject | virtual |
~Service() override (defined in QtService::Service) | QtService::Service |