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
qnearfieldmanager_neard_p.h
Go to the documentation of this file.
1// Copyright (C) 2016 BlackBerry Limited, Copyright (C) 2016 BasysKom GmbH
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
3
4#ifndef QNEARFIELDMANAGER_NEARD_H
5#define QNEARFIELDMANAGER_NEARD_H
6
7//
8// W A R N I N G
9// -------------
10//
11// This file is not part of the Qt API. It exists purely as an
12// implementation detail. This header file may change from version to
13// version without notice, or even be removed.
14//
15// We mean it.
16//
17
18#include "qnearfieldmanager_p.h"
19#include "qnearfieldmanager.h"
20#include "qnearfieldtarget.h"
22
23#include <QDBusObjectPath>
24#include <QDBusVariant>
25#include <QMap>
26
27class OrgNeardManagerInterface;
28
30
32{
34
35public:
38
39 bool isEnabled() const override;
40
42
44
45 void stopTargetDetection(const QString& = QString()) override;
46
47private Q_SLOTS:
48 void handleTagFound(const QDBusObjectPath&);
49 void handleTagRemoved(const QDBusObjectPath&);
50
51private:
52 QString m_adapterPath;
53 QMap<QString, QNearFieldTarget*> m_activeTags;
54 NeardHelper *m_neardHelper;
55};
56
58
59
60#endif // QNEARFIELDMANAGER_NEARD_H
\inmodule QtDBus
bool isEnabled() const override
void stopTargetDetection(const QString &=QString()) override
~QNearFieldManagerPrivateImpl() override
bool startTargetDetection(QNearFieldTarget::AccessMethod) override
bool isSupported(QNearFieldTarget::AccessMethod) const override
AccessMethod
This enum describes the access methods a near field target supports.
\macro QT_RESTRICTED_CAST_FROM_ASCII
Definition qstring.h:129
Combined button and popup list for selecting options.
#define Q_OBJECT
#define Q_SLOTS