libsolidcontrol
Solid::Control::Ifaces::BluetoothSecurity Class Reference
Represents a bluetooth interface as seen by the bluetooth subsystem. More...
#include <bluetoothsecurity.h>
Inheritance diagram for Solid::Control::Ifaces::BluetoothSecurity:

Public Slots | |
virtual void | setAuthorizationAgent (Solid::Control::BluetoothAuthorizationAgent *agent)=0 |
virtual void | setPasskeyAgent (Solid::Control::BluetoothPasskeyAgent *agent)=0 |
Public Member Functions | |
BluetoothSecurity (const QString &interface, QObject *parent=0) | |
BluetoothSecurity (QObject *parent=0) | |
virtual | ~BluetoothSecurity () |
Detailed Description
Represents a bluetooth interface as seen by the bluetooth subsystem.Definition at line 39 of file ifaces/bluetoothsecurity.h.
Constructor & Destructor Documentation
Solid::Control::Ifaces::BluetoothSecurity::BluetoothSecurity | ( | QObject * | parent = 0 |
) |
Create a BluetoothSecurity object for all Bluetooth Interfaces.
- Parameters:
-
parent the parent object
Definition at line 24 of file ifaces/bluetoothsecurity.cpp.
Solid::Control::Ifaces::BluetoothSecurity::BluetoothSecurity | ( | const QString & | interface, | |
QObject * | parent = 0 | |||
) |
Create a BluetoothSecurity object for a certain Bluetooth Interfaces.
- Parameters:
-
interface the ubi of a certain Bluetooth Interface parent the parent object
Definition at line 28 of file ifaces/bluetoothsecurity.cpp.
Solid::Control::Ifaces::BluetoothSecurity::~BluetoothSecurity | ( | ) | [virtual] |
Member Function Documentation
virtual void Solid::Control::Ifaces::BluetoothSecurity::setAuthorizationAgent | ( | Solid::Control::BluetoothAuthorizationAgent * | agent | ) | [pure virtual, slot] |
Implemented in FakeBluetoothSecurity.
virtual void Solid::Control::Ifaces::BluetoothSecurity::setPasskeyAgent | ( | Solid::Control::BluetoothPasskeyAgent * | agent | ) | [pure virtual, slot] |
Implemented in FakeBluetoothSecurity.
The documentation for this class was generated from the following files: