tdebluez
|
#include <obexNode.h>
Classes | |
class | Private |
Public Member Functions | |
obexNode () | |
virtual | ~obexNode () |
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 | |
obexNode (const obexNode &) | |
obexNode & | operator= (const obexNode &) |
Private Attributes | |
Private * | m_private |
Definition at line 19 of file obexNode.h.
org::bluez::obexNode::obexNode | ( | ) |
Definition at line 54 of file obexNode.cpp.
|
virtual |
Definition at line 59 of file obexNode.cpp.
References m_private, and unregisterObject().
|
private |
void org::bluez::obexNode::addChildNode | ( | const TQString & | child | ) |
Definition at line 138 of file obexNode.cpp.
References org::bluez::obexNode::Private::childrenNodes, and m_private.
|
protectedpure virtual |
|
protectedvirtual |
Definition at line 153 of file obexNode.cpp.
References org::bluez::obexNode::Private::interfaces, and m_private.
bool org::bluez::obexNode::registerObject | ( | const TQT_DBusConnection & | connection, |
const TQString & | path | ||
) |
Definition at line 66 of file obexNode.cpp.
References org::bluez::obexNode::Private::connection, org::bluez::obexNode::Private::interfaces, m_private, org::bluez::obexNode::Private::objectPath, and unregisterObject().
void org::bluez::obexNode::unregisterObject | ( | ) |
Definition at line 143 of file obexNode.cpp.
References org::bluez::obexNode::Private::connection, m_private, and org::bluez::obexNode::Private::objectPath.
|
private |
Definition at line 38 of file obexNode.h.