tdebluez
tdeobexNode.h
Go to the documentation of this file.
1// File autogenerated
2
3#if !defined(TDEOBEXNODE_H_INCLUDED)
4#define TDEOBEXNODE_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 trinitydesktop
17{
18
19class tdeobexNode : public TQT_DBusObjectBase
20{
21public:
23
24 virtual ~tdeobexNode();
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 tdeobexNode
45
46}; // namespace trinitydesktop
47
48}; // namespace org
49
50#endif //TDEOBEXNODE_H_INCLUDED
51
52// End of File
53
tdeobexNode(const tdeobexNode &)
virtual TQT_DBusObjectBase * createInterface(const TQString &interfaceName)=0
void addChildNode(const TQString &child)
Definition: tdeobexNode.cpp:90
tdeobexNode & operator=(const tdeobexNode &)
bool registerObject(const TQT_DBusConnection &connection, const TQString &path)
Definition: tdeobexNode.cpp:58
virtual bool handleMethodCall(const TQT_DBusMessage &message)