Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qlowenergyserviceprivate.cpp
Go to the documentation of this file.
1// Copyright (C) 2016 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
3
5
7
9
10QT_IMPL_METATYPE_EXTERN_TAGGED(QSharedPointer<QLowEnergyServicePrivate>,
11 QSharedPointer_QLowEnergyServicePrivate)
12
14
18
28
34
43
45
46#include "moc_qlowenergyserviceprivate_p.cpp"
void setController(QLowEnergyControllerPrivate *control)
QLowEnergyService::ServiceError lastError
void setError(QLowEnergyService::ServiceError newError)
QPointer< QLowEnergyControllerPrivate > controller
void stateChanged(QLowEnergyService::ServiceState newState)
void errorOccurred(QLowEnergyService::ServiceError error)
void setState(QLowEnergyService::ServiceState newState)
QLowEnergyService::ServiceState state
QLowEnergyServicePrivate(QObject *parent=nullptr)
ServiceError
This enum describes all possible error conditions during the service's existence.
ServiceState
This enum describes the \l state() of the service object.
\inmodule QtCore
Definition qobject.h:103
void newState(QList< State > &states, const char *token, const char *lexem, bool pre)
Combined button and popup list for selecting options.
#define QT_IMPL_METATYPE_EXTERN_TAGGED(TYPE, TAG)
Definition qmetatype.h:1384
#define emit