tdebluez
obexNode.h
Go to the documentation of this file.
1// File autogenerated
2
3#if !defined(OBEXNODE_H_INCLUDED)
4#define OBEXNODE_H_INCLUDED
5
6// TQt D-Bus includes
7#include <tqdbuserror.h>
8#include <tqdbusobject.h>
9
10// forward declarations
11class TQString;
12class TQT_DBusConnection;
13
14namespace org
15{
16namespace bluez
17{
18
19class obexNode : public TQT_DBusObjectBase
20{
21public:
22 obexNode();
23
24 virtual ~obexNode();
25
26 bool registerObject(const TQT_DBusConnection& connection, const TQString& path);
27 void addChildNode(const TQString& child);
28
29 void unregisterObject();
30
31protected:
32 virtual TQT_DBusObjectBase* createInterface(const TQString& interfaceName) = 0;
33
34protected: // usually no need to reimplement
35 virtual bool handleMethodCall(const TQT_DBusMessage& message);
36
37private:
38 class Private;
40
41private: // Hiding copy constructor and assignment operator
44}; // class obexNode
45
46}; // namespace bluez
47
48}; // namespace org
49
50#endif //OBEXNODE_H_INCLUDED
51
52// End of File
53
bool registerObject(const TQT_DBusConnection &connection, const TQString &path)
Definition: obexNode.cpp:66
virtual ~obexNode()
Definition: obexNode.cpp:59
void addChildNode(const TQString &child)
Definition: obexNode.cpp:138
Private * m_private
Definition: obexNode.h:39
obexNode(const obexNode &)
virtual TQT_DBusObjectBase * createInterface(const TQString &interfaceName)=0
virtual bool handleMethodCall(const TQT_DBusMessage &message)
Definition: obexNode.cpp:153
obexNode & operator=(const obexNode &)