libsolidcontrol
FakeBluetoothInputDevice Class Reference
#include <fakebluetoothinputdevice.h>

Detailed Description
Definition at line 33 of file 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 |
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, virtual] |
Retrieves MAC address of bluetooth input device.
- Returns:
- MAC address of bluetooth input device
Implements Solid::Control::Ifaces::BluetoothInputDevice.
Definition at line 49 of file fakebluetoothinputdevice.h.
void FakeBluetoothInputDevice::connected | ( | ) | [virtual, signal] |
This signal is emitted when the bluetooth input device is connected.
- Parameters:
-
ubi the bluetooth input device identifier
Implements Solid::Control::Ifaces::BluetoothInputDevice.
void FakeBluetoothInputDevice::disconnected | ( | ) | [virtual, signal] |
This signal is emitted when the bluetooth input device is not available anymore.
- Parameters:
-
ubi the bluetooth input device identifier
Implements Solid::Control::Ifaces::BluetoothInputDevice.
bool FakeBluetoothInputDevice::isConnected | ( | ) | const [inline, virtual] |
Retrieves connection status of bluetooth input device.
- Returns:
- true if bluetooth input device is connected
Implements Solid::Control::Ifaces::BluetoothInputDevice.
Definition at line 45 of file fakebluetoothinputdevice.h.
QString FakeBluetoothInputDevice::name | ( | ) | const [inline, virtual] |
Retrievies Name of bluetooth input device.
- Returns:
- Name of bluetooth input device
Implements Solid::Control::Ifaces::BluetoothInputDevice.
Definition at line 53 of file fakebluetoothinputdevice.h.
QString FakeBluetoothInputDevice::productID | ( | ) | const [inline, virtual] |
Retrieves Product ID of bluetooth input device.
- Returns:
- Product ID of bluetooth input device
Implements Solid::Control::Ifaces::BluetoothInputDevice.
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, virtual] |
Retrieves Vendor ID of bluetooth input device.
- Returns:
- Vendor ID of bluetooth input device
Implements Solid::Control::Ifaces::BluetoothInputDevice.
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: