#include <objectmanagerImpl.h>
|
void | adapterAdded (const TQString &) |
|
void | adapterRemoved (const TQString &) |
|
void | deviceAdded (const TQString &) |
|
void | deviceRemoved (const TQString &) |
|
void | mediaControlAdded (const TQString &) |
|
void | mediaControlRemoved (const TQString &) |
|
void | adapterNameChanged (const TQString &, const TQString &) |
|
void | adapterAliasChanged (const TQString &, const TQString &) |
|
void | adapterPowerOnChanged (const TQString &, bool state) |
|
void | adapterClassChanged (const TQString &, TQ_UINT32 classvalue) |
|
void | adapterDiscoverableTimeoutChanged (const TQString &, TQ_UINT32 timeout) |
|
void | adapterDiscoverableChanged (const TQString &, bool state) |
|
void | adapterDiscoveringChanged (const TQString &, bool state) |
|
void | deviceAddressChanged (const TQString &, const TQString &) |
|
void | deviceClassChanged (const TQString &, TQ_UINT32) |
|
void | deviceNameChanged (const TQString &, const TQString &) |
|
void | deviceAliasChanged (const TQString &, const TQString &) |
|
void | deviceAppearanceChanged (const TQString &, TQ_UINT32) |
|
void | deviceIconChanged (const TQString &, const TQString &) |
|
void | devicePairedChanged (const TQString &, bool) |
|
void | deviceTrustedChanged (const TQString &, bool) |
|
void | deviceBlockedChanged (const TQString &, bool) |
|
void | deviceLegacyPairingChanged (const TQString &, bool) |
|
void | deviceRSSIChanged (const TQString &, TQ_INT16) |
|
void | deviceConnectedChanged (const TQString &, bool) |
|
void | deviceUUIDsChanged (const TQString &, TQStringList) |
|
void | deviceAdapterChanged (const TQString &, const TQT_DBusObjectPath &) |
|
void | deviceManufacturerDataChanged (const TQString &, TQT_DBusDataMap< TQ_UINT16 >) |
|
void | deviceServiceDataChanged (const TQString &, TQT_DBusDataMap< TQString >) |
|
void | deviceTxPowerChanged (const TQString &, TQ_INT16) |
|
void | deviceServicesResolvedChanged (const TQString &, bool) |
|
void | mediaControlConnectedChanged (const TQString &, bool state) |
|
void | mediaControlPlayerChanged (const TQString &, const TQT_DBusObjectPath &) |
|
void | InterfacesAdded (const TQT_DBusObjectPath &object, const TQT_DBusDataMap< TQString > &interfaces) |
|
void | InterfacesRemoved (const TQT_DBusObjectPath &object, const TQStringList &interfaces) |
|
void | InterfacesAdded (const TQT_DBusObjectPath &object, const TQT_DBusDataMap< TQString > &interfaces) |
|
void | InterfacesRemoved (const TQT_DBusObjectPath &object, const TQStringList &interfaces) |
|
|
| ObjectManagerImpl (const TQString &service, const TQString &path, TQObject *parent=0, const char *name=0) |
|
virtual | ~ObjectManagerImpl () |
|
bool | isConnectedToDBUS () |
|
TQT_DBusConnection * | getConnection () |
|
bool | close () |
|
AgentManager1Proxy * | getAgentManager () |
|
ProfileManager1Proxy * | getProfileManager () |
|
HealthManager1Proxy * | getHealthManager () |
|
AdapterList | getAdapters () |
|
DeviceList | getDevices () |
|
ConnectionList | listConnections (const TQString &) |
|
bool | registerAgent () |
|
bool | unregisterAgent () |
|
bool | requestDefaultAgent () |
|
bool | isAgentRegistered () |
|
bool | isAgentDefaultAgent () |
|
| ObjectManagerProxy (const TQString &service, const TQString &path, TQObject *parent=0, const char *name=0) |
|
virtual | ~ObjectManagerProxy () |
|
void | setConnection (const TQT_DBusConnection &connection) |
|
virtual bool | GetManagedObjects (TQT_DBusDataMap< TQT_DBusObjectPath > &objects, TQT_DBusError &error) |
|
| ObjectManagerProxy (const TQString &service, const TQString &path, TQObject *parent=0, const char *name=0) |
|
virtual | ~ObjectManagerProxy () |
|
void | setConnection (const TQT_DBusConnection &connection) |
|
virtual bool | GetManagedObjects (TQT_DBusDataMap< TQT_DBusObjectPath > &objects, TQT_DBusError &error) |
|
Definition at line 51 of file objectmanagerImpl.h.
◆ AdapterList
◆ ConnectionList
◆ DeviceList
◆ PropertiesMap
◆ ObjectManagerImpl()
◆ ~ObjectManagerImpl()
TDEBluetooth::ObjectManagerImpl::~ObjectManagerImpl |
( |
| ) |
|
|
virtual |
◆ adapterAdded
◆ adapterAliasChanged
◆ adapterClassChanged
◆ adapterDiscoverableChanged
◆ adapterDiscoverableTimeoutChanged
◆ adapterDiscoveringChanged
◆ adapterNameChanged
◆ adapterPowerOnChanged
◆ adapterPropertiesChanged()
◆ adapterRemoved
◆ close()
bool TDEBluetooth::ObjectManagerImpl::close |
( |
| ) |
|
◆ deviceAdapterChanged
◆ deviceAdded
◆ deviceAddressChanged
◆ deviceAliasChanged
◆ deviceAppearanceChanged
◆ deviceBlockedChanged
◆ deviceClassChanged
◆ deviceConnectedChanged
◆ deviceIconChanged
◆ deviceLegacyPairingChanged
◆ deviceManufacturerDataChanged
◆ deviceNameChanged
◆ devicePairedChanged
◆ devicePropertiesChanged()
Definition at line 320 of file objectmanagerImpl.cpp.
References deviceAdapterChanged(), deviceAddressChanged(), deviceAliasChanged(), deviceAppearanceChanged(), deviceBlockedChanged(), deviceClassChanged(), deviceConnectedChanged(), deviceIconChanged(), deviceLegacyPairingChanged(), deviceManufacturerDataChanged(), deviceNameChanged(), devicePairedChanged(), deviceRSSIChanged(), deviceServiceDataChanged(), deviceServicesResolvedChanged(), deviceTrustedChanged(), deviceTxPowerChanged(), and deviceUUIDsChanged().
◆ deviceRemoved
◆ deviceRSSIChanged
◆ deviceServiceDataChanged
◆ deviceServicesResolvedChanged
◆ deviceTrustedChanged
◆ deviceTxPowerChanged
◆ deviceUUIDsChanged
◆ getAdapters()
This function returns a list of objectpaths
- Returns
- TQValueList<TQString>
- Return values
-
Definition at line 169 of file objectmanagerImpl.cpp.
References adapters.
◆ getAgentManager()
◆ getConnection()
pointer to the D-Bus connection
This function returns pointer to connection of the DBUS.
- Returns
- TQT_DBusConnection* of the connection to D-Bus
- Return values
-
Definition at line 96 of file objectmanagerImpl.cpp.
References dBusConn.
◆ getDevices()
This function returns a list of objectpaths
- Returns
- TQValueList<TQString>
- Return values
-
Definition at line 179 of file objectmanagerImpl.cpp.
References devices.
◆ getHealthManager()
◆ getProfileManager()
◆ initDBUS()
bool TDEBluetooth::ObjectManagerImpl::initDBUS |
( |
| ) |
|
|
private |
◆ isAgentDefaultAgent()
bool TDEBluetooth::ObjectManagerImpl::isAgentDefaultAgent |
( |
| ) |
|
◆ isAgentRegistered()
bool TDEBluetooth::ObjectManagerImpl::isAgentRegistered |
( |
| ) |
|
◆ isConnectedToDBUS()
bool TDEBluetooth::ObjectManagerImpl::isConnectedToDBUS |
( |
| ) |
|
to get information if TDEBluez is connected to D-Bus
This function return information about connection status to the DBUS daemon.
- Returns
- boolean with the state of the connection to D-Bus
- Return values
-
true | if connected |
false | if disconnected |
Definition at line 86 of file objectmanagerImpl.cpp.
References dBusConn.
◆ listConnections()
◆ mediaControlAdded
◆ mediaControlConnectedChanged
◆ mediaControlPlayerChanged
◆ mediaControlPropertiesChanged()
◆ mediaControlRemoved
◆ reconnect
bool TDEBluetooth::ObjectManagerImpl::reconnect |
( |
| ) |
|
|
privateslot |
This function try a reconnect to D-Bus.
- Returns
- boolean with the result of the operation
- Return values
-
true | if successful reconnected to D-Bus |
false | if unsuccessful |
Definition at line 72 of file objectmanagerImpl.cpp.
References close(), and initDBUS().
◆ registerAgent()
bool TDEBluetooth::ObjectManagerImpl::registerAgent |
( |
| ) |
|
◆ requestDefaultAgent()
bool TDEBluetooth::ObjectManagerImpl::requestDefaultAgent |
( |
| ) |
|
◆ slotInterfacesAdded
Definition at line 392 of file objectmanagerImpl.cpp.
References adapterAdded(), adapters, agentManager, dBusConn, deviceAdded(), devices, healthManager, profileManager, org::bluez::AgentManager1Proxy::setConnection(), org::bluez::HealthManager1Proxy::setConnection(), org::bluez::ProfileManager1Proxy::setConnection(), and slotPropertiesChanged().
◆ slotInterfacesRemoved
◆ slotPropertiesChanged
◆ unregisterAgent()
bool TDEBluetooth::ObjectManagerImpl::unregisterAgent |
( |
| ) |
|
◆ adapters
◆ agentIsDefaultAgent
bool TDEBluetooth::ObjectManagerImpl::agentIsDefaultAgent |
|
private |
◆ agentManager
◆ agentRegisteredStatus
bool TDEBluetooth::ObjectManagerImpl::agentRegisteredStatus |
|
private |
◆ dBusConn
◆ devices
◆ healthManager
◆ profileManager
The documentation for this class was generated from the following files: