tdebluez
org::bluez::obexNode Class Referenceabstract

#include <obexNode.h>

+ Inheritance diagram for org::bluez::obexNode:

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 &)
 
obexNodeoperator= (const obexNode &)
 

Private Attributes

Privatem_private
 

Detailed Description

Definition at line 19 of file obexNode.h.

Constructor & Destructor Documentation

◆ obexNode() [1/2]

org::bluez::obexNode::obexNode ( )

Definition at line 54 of file obexNode.cpp.

◆ ~obexNode()

org::bluez::obexNode::~obexNode ( )
virtual

Definition at line 59 of file obexNode.cpp.

References m_private, and unregisterObject().

◆ obexNode() [2/2]

org::bluez::obexNode::obexNode ( const obexNode )
private

Member Function Documentation

◆ addChildNode()

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.

◆ createInterface()

virtual TQT_DBusObjectBase* org::bluez::obexNode::createInterface ( const TQString &  interfaceName)
protectedpure virtual

◆ handleMethodCall()

bool org::bluez::obexNode::handleMethodCall ( const TQT_DBusMessage &  message)
protectedvirtual

Definition at line 153 of file obexNode.cpp.

References org::bluez::obexNode::Private::interfaces, and m_private.

◆ operator=()

obexNode& org::bluez::obexNode::operator= ( const obexNode )
private

◆ registerObject()

bool org::bluez::obexNode::registerObject ( const TQT_DBusConnection &  connection,
const TQString &  path 
)

◆ unregisterObject()

void org::bluez::obexNode::unregisterObject ( )

Member Data Documentation

◆ m_private

Private* org::bluez::obexNode::m_private
private

Definition at line 39 of file obexNode.h.


The documentation for this class was generated from the following files: