tdebluez
objectpush1Interface.h
Go to the documentation of this file.
1// File autogenerated
2
3#if !defined(OBJECTPUSH1INTERFACE_H_INCLUDED)
4#define OBJECTPUSH1INTERFACE_H_INCLUDED
5
6// TQt D-Bus includes
7#include <tqdbuserror.h>
8#include <tqdbusobject.h>
9
10// forward declarations
11class TQDomElement;
12class TQString;
13class TQT_DBusError;
15class TQT_DBusVariant;
16template <typename K, typename V> class TQMap;
17
18namespace org
19{
20namespace bluez
21{
22namespace obex
23{
24
25class ObjectPush1Interface : public TQT_DBusObjectBase
26{
27public:
29
31
32protected:
34
36
38
39protected: // implement sending replies
40 virtual void handleMethodReply(const TQT_DBusMessage& reply) = 0;
41
42protected: // usually no need to reimplement
43 virtual bool handleMethodCall(const TQT_DBusMessage& message);
44
46
48
50
51}; // class ObjectPush1Interface
52
53}; // namespace obex
54
55}; // namespace bluez
56
57}; // namespace org
58
59#endif //OBJECTPUSH1INTERFACE_H_INCLUDED
60
61// End of File
62
virtual bool SendFile(const TQString &sourcefile, TQT_DBusObjectPath &transfer, TQMap< TQString, TQT_DBusVariant > &properties, TQT_DBusError &error)=0
virtual bool PullBusinessCard(const TQString &targetfile, TQT_DBusObjectPath &transfer, TQMap< TQString, TQT_DBusVariant > &properties, TQT_DBusError &error)=0
TQT_DBusMessage callExchangeBusinessCards(const TQT_DBusMessage &message)
TQT_DBusMessage callPullBusinessCard(const TQT_DBusMessage &message)
virtual bool handleMethodCall(const TQT_DBusMessage &message)
virtual void handleMethodReply(const TQT_DBusMessage &reply)=0
TQT_DBusMessage callSendFile(const TQT_DBusMessage &message)
static void buildIntrospectionData(TQDomElement &interfaceElement)
virtual bool ExchangeBusinessCards(const TQString &clientfile, const TQString &targetfile, TQT_DBusObjectPath &transfer, TQMap< TQString, TQT_DBusVariant > &properties, TQT_DBusError &error)=0