libsolidcontrol
Solid::Control::Ifaces::BluetoothInputDevice Class Reference
A BluetoothInputDevice object allows to manage the connection of a bluetooth input device. More...
#include <bluetoothinputdevice.h>
Inheritance diagram for Solid::Control::Ifaces::BluetoothInputDevice:

Public Slots | |
virtual void | connect ()=0 |
virtual void | disconnect ()=0 |
Signals | |
virtual void | propertyChanged (const QString &name, const QVariant &value)=0 |
Public Member Functions | |
BluetoothInputDevice (QObject *parent=0) | |
virtual QMap< QString, QVariant > | getProperties () const =0 |
virtual QString | ubi () const =0 |
virtual | ~BluetoothInputDevice () |
Detailed Description
A BluetoothInputDevice object allows to manage the connection of a bluetooth input device.Definition at line 40 of file ifaces/bluetoothinputdevice.h.
Constructor & Destructor Documentation
Solid::Control::Ifaces::BluetoothInputDevice::BluetoothInputDevice | ( | QObject * | parent = 0 |
) |
Constructs a BluetoothInputDevice.
- Parameters:
-
parent the parent object
Definition at line 24 of file ifaces/bluetoothinputdevice.cpp.
Solid::Control::Ifaces::BluetoothInputDevice::~BluetoothInputDevice | ( | ) | [virtual] |
Destructs a BluetoothInputDevice object.
Definition at line 27 of file ifaces/bluetoothinputdevice.cpp.
Member Function Documentation
virtual void Solid::Control::Ifaces::BluetoothInputDevice::connect | ( | ) | [pure virtual, slot] |
Connect bluetooth input device.
virtual void Solid::Control::Ifaces::BluetoothInputDevice::disconnect | ( | ) | [pure virtual, slot] |
Disconnect bluetooth input device.
virtual QMap<QString,QVariant> Solid::Control::Ifaces::BluetoothInputDevice::getProperties | ( | ) | const [pure virtual] |
Retrieve all properties from the input device.
- Returns:
- a hash of named properties
virtual void Solid::Control::Ifaces::BluetoothInputDevice::propertyChanged | ( | const QString & | name, | |
const QVariant & | value | |||
) | [pure virtual, signal] |
A Property for the input device has changed.
- Parameters:
-
name the name of the changed property value the new value
virtual QString Solid::Control::Ifaces::BluetoothInputDevice::ubi | ( | ) | const [pure virtual] |
Retrieves ubi of bluetooth input device.
- Returns:
- ubi of bluetooth input device
Implemented in FakeBluetoothInputDevice.
The documentation for this class was generated from the following files: