BluezQt
9 #ifndef BLUEZQT_MANAGER_H
10 #define BLUEZQT_MANAGER_H
15 #include "bluezqt_export.h"
81 Q_PROPERTY(
bool initialized READ isInitialized)
82 Q_PROPERTY(
bool operational READ isOperational NOTIFY operationalChanged)
83 Q_PROPERTY(
bool bluetoothOperational READ isBluetoothOperational NOTIFY bluetoothOperationalChanged)
84 Q_PROPERTY(
bool bluetoothBlocked READ isBluetoothBlocked WRITE setBluetoothBlocked NOTIFY bluetoothBlockedChanged)
85 Q_PROPERTY(
AdapterPtr usableAdapter READ usableAdapter NOTIFY usableAdapterChanged)
88 Q_PROPERTY(Rfkill *rfkill READ rfkill CONSTANT)
115 bool isInitialized()
const;
125 bool isOperational()
const;
135 bool isBluetoothOperational()
const;
147 bool isBluetoothBlocked()
const;
160 bool setBluetoothBlocked(
bool blocked);
287 #if BLUEZQT_ENABLE_DEPRECATED_SINCE(5, 57)
294 BLUEZQT_DEPRECATED_VERSION(5, 57,
"Use Adapter::media()")
298 Rfkill *rfkill()
const;
304 void operationalChanged(
bool operational);
309 void bluetoothOperationalChanged(
bool operational);
314 void bluetoothBlockedChanged(
bool blocked);
349 void usableAdapterChanged(
AdapterPtr adapter);
354 void allAdaptersRemoved();
357 class ManagerPrivate *
const d;
359 friend class ManagerPrivate;
360 friend class InitManagerJobPrivate;
365 #endif // BLUEZQT_MANAGER_H
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Thu Nov 30 2023 04:07:43 by
doxygen 1.8.17 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.