libsolidcontrol
FakeBluetoothInputDevice Class Reference
#include <fakebluetoothinputdevice.h>

Public Slots | |
| void | slotConnected () |
| void | slotDisconnected () |
Signals | |
| void | connected () |
| void | disconnected () |
Public Member Functions | |
| QString | address () const |
| FakeBluetoothInputDevice (const QMap< QString, QVariant > &propertyMap, QObject *parent=0) | |
| bool | isConnected () const |
| QString | name () const |
| QString | productID () const |
| QString | ubi () const |
| QString | vendorID () const |
| virtual | ~FakeBluetoothInputDevice () |
Protected Attributes | |
| QMap< QString, QVariant > | mPropertyMap |
Detailed Description
Definition at line 33 of file fakebluetoothinputdevice.h.
Constructor & Destructor Documentation
| FakeBluetoothInputDevice::FakeBluetoothInputDevice | ( | const QMap< QString, QVariant > & | propertyMap, | |
| QObject * | parent = 0 | |||
| ) |
Definition at line 27 of file fakebluetoothinputdevice.cpp.
| FakeBluetoothInputDevice::~FakeBluetoothInputDevice | ( | ) | [virtual] |
Definition at line 40 of file fakebluetoothinputdevice.cpp.
Member Function Documentation
| QString FakeBluetoothInputDevice::address | ( | ) | const [inline] |
Definition at line 49 of file fakebluetoothinputdevice.h.
| void FakeBluetoothInputDevice::connected | ( | ) | [signal] |
| void FakeBluetoothInputDevice::disconnected | ( | ) | [signal] |
| bool FakeBluetoothInputDevice::isConnected | ( | ) | const [inline] |
Definition at line 45 of file fakebluetoothinputdevice.h.
| QString FakeBluetoothInputDevice::name | ( | ) | const [inline] |
Definition at line 53 of file fakebluetoothinputdevice.h.
| QString FakeBluetoothInputDevice::productID | ( | ) | const [inline] |
Definition at line 57 of file fakebluetoothinputdevice.h.
| void FakeBluetoothInputDevice::slotConnected | ( | ) | [inline, slot] |
Definition at line 75 of file fakebluetoothinputdevice.h.
| void FakeBluetoothInputDevice::slotDisconnected | ( | ) | [inline, slot] |
Definition at line 79 of file fakebluetoothinputdevice.h.
| QString FakeBluetoothInputDevice::ubi | ( | ) | const [inline, virtual] |
Retrieves ubi of bluetooth input device.
- Returns:
- ubi of bluetooth input device
Implements Solid::Control::Ifaces::BluetoothInputDevice.
Definition at line 41 of file fakebluetoothinputdevice.h.
| QString FakeBluetoothInputDevice::vendorID | ( | ) | const [inline] |
Definition at line 61 of file fakebluetoothinputdevice.h.
Member Data Documentation
QMap<QString, QVariant> FakeBluetoothInputDevice::mPropertyMap [protected] |
Definition at line 89 of file fakebluetoothinputdevice.h.
The documentation for this class was generated from the following files:
KDE 4.2 API Reference