tdebluez
|
#include <device1Proxy.h>
Signals | |
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) |
Public Member Functions | |
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 |
Protected Slots | |
virtual void | slotHandleAsyncReply (int id, const TQT_DBusMessage &message) |
Protected Attributes | |
TQT_DBusProxy * | m_baseProxy |
TQMap< int, TQString > | m_asyncCalls |
Private Member Functions | |
Device1Proxy (const Device1Proxy &) | |
Device1Proxy & | operator= (const Device1Proxy &) |
Definition at line 28 of file device1Proxy.h.
org::bluez::Device1Proxy::Device1Proxy | ( | const TQString & | service, |
const TQString & | path, | ||
TQObject * | parent = 0 , |
||
const char * | name = 0 |
||
) |
Definition at line 28 of file device1Proxy.cpp.
References m_baseProxy, and slotHandleAsyncReply().
|
virtual |
Definition at line 40 of file device1Proxy.cpp.
References m_baseProxy.
|
private |
|
signal |
|
virtual |
Definition at line 117 of file device1Proxy.cpp.
References m_asyncCalls, and m_baseProxy.
|
signal |
|
virtual |
Definition at line 63 of file device1Proxy.cpp.
References m_asyncCalls, and m_baseProxy.
|
signal |
|
virtual |
Definition at line 76 of file device1Proxy.cpp.
References m_asyncCalls, and m_baseProxy.
|
signal |
|
virtual |
Definition at line 50 of file device1Proxy.cpp.
References m_asyncCalls, and m_baseProxy.
|
signal |
|
virtual |
Definition at line 90 of file device1Proxy.cpp.
References m_asyncCalls, and m_baseProxy.
|
signal |
|
virtual |
Definition at line 390 of file device1Proxy.cpp.
References getDBusProperty().
|
virtual |
Definition at line 164 of file device1Proxy.cpp.
References getDBusProperty().
|
virtual |
Definition at line 201 of file device1Proxy.cpp.
References getDBusProperty().
|
virtual |
Definition at line 229 of file device1Proxy.cpp.
References getDBusProperty().
|
virtual |
Definition at line 303 of file device1Proxy.cpp.
References getDBusProperty().
|
virtual |
Definition at line 215 of file device1Proxy.cpp.
References getDBusProperty().
|
virtual |
Definition at line 345 of file device1Proxy.cpp.
References getDBusProperty().
|
virtual |
Definition at line 143 of file device1Proxy.cpp.
References m_baseProxy.
|
virtual |
Definition at line 243 of file device1Proxy.cpp.
References getDBusProperty().
|
virtual |
Definition at line 317 of file device1Proxy.cpp.
References getDBusProperty().
|
virtual |
Definition at line 404 of file device1Proxy.cpp.
References getDBusProperty().
|
virtual |
Definition at line 376 of file device1Proxy.cpp.
References getDBusProperty().
|
virtual |
Definition at line 178 of file device1Proxy.cpp.
References getDBusProperty().
|
virtual |
Definition at line 257 of file device1Proxy.cpp.
References getDBusProperty().
|
virtual |
Definition at line 331 of file device1Proxy.cpp.
References getDBusProperty().
|
virtual |
Definition at line 421 of file device1Proxy.cpp.
References getDBusProperty().
|
virtual |
Definition at line 452 of file device1Proxy.cpp.
References getDBusProperty().
|
virtual |
Definition at line 280 of file device1Proxy.cpp.
References getDBusProperty().
|
virtual |
Definition at line 438 of file device1Proxy.cpp.
References getDBusProperty().
|
virtual |
Definition at line 359 of file device1Proxy.cpp.
References getDBusProperty().
|
private |
|
virtual |
Definition at line 104 of file device1Proxy.cpp.
References m_asyncCalls, and m_baseProxy.
|
signal |
|
virtual |
Definition at line 192 of file device1Proxy.cpp.
References setDBusProperty().
|
virtual |
Definition at line 294 of file device1Proxy.cpp.
References setDBusProperty().
void org::bluez::Device1Proxy::setConnection | ( | const TQT_DBusConnection & | connection | ) |
Definition at line 45 of file device1Proxy.cpp.
References m_baseProxy.
|
virtual |
Definition at line 130 of file device1Proxy.cpp.
References m_baseProxy.
|
virtual |
Definition at line 271 of file device1Proxy.cpp.
References setDBusProperty().
|
protectedvirtualslot |
Definition at line 466 of file device1Proxy.cpp.
References AsyncErrorResponseDetected(), CancelPairingAsyncReply(), ConnectAsyncReply(), ConnectProfileAsyncReply(), DisconnectAsyncReply(), DisconnectProfileAsyncReply(), m_asyncCalls, and PairAsyncReply().
|
protected |
Definition at line 119 of file device1Proxy.h.
|
protected |
Definition at line 117 of file device1Proxy.h.