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
11 class TQString;
12 class TQT_DBusConnection;
13 
14 namespace org
15 {
16 namespace bluez
17 {
18 
19 class obexNode : public TQT_DBusObjectBase
20 {
21 public:
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 
31 protected:
32  virtual TQT_DBusObjectBase* createInterface(const TQString& interfaceName) = 0;
33 
34 protected: // usually no need to reimplement
35  virtual bool handleMethodCall(const TQT_DBusMessage& message);
36 
37 private:
38  class Private;
40 
41 private: // Hiding copy constructor and assignment operator
42  obexNode(const obexNode&);
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:38
virtual TQT_DBusObjectBase * createInterface(const TQString &interfaceName)=0
obexNode(const obexNode &)
virtual bool handleMethodCall(const TQT_DBusMessage &message)
Definition: obexNode.cpp:153
obexNode & operator=(const obexNode &)