Music Hub
..
A session-wide music playback service
hybris_recorder_observer.h
Go to the documentation of this file.
1
/*
2
* Copyright © 2014 Canonical Ltd.
3
* Copyright © 2022 UBports Foundation.
4
*
5
* Contact: Alberto Mardegan <mardy@users.sourceforge.net>
6
*
7
* This program is free software: you can redistribute it and/or modify it
8
* under the terms of the GNU Lesser General Public License version 3,
9
* as published by the Free Software Foundation.
10
*
11
* This program is distributed in the hope that it will be useful,
12
* but WITHOUT ANY WARRANTY; without even the implied warranty of
13
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14
* GNU Lesser General Public License for more details.
15
*
16
* You should have received a copy of the GNU Lesser General Public License
17
* along with this program. If not, see <http://www.gnu.org/licenses/>.
18
*
19
* Authored by: Thomas Voß <thomas.voss@canonical.com>
20
*/
21
22
#ifndef LOMIRI_MEDIAHUBSERVICE_HYBRIS_RECORDER_OBSERVER_H
23
#define LOMIRI_MEDIAHUBSERVICE_HYBRIS_RECORDER_OBSERVER_H
24
25
#include "
recorder_observer_p.h
"
26
27
#include <QScopedPointer>
28
29
namespace
lomiri
30
{
31
namespace
MediaHubService
32
{
33
class
HybrisRecorderObserver
:
public
RecorderObserverPrivate
34
{
35
public
:
36
HybrisRecorderObserver
(
RecorderObserver
*q);
37
~HybrisRecorderObserver
();
38
39
private
:
40
struct
Private;
41
QScopedPointer<Private> d;
42
};
43
}
44
}
45
46
#endif // LOMIRI_MEDIAHUBSERVICE_HYBRIS_RECORDER_OBSERVER_H
lomiri::MediaHubService::HybrisRecorderObserver::HybrisRecorderObserver
HybrisRecorderObserver(RecorderObserver *q)
recorder_observer_p.h
lomiri::MediaHubService::HybrisRecorderObserver::~HybrisRecorderObserver
~HybrisRecorderObserver()
lomiri
Definition:
dbus_utils.h:24
lomiri::MediaHubService::RecorderObserverPrivate
Definition:
recorder_observer_p.h:27
lomiri::MediaHubService::HybrisRecorderObserver
Definition:
hybris_recorder_observer.h:33
lomiri::MediaHubService::RecorderObserver
Definition:
recorder_observer.h:44
src
service
hybris_recorder_observer.h
Generated on Fri Dec 16 2022 11:18:10 for Music Hub by
1.8.17