tdebluez
|
#include <tdeobexNode.h>
Classes | |
class | Private |
Public Member Functions | |
tdeobexNode () | |
virtual | ~tdeobexNode () |
bool | registerObject (const TQT_DBusConnection &connection, const TQString &path) |
void | addChildNode (const TQString &child) |
void | unregisterObject () |
Protected Member Functions | |
virtual TQT_DBusObjectBase * | createInterface (const TQString &interfaceName)=0 |
virtual bool | handleMethodCall (const TQT_DBusMessage &message) |
Private Member Functions | |
tdeobexNode (const tdeobexNode &) | |
tdeobexNode & | operator= (const tdeobexNode &) |
Private Attributes | |
Private * | m_private |
Definition at line 19 of file tdeobexNode.h.
org::trinitydesktop::tdeobexNode::tdeobexNode | ( | ) |
Definition at line 46 of file tdeobexNode.cpp.
|
virtual |
Definition at line 51 of file tdeobexNode.cpp.
References m_private, and unregisterObject().
|
private |
void org::trinitydesktop::tdeobexNode::addChildNode | ( | const TQString & | child | ) |
Definition at line 90 of file tdeobexNode.cpp.
References org::trinitydesktop::tdeobexNode::Private::childrenNodes, and m_private.
|
protectedpure virtual |
|
protectedvirtual |
Definition at line 105 of file tdeobexNode.cpp.
References org::trinitydesktop::tdeobexNode::Private::interfaces, and m_private.
|
private |
bool org::trinitydesktop::tdeobexNode::registerObject | ( | const TQT_DBusConnection & | connection, |
const TQString & | path | ||
) |
Definition at line 58 of file tdeobexNode.cpp.
References org::trinitydesktop::tdeobexNode::Private::connection, org::trinitydesktop::tdeobexNode::Private::interfaces, m_private, org::trinitydesktop::tdeobexNode::Private::objectPath, and unregisterObject().
void org::trinitydesktop::tdeobexNode::unregisterObject | ( | ) |
Definition at line 95 of file tdeobexNode.cpp.
References org::trinitydesktop::tdeobexNode::Private::connection, m_private, and org::trinitydesktop::tdeobexNode::Private::objectPath.
|
private |
Definition at line 38 of file tdeobexNode.h.