Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
QLowEnergyService Member List

This is the complete list of members for QLowEnergyService, including all inherited members.

bindableObjectName()QObject
bindingStorage()QObjectinline
bindingStorage() constQObjectinline
blockSignals(bool b) noexceptQObject
characteristic(const QBluetoothUuid &uuid) constQLowEnergyService
characteristicChanged(const QLowEnergyCharacteristic &info, const QByteArray &value)QLowEnergyServicesignal
characteristicRead(const QLowEnergyCharacteristic &info, const QByteArray &value)QLowEnergyServicesignal
CharacteristicReadError enum valueQLowEnergyService
characteristics() constQLowEnergyService
CharacteristicWriteError enum valueQLowEnergyService
characteristicWritten(const QLowEnergyCharacteristic &info, const QByteArray &value)QLowEnergyServicesignal
childEvent(QChildEvent *event)QObjectprotectedvirtual
children() constQObjectinline
connect(const QObject *sender, const char *signal, const QObject *receiver, const char *member, Qt::ConnectionType=Qt::AutoConnection)QObjectstatic
connect(const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method, Qt::ConnectionType type=Qt::AutoConnection)QObjectstatic
connect(const QObject *sender, const char *signal, const char *member, Qt::ConnectionType type=Qt::AutoConnection) constQObjectinline
connect(const typename QtPrivate::FunctionPointer< Func1 >::Object *sender, Func1 signal, const typename QtPrivate::ContextTypeForFunctor< Func2 >::ContextType *context, Func2 &&slot, Qt::ConnectionType type=Qt::AutoConnection)QObjectinlinestatic
connect(const typename QtPrivate::FunctionPointer< Func1 >::Object *sender, Func1 signal, Func2 &&slot)QObjectinlinestatic
connectNotify(const QMetaMethod &signal)QObjectprotectedvirtual
contains(const QLowEnergyCharacteristic &characteristic) constQLowEnergyService
contains(const QLowEnergyDescriptor &descriptor) constQLowEnergyService
customEvent(QEvent *event)QObjectprotectedvirtual
deleteLater()QObjectslot
descriptorRead(const QLowEnergyDescriptor &info, const QByteArray &value)QLowEnergyServicesignal
DescriptorReadError enum valueQLowEnergyService
DescriptorWriteError enum valueQLowEnergyService
descriptorWritten(const QLowEnergyDescriptor &info, const QByteArray &value)QLowEnergyServicesignal
destroyed(QObject *=nullptr)QObjectsignal
disconnect(const QObject *sender, const char *signal, const QObject *receiver, const char *member)QObjectstatic
disconnect(const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &member)QObjectstatic
disconnect(const char *signal=nullptr, const QObject *receiver=nullptr, const char *member=nullptr) constQObjectinline
disconnect(const QObject *receiver, const char *member=nullptr) constQObjectinline
disconnect(const QMetaObject::Connection &)QObjectstatic
disconnect(const typename QtPrivate::FunctionPointer< Func1 >::Object *sender, Func1 signal, const typename QtPrivate::FunctionPointer< Func2 >::Object *receiver, Func2 slot)QObjectinlinestatic
disconnect(const typename QtPrivate::FunctionPointer< Func1 >::Object *sender, Func1 signal, const QObject *receiver, void **zero)QObjectinlinestatic
disconnectNotify(const QMetaMethod &signal)QObjectprotectedvirtual
discoverDetails(DiscoveryMode mode=FullDiscovery)QLowEnergyService
DiscoveryMode enum nameQLowEnergyService
dumpObjectInfo() constQObject
dumpObjectTree() constQObject
dynamicPropertyNames() constQObject
error() constQLowEnergyService
errorOccurred(QLowEnergyService::ServiceError error)QLowEnergyServicesignal
event(QEvent *event)QObjectvirtual
eventFilter(QObject *watched, QEvent *event)QObjectvirtual
findChild(const QString &aName=QString(), Qt::FindChildOptions options=Qt::FindChildrenRecursively) constQObjectinline
findChildren(const QString &aName, Qt::FindChildOptions options=Qt::FindChildrenRecursively) constQObjectinline
findChildren(Qt::FindChildOptions options=Qt::FindChildrenRecursively) constQObjectinline
FullDiscovery enum valueQLowEnergyService
IncludedService enum valueQLowEnergyService
includedServices() constQLowEnergyService
inherits(const char *classname) constQObjectinline
installEventFilter(QObject *filterObj)QObject
InvalidService enum valueQLowEnergyService
isQuickItemType() constQObjectinline
isSignalConnected(const QMetaMethod &signal) constQObjectprotected
isWidgetType() constQObjectinline
isWindowType() constQObjectinline
killTimer(int id)QObject
LocalService enum valueQLowEnergyService
moveToThread(QThread *thread)QObject
NoError enum valueQLowEnergyService
objectNameQObject
objectName() constQObject
objectNameChanged(const QString &objectName, QPrivateSignal)QObjectsignal
OperationError enum valueQLowEnergyService
parent() constQObjectinline
PrimaryService enum valueQLowEnergyService
property(const char *name) constQObject
qFindChildqFindChildren(const QObject *obj, const QString &name)()QObjectrelated
qFindChildrenqFindChildren(const QObject *obj, const QString &name)()QObjectrelated
QLowEnergyControllerQLowEnergyServicefriend
QLowEnergyControllerPrivateQLowEnergyServicefriend
QLowEnergyControllerPrivateAndroidQLowEnergyServicefriend
QLowEnergyControllerPrivateBluezQLowEnergyServicefriend
QLowEnergyControllerPrivateDarwinQLowEnergyServicefriend
QObject(QObject *parent=nullptr)QObjectexplicit
QObject(QObjectPrivate &dd, QObject *parent=nullptr)QObjectprotected
qobject_cast(const QObject *object)QObjectrelated
QObjectListQObjectrelated
readCharacteristic(const QLowEnergyCharacteristic &characteristic)QLowEnergyService
readDescriptor(const QLowEnergyDescriptor &descriptor)QLowEnergyService
receivers(const char *signal) constQObjectprotected
RemoteService enum valueQLowEnergyService
RemoteServiceDiscovered enum valueQLowEnergyService
RemoteServiceDiscovering enum valueQLowEnergyService
removeEventFilter(QObject *obj)QObject
sender() constQObjectprotected
senderSignalIndex() constQObjectprotected
ServiceError enum nameQLowEnergyService
serviceName() constQLowEnergyService
ServiceState enum nameQLowEnergyService
ServiceType enum nameQLowEnergyService
serviceUuid() constQLowEnergyService
setObjectName(const QString &name)QObjectinline
setObjectName(QAnyStringView name)QObject
setParent(QObject *parent)QObject
setProperty(const char *name, const QVariant &value)QObject
setProperty(const char *name, QVariant &&value)QObjectinline
signalsBlocked() const noexceptQObjectinline
SkipValueDiscovery enum valueQLowEnergyService
startTimer(int interval, Qt::TimerType timerType=Qt::CoarseTimer)QObject
startTimer(std::chrono::milliseconds time, Qt::TimerType timerType=Qt::CoarseTimer)QObject
state() constQLowEnergyService
stateChanged(QLowEnergyService::ServiceState newState)QLowEnergyServicesignal
thread() constQObject
timerEvent(QTimerEvent *event)QObjectprotectedvirtual
type() constQLowEnergyService
UnknownError enum valueQLowEnergyService
writeCharacteristic(const QLowEnergyCharacteristic &characteristic, const QByteArray &newValue, WriteMode mode=WriteWithResponse)QLowEnergyService
writeDescriptor(const QLowEnergyDescriptor &descriptor, const QByteArray &newValue)QLowEnergyService
WriteMode enum nameQLowEnergyService
WriteSigned enum valueQLowEnergyService
WriteWithoutResponse enum valueQLowEnergyService
WriteWithResponse enum valueQLowEnergyService
~QLowEnergyService()QLowEnergyService
~QObject()QObjectvirtual