tdebluez
TDEBluetooth::DeviceImpl Class Reference

#include <deviceImpl.h>

Inheritance diagram for TDEBluetooth::DeviceImpl:

Public Member Functions

 DeviceImpl (const TQString &service, const TQString &path, TQObject *parent=0, const char *name=0)
virtual ~DeviceImpl ()
const TQString getPath ()
Public Member Functions inherited from org::bluez::Device1Proxy
 Device1Proxy (const TQString &service, const TQString &path, TQObject *parent=0, const char *name=0)
virtual ~Device1Proxy ()
void setConnection (const TQT_DBusConnection &connection)
virtual bool DisconnectAsync (int &asyncCallId, TQT_DBusError &error)
virtual bool ConnectAsync (int &asyncCallId, TQT_DBusError &error)
virtual bool ConnectProfileAsync (int &asyncCallId, const TQString &UUID, TQT_DBusError &error)
virtual bool DisconnectProfileAsync (int &asyncCallId, const TQString &UUID, TQT_DBusError &error)
virtual bool PairAsync (int &asyncCallId, TQT_DBusError &error)
virtual bool CancelPairingAsync (int &asyncCallId, TQT_DBusError &error)
virtual void setDBusProperty (const TQString &name, const TQT_DBusVariant &variant, TQT_DBusError &error)
virtual TQT_DBusVariant getDBusProperty (const TQString &name, TQT_DBusError &error) const
virtual TQString getAddress (TQT_DBusError &error) const
virtual TQString getName (TQT_DBusError &error) const
virtual void setAlias (const TQString &value, TQT_DBusError &error)
virtual TQString getAlias (TQT_DBusError &error) const
virtual TQ_UINT32 getClass (TQT_DBusError &error) const
virtual TQ_UINT16 getAppearance (TQT_DBusError &error) const
virtual TQString getIcon (TQT_DBusError &error) const
virtual bool getPaired (TQT_DBusError &error) const
virtual void setTrusted (bool value, TQT_DBusError &error)
virtual bool getTrusted (TQT_DBusError &error) const
virtual void setBlocked (bool value, TQT_DBusError &error)
virtual bool getBlocked (TQT_DBusError &error) const
virtual bool getLegacyPairing (TQT_DBusError &error) const
virtual TQ_INT16 getRSSI (TQT_DBusError &error) const
virtual bool getConnected (TQT_DBusError &error) const
virtual TQStringList getUUIDs (TQT_DBusError &error) const
virtual TQString getModalias (TQT_DBusError &error) const
virtual TQT_DBusObjectPath getAdapter (TQT_DBusError &error) const
virtual TQMap< TQ_UINT16, TQT_DBusVariant > getManufacturerData (TQT_DBusError &error) const
virtual TQMap< TQString, TQT_DBusVariant > getServiceData (TQT_DBusError &error) const
virtual TQ_INT16 getTxPower (TQT_DBusError &error) const
virtual bool getServicesResolved (TQT_DBusError &error) const

Private Attributes

TQString m_path

Additional Inherited Members

Signals inherited from org::bluez::Device1Proxy
void AsyncErrorResponseDetected (int asyncCallId, const TQT_DBusError error)
void DisconnectAsyncReply (int asyncCallId)
void ConnectAsyncReply (int asyncCallId)
void ConnectProfileAsyncReply (int asyncCallId)
void DisconnectProfileAsyncReply (int asyncCallId)
void PairAsyncReply (int asyncCallId)
void CancelPairingAsyncReply (int asyncCallId)
Protected Slots inherited from org::bluez::Device1Proxy
virtual void slotHandleAsyncReply (int id, const TQT_DBusMessage &message)
Protected Attributes inherited from org::bluez::Device1Proxy
TQT_DBusProxy * m_baseProxy
TQMap< int, TQString > m_asyncCalls

Detailed Description

Definition at line 41 of file deviceImpl.h.

Constructor & Destructor Documentation

◆ DeviceImpl()

TDEBluetooth::DeviceImpl::DeviceImpl ( const TQString & service,
const TQString & path,
TQObject * parent = 0,
const char * name = 0 )

Definition at line 31 of file deviceImpl.cpp.

References org::bluez::Device1Proxy::Device1Proxy(), and m_path.

◆ ~DeviceImpl()

TDEBluetooth::DeviceImpl::~DeviceImpl ( )
virtual

Definition at line 36 of file deviceImpl.cpp.

Member Function Documentation

◆ getPath()

const TQString TDEBluetooth::DeviceImpl::getPath ( )

Definition at line 40 of file deviceImpl.cpp.

References m_path.

Member Data Documentation

◆ m_path

TQString TDEBluetooth::DeviceImpl::m_path
private

Definition at line 52 of file deviceImpl.h.


The documentation for this class was generated from the following files: