Plasma5Support
serviceoperationstatus.cpp
29 connect(service, &Plasma5Support::Service::operationEnabledChanged, this, &ServiceOperationStatus::updateStatus);
This class provides a generic API for write access to settings or services.
Definition service.h:78
void operationEnabledChanged(const QString &operation, bool enabled)
Emitted when an operation got enabled or disabled.
QML_ELEMENTPlasma5Support::Service * service
The service instance we want to monitor.
Definition serviceoperationstatus.h:32
QString operation
the service operation we want to monitor for enabled or disabled status
Definition serviceoperationstatus.h:37
Q_EMITQ_EMIT
QMetaObject::Connection connect(const QObject *sender, PointerToMemberFunction signal, Functor functor)
bool disconnect(const QMetaObject::Connection &connection)
T * data() const const
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:08:57 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:08:57 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.