tdebluez
filetransfer1Proxy.h
Go to the documentation of this file.
1 // File autogenerated
2 
3 #if !defined(FILETRANSFER1PROXY_H_INCLUDED)
4 #define FILETRANSFER1PROXY_H_INCLUDED
5 
6 // TQt includes
7 #include <tqobject.h>
8 
9 // TQt D-Bus includes
10 #include <tqdbuserror.h>
11 
12 // forward declarations
13 class TQString;
14 class TQT_DBusConnection;
15 class TQT_DBusDataList;
16 class TQT_DBusError;
17 class TQT_DBusMessage;
18 class TQT_DBusObjectPath;
19 class TQT_DBusProxy;
20 class TQT_DBusVariant;
21 template <typename K, typename V> class TQMap;
22 
23 namespace org
24 {
25 namespace bluez
26 {
27 namespace obex
28 {
29 
30 class FileTransfer1Proxy : public TQObject
31 {
32  TQ_OBJECT
33 
34 public:
35  FileTransfer1Proxy(const TQString& service, const TQString& path, TQObject* parent = 0, const char* name = 0);
36 
37  virtual ~FileTransfer1Proxy();
38 
39  void setConnection(const TQT_DBusConnection& connection);
40 
41 public:
42  virtual bool ChangeFolder(const TQString& folder, TQT_DBusError& error);
43 
44  virtual bool CreateFolder(const TQString& folder, TQT_DBusError& error);
45 
46  virtual bool ListFolder(TQT_DBusDataList& folderinfo, TQT_DBusError& error);
47 
48  virtual bool GetFile(const TQString& targetfile, const TQString& sourcefile, TQT_DBusObjectPath& transfer, TQMap< TQString, TQT_DBusVariant >& properties, TQT_DBusError& error);
49 
50  virtual bool PutFile(const TQString& sourcefile, const TQString& targetfile, TQT_DBusObjectPath& transfer, TQMap< TQString, TQT_DBusVariant >& properties, TQT_DBusError& error);
51 
52  virtual bool CopyFile(const TQString& sourcefile, const TQString& targetfile, TQT_DBusError& error);
53 
54  virtual bool MoveFile(const TQString& sourcefile, const TQString& targetfile, TQT_DBusError& error);
55 
56  virtual bool Delete(const TQString& file, TQT_DBusError& error);
57 
58 protected:
59  TQT_DBusProxy* m_baseProxy;
60 
61 private: // Hiding copy constructor and assignment operator
64 }; // class FileTransfer1Proxy
65 
66 }; // namespace obex
67 
68 }; // namespace bluez
69 
70 }; // namespace org
71 
72 #endif //FILETRANSFER1PROXY_H_INCLUDED
73 
74 // End of File
75 
FileTransfer1Proxy & operator=(const FileTransfer1Proxy &)
virtual bool CopyFile(const TQString &sourcefile, const TQString &targetfile, TQT_DBusError &error)
virtual bool ChangeFolder(const TQString &folder, TQT_DBusError &error)
virtual bool Delete(const TQString &file, TQT_DBusError &error)
virtual bool PutFile(const TQString &sourcefile, const TQString &targetfile, TQT_DBusObjectPath &transfer, TQMap< TQString, TQT_DBusVariant > &properties, TQT_DBusError &error)
void setConnection(const TQT_DBusConnection &connection)
virtual bool ListFolder(TQT_DBusDataList &folderinfo, TQT_DBusError &error)
virtual bool CreateFolder(const TQString &folder, TQT_DBusError &error)
virtual bool GetFile(const TQString &targetfile, const TQString &sourcefile, TQT_DBusObjectPath &transfer, TQMap< TQString, TQT_DBusVariant > &properties, TQT_DBusError &error)
FileTransfer1Proxy(const FileTransfer1Proxy &)
FileTransfer1Proxy(const TQString &service, const TQString &path, TQObject *parent=0, const char *name=0)
virtual bool MoveFile(const TQString &sourcefile, const TQString &targetfile, TQT_DBusError &error)