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
neard_helper_p.h
Go to the documentation of this file.
1// Copyright (C) 2016 The Qt Company Ltd.
2// Copyright (C) 2016 BasysKom GmbH.
3// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
4
5#ifndef NEARD_HELPER_P_H
6#define NEARD_HELPER_P_H
7
8//
9// W A R N I N G
10// -------------
11//
12// This file is not part of the Qt API. It exists purely as an
13// implementation detail. This header file may change from version to
14// version without notice, or even be removed.
15//
16// We mean it.
17//
18
19#include "neard_dbus_types_p.h"
20
22
24
25class NeardHelper : public QObject
26{
28public:
30 static NeardHelper *instance();
31
33
39
40private slots:
41 void interfacesAdded(const QDBusObjectPath&, InterfaceList);
42 void interfacesRemoved(const QDBusObjectPath&, const QStringList&);
43
44private:
46};
47
49
50#endif // NEARD_HELPER_P_H
void tagRemoved(const QDBusObjectPath &)
static NeardHelper * instance()
OrgFreedesktopDBusObjectManagerInterface * dbusObjectManager()
void recordFound(const QDBusObjectPath &)
void tagFound(const QDBusObjectPath &)
void recordRemoved(const QDBusObjectPath &)
NeardHelper(QObject *parent=0)
\inmodule QtDBus
Definition qmap.h:187
\inmodule QtCore
Definition qobject.h:103
QObject * parent() const
Returns a pointer to the parent object.
Definition qobject.h:346
\inmodule QtCore
Combined button and popup list for selecting options.
#define Q_OBJECT
#define slots
#define signals