PulseAudio Qt Bindings

client.h
1 /*
2  SPDX-FileCopyrightText: 2014-2015 Harald Sitter <[email protected]>
3 
4  SPDX-License-Identifier: LGPL-2.1-only OR LGPL-3.0-only OR LicenseRef-KDE-Accepted-LGPL
5 */
6 
7 #ifndef CLIENT_H
8 #define CLIENT_H
9 
10 #include "indexedpulseobject.h"
11 #include "pulseaudioqt_export.h"
12 
13 struct pa_client_info;
14 
15 namespace PulseAudioQt
16 {
17 class PULSEAUDIOQT_EXPORT Client : public IndexedPulseObject
18 {
19  Q_OBJECT
20 public:
21  ~Client();
22 
23 private:
24  explicit Client(QObject *parent);
25 
26  class ClientPrivate *const d;
27  friend class MapBase<Client, pa_client_info>;
28 };
29 
30 } // PulseAudioQt
31 
32 #endif // CLIENT_H
The primary namespace of PulseAudioQt.
Definition: card.cpp:16
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Tue Jun 6 2023 04:00:58 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.