tdebluez
|
#include <media1Proxy.h>
Public Member Functions | |
Media1Proxy (const TQString &service, const TQString &path, TQObject *parent=0, const char *name=0) | |
virtual | ~Media1Proxy () |
void | setConnection (const TQT_DBusConnection &connection) |
virtual bool | RegisterEndpoint (const TQT_DBusObjectPath &endpoint, const TQMap< TQString, TQT_DBusVariant > &properties, TQT_DBusError &error) |
virtual bool | UnregisterEndpoint (const TQT_DBusObjectPath &endpoint, TQT_DBusError &error) |
virtual bool | RegisterPlayer (const TQT_DBusObjectPath &player, const TQMap< TQString, TQT_DBusVariant > &properties, TQT_DBusError &error) |
virtual bool | UnregisterPlayer (const TQT_DBusObjectPath &player, TQT_DBusError &error) |
Protected Attributes | |
TQT_DBusProxy * | m_baseProxy |
Private Member Functions | |
Media1Proxy (const Media1Proxy &) | |
Media1Proxy & | operator= (const Media1Proxy &) |
Definition at line 27 of file media1Proxy.h.
org::bluez::Media1Proxy::Media1Proxy | ( | const TQString & | service, |
const TQString & | path, | ||
TQObject * | parent = 0 , |
||
const char * | name = 0 |
||
) |
Definition at line 25 of file media1Proxy.cpp.
References m_baseProxy.
|
virtual |
Definition at line 35 of file media1Proxy.cpp.
References m_baseProxy.
|
private |
|
private |
|
virtual |
Definition at line 45 of file media1Proxy.cpp.
References m_baseProxy.
|
virtual |
Definition at line 70 of file media1Proxy.cpp.
References m_baseProxy.
void org::bluez::Media1Proxy::setConnection | ( | const TQT_DBusConnection & | connection | ) |
Definition at line 40 of file media1Proxy.cpp.
References m_baseProxy.
|
virtual |
Definition at line 58 of file media1Proxy.cpp.
References m_baseProxy.
|
virtual |
Definition at line 83 of file media1Proxy.cpp.
References m_baseProxy.
|
protected |
Definition at line 48 of file media1Proxy.h.