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
13class TQString;
16class TQT_DBusError;
17class TQT_DBusMessage;
19class TQT_DBusProxy;
20class TQT_DBusVariant;
21template <typename K, typename V> class TQMap;
22
23namespace org
24{
25namespace bluez
26{
27namespace obex
28{
29
30class FileTransfer1Proxy : public TQObject
31{
33
34public:
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
41public:
42 virtual bool ChangeFolder(const TQString& folder, TQT_DBusError& error);
43
44 virtual bool CreateFolder(const TQString& folder, TQT_DBusError& error);
45
47
49
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
58protected:
60
61private: // 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
virtual bool CopyFile(const TQString &sourcefile, const TQString &targetfile, TQT_DBusError &error)
FileTransfer1Proxy & operator=(const FileTransfer1Proxy &)
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 &)
virtual bool MoveFile(const TQString &sourcefile, const TQString &targetfile, TQT_DBusError &error)