• Skip to content
  • Skip to link menu
KDE 4.2 API Reference
  • KDE API Reference
  • API Reference
  • Sitemap
  • Contact Us
 

libsolidcontrol

FakeBluetoothRemoteDevice Class Reference

#include <fakebluetoothremotedevice.h>

Inheritance diagram for FakeBluetoothRemoteDevice:

Inheritance graph
[legend]

List of all members.


Public Slots

void cancelBondingProcess ()
void clearAlias ()
void disconnect ()
void removeBonding ()
void serviceHandles (const QString &) const
void serviceRecordAsXml (uint) const
void setAlias (const QString &alias)

Signals

void aliasChanged (const QString &alias)
void aliasCleared ()
void bondingCreated ()
void bondingRemoved ()
void classChanged (uint devClass)
void connected ()
void disconnected ()
void nameChanged (const QString &name)
void nameResolvingFailed ()
void requestDisconnection ()
void serviceHandlesAvailable (const QString &ubi, const QList< uint > &handles)
void serviceRecordXmlAvailable (const QString &ubi, const QString &record)

Public Member Functions

QString address () const
QString alias () const
QString company () const
KJob * createBonding ()
int encryptionKeySize () const
 FakeBluetoothRemoteDevice (const QMap< QString, QVariant > &propertyMap, QObject *parent=0)
bool hasBonding () const
bool isConnected () const
QString lastSeen () const
QString lastUsed () const
QString majorClass () const
QString manufacturer () const
QString minorClass () const
QString name () const
int pinCodeLength () const
QString revision () const
QStringList serviceClasses () const
QString ubi () const
QString version () const
virtual ~FakeBluetoothRemoteDevice ()

Protected Attributes

QMap< QString, QVariant > mPropertyMap

Detailed Description

Definition at line 33 of file fakebluetoothremotedevice.h.


Constructor & Destructor Documentation

FakeBluetoothRemoteDevice::FakeBluetoothRemoteDevice ( const QMap< QString, QVariant > &  propertyMap,
QObject *  parent = 0 
)

Definition at line 29 of file fakebluetoothremotedevice.cpp.

FakeBluetoothRemoteDevice::~FakeBluetoothRemoteDevice (  )  [virtual]

Definition at line 56 of file fakebluetoothremotedevice.cpp.


Member Function Documentation

QString FakeBluetoothRemoteDevice::address (  )  const [inline]

Definition at line 45 of file fakebluetoothremotedevice.h.

QString FakeBluetoothRemoteDevice::alias (  )  const [inline]

Definition at line 85 of file fakebluetoothremotedevice.h.

void FakeBluetoothRemoteDevice::aliasChanged ( const QString &  alias  )  [signal]

void FakeBluetoothRemoteDevice::aliasCleared (  )  [signal]

void FakeBluetoothRemoteDevice::bondingCreated (  )  [signal]

void FakeBluetoothRemoteDevice::bondingRemoved (  )  [signal]

void FakeBluetoothRemoteDevice::cancelBondingProcess (  )  [inline, slot]

Definition at line 144 of file fakebluetoothremotedevice.h.

void FakeBluetoothRemoteDevice::classChanged ( uint  devClass  )  [signal]

void FakeBluetoothRemoteDevice::clearAlias (  )  [inline, slot]

Definition at line 136 of file fakebluetoothremotedevice.h.

QString FakeBluetoothRemoteDevice::company (  )  const [inline]

Definition at line 65 of file fakebluetoothremotedevice.h.

void FakeBluetoothRemoteDevice::connected (  )  [signal]

KJob * FakeBluetoothRemoteDevice::createBonding (  ) 

Definition at line 60 of file fakebluetoothremotedevice.cpp.

void FakeBluetoothRemoteDevice::disconnect (  )  [inline, virtual, slot]

Request a disconnect from the remote device.

Implements Solid::Control::Ifaces::BluetoothRemoteDevice.

Definition at line 140 of file fakebluetoothremotedevice.h.

void FakeBluetoothRemoteDevice::disconnected (  )  [signal]

int FakeBluetoothRemoteDevice::encryptionKeySize (  )  const [inline]

Definition at line 105 of file fakebluetoothremotedevice.h.

bool FakeBluetoothRemoteDevice::hasBonding (  )  const [inline]

Definition at line 97 of file fakebluetoothremotedevice.h.

bool FakeBluetoothRemoteDevice::isConnected (  )  const [inline]

Definition at line 49 of file fakebluetoothremotedevice.h.

QString FakeBluetoothRemoteDevice::lastSeen (  )  const [inline]

Definition at line 89 of file fakebluetoothremotedevice.h.

QString FakeBluetoothRemoteDevice::lastUsed (  )  const [inline]

Definition at line 93 of file fakebluetoothremotedevice.h.

QString FakeBluetoothRemoteDevice::majorClass (  )  const [inline]

Definition at line 69 of file fakebluetoothremotedevice.h.

QString FakeBluetoothRemoteDevice::manufacturer (  )  const [inline]

Definition at line 61 of file fakebluetoothremotedevice.h.

QString FakeBluetoothRemoteDevice::minorClass (  )  const [inline]

Definition at line 73 of file fakebluetoothremotedevice.h.

QString FakeBluetoothRemoteDevice::name (  )  const [inline]

Definition at line 81 of file fakebluetoothremotedevice.h.

void FakeBluetoothRemoteDevice::nameChanged ( const QString &  name  )  [signal]

void FakeBluetoothRemoteDevice::nameResolvingFailed (  )  [signal]

int FakeBluetoothRemoteDevice::pinCodeLength (  )  const [inline]

Definition at line 101 of file fakebluetoothremotedevice.h.

void FakeBluetoothRemoteDevice::removeBonding (  )  [inline, slot]

Definition at line 146 of file fakebluetoothremotedevice.h.

void FakeBluetoothRemoteDevice::requestDisconnection (  )  [signal]

QString FakeBluetoothRemoteDevice::revision (  )  const [inline]

Definition at line 57 of file fakebluetoothremotedevice.h.

QStringList FakeBluetoothRemoteDevice::serviceClasses (  )  const [inline]

Definition at line 77 of file fakebluetoothremotedevice.h.

void FakeBluetoothRemoteDevice::serviceHandles ( const QString &   )  const [inline, slot]

Definition at line 150 of file fakebluetoothremotedevice.h.

void FakeBluetoothRemoteDevice::serviceHandlesAvailable ( const QString &  ubi,
const QList< uint > &  handles 
) [signal]

void FakeBluetoothRemoteDevice::serviceRecordAsXml ( uint   )  const [inline, slot]

Definition at line 154 of file fakebluetoothremotedevice.h.

void FakeBluetoothRemoteDevice::serviceRecordXmlAvailable ( const QString &  ubi,
const QString &  record 
) [signal]

void FakeBluetoothRemoteDevice::setAlias ( const QString &  alias  )  [inline, slot]

Definition at line 132 of file fakebluetoothremotedevice.h.

QString FakeBluetoothRemoteDevice::ubi (  )  const [inline, virtual]

The UBI of the remote device.

Implements Solid::Control::Ifaces::BluetoothRemoteDevice.

Definition at line 41 of file fakebluetoothremotedevice.h.

QString FakeBluetoothRemoteDevice::version (  )  const [inline]

Definition at line 53 of file fakebluetoothremotedevice.h.


Member Data Documentation

QMap<QString, QVariant> FakeBluetoothRemoteDevice::mPropertyMap [protected]

Definition at line 171 of file fakebluetoothremotedevice.h.


The documentation for this class was generated from the following files:
  • fakebluetoothremotedevice.h
  • fakebluetoothremotedevice.cpp

libsolidcontrol

Skip menu "libsolidcontrol"
  • Main Page
  • Namespace List
  • Class Hierarchy
  • Alphabetical List
  • Class List
  • File List
  • Namespace Members
  • Class Members
  • Related Pages

API Reference

Skip menu "API Reference"
  • KWin
  •   KWin Libraries
  • Libraries
  •   libkworkspace
  •   libsolidcontrol
  •   libtaskmanager
  • Plasma
  •   Animators
  •   Applets
  •   Engines
  • Solid Modules
Generated for API Reference by doxygen 1.5.7
This website is maintained by Adriaan de Groot and Allen Winter.
KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal