|
tdebluez
|
#include <adapterImpl.h>
Inheritance diagram for TDEBluetooth::AdapterImpl:Public Slots | |
| void | slotSetAlias (const TQString &alias) |
| void | slotSetTimeout (int timeout) |
Public Member Functions | |
| AdapterImpl (const TQString &service, const TQString &path, TQObject *parent=0, const char *name=0) | |
| virtual | ~AdapterImpl () |
| void | powerOn (bool state) |
| TQString | getPath () |
Public Member Functions inherited from org::bluez::Adapter1Proxy | |
| Adapter1Proxy (const TQString &service, const TQString &path, TQObject *parent=0, const char *name=0) | |
| virtual | ~Adapter1Proxy () |
| void | setConnection (const TQT_DBusConnection &connection) |
| virtual bool | StartDiscovery (TQT_DBusError &error) |
| virtual bool | SetDiscoveryFilter (const TQMap< TQString, TQT_DBusVariant > &properties, TQT_DBusError &error) |
| virtual bool | StopDiscovery (TQT_DBusError &error) |
| virtual bool | RemoveDevice (const TQT_DBusObjectPath &device, 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 void | setPowered (bool value, TQT_DBusError &error) |
| virtual bool | getPowered (TQT_DBusError &error) const |
| virtual void | setDiscoverable (bool value, TQT_DBusError &error) |
| virtual bool | getDiscoverable (TQT_DBusError &error) const |
| virtual void | setDiscoverableTimeout (TQ_UINT32 value, TQT_DBusError &error) |
| virtual TQ_UINT32 | getDiscoverableTimeout (TQT_DBusError &error) const |
| virtual void | setPairable (bool value, TQT_DBusError &error) |
| virtual bool | getPairable (TQT_DBusError &error) const |
| virtual void | setPairableTimeout (TQ_UINT32 value, TQT_DBusError &error) |
| virtual TQ_UINT32 | getPairableTimeout (TQT_DBusError &error) const |
| virtual bool | getDiscovering (TQT_DBusError &error) const |
| virtual TQStringList | getUUIDs (TQT_DBusError &error) const |
| virtual TQString | getModalias (TQT_DBusError &error) const |
Additional Inherited Members | |
Protected Attributes inherited from org::bluez::Adapter1Proxy | |
| TQT_DBusProxy * | m_baseProxy |
Definition at line 38 of file adapterImpl.h.
| TDEBluetooth::AdapterImpl::AdapterImpl | ( | const TQString & | service, |
| const TQString & | path, | ||
| TQObject * | parent = 0, |
||
| const char * | name = 0 |
||
| ) |
Definition at line 42 of file adapterImpl.cpp.
|
virtual |
Definition at line 47 of file adapterImpl.cpp.
| TQString TDEBluetooth::AdapterImpl::getPath | ( | ) |
Definition at line 121 of file adapterImpl.cpp.
References org::bluez::Adapter1Proxy::m_baseProxy.
| void TDEBluetooth::AdapterImpl::powerOn | ( | bool | state | ) |
Definition at line 51 of file adapterImpl.cpp.
References getPath().
|
slot |
Definition at line 126 of file adapterImpl.cpp.
References org::bluez::Adapter1Proxy::setAlias().
|
slot |
Definition at line 134 of file adapterImpl.cpp.
References org::bluez::Adapter1Proxy::setDiscoverableTimeout().