Music Hub
..
A session-wide music playback service
Loading...
Searching...
No Matches
dbus_property_notifier.h
Go to the documentation of this file.
1
/*
2
* Copyright © 2021-2022 UBports Foundation.
3
*
4
* Contact: Alberto Mardegan <mardy@users.sourceforge.net>
5
*
6
* This program is free software: you can redistribute it and/or modify it
7
* under the terms of the GNU Lesser General Public License version 3,
8
* as published by the Free Software Foundation.
9
*
10
* This program is distributed in the hope that it will be useful,
11
* but WITHOUT ANY WARRANTY; without even the implied warranty of
12
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13
* GNU Lesser General Public License for more details.
14
*
15
* You should have received a copy of the GNU Lesser General Public License
16
* along with this program. If not, see <http://www.gnu.org/licenses/>.
17
*/
18
19
#ifndef DBUS_PROPERTY_NOTIFIER_H
20
#define DBUS_PROPERTY_NOTIFIER_H
21
22
#include <QObject>
23
#include <QStringList>
24
25
class
QDBusConnection;
26
27
class
DBusPropertyNotifierPrivate
;
28
class
DBusPropertyNotifier
:
public
QObject
29
{
30
Q_OBJECT
31
32
public
:
33
DBusPropertyNotifier
(
const
QDBusConnection &connection,
34
const
QString &objectPath,
35
QObject
*target);
36
virtual
~DBusPropertyNotifier
();
37
38
void
notify
(
const
QStringList &propertyFilter = {});
39
40
private
:
41
Q_DECLARE_PRIVATE(
DBusPropertyNotifier
)
42
QScopedPointer<DBusPropertyNotifierPrivate> d_ptr;
43
};
44
45
#endif
// DBUS_PROPERTY_NOTIFIER_H
DBusPropertyNotifierPrivate
Definition
dbus_property_notifier.cpp:33
DBusPropertyNotifier
Definition
dbus_property_notifier.h:29
DBusPropertyNotifier::notify
void notify(const QStringList &propertyFilter={})
Definition
dbus_property_notifier.cpp:217
DBusPropertyNotifier::~DBusPropertyNotifier
virtual ~DBusPropertyNotifier()
QObject
src
service
dbus_property_notifier.h
Generated on Mon Mar 16 2026 06:06:21 for Music Hub by
1.9.8