tdebluez
org::bluez::obex::FileTransfer1Proxy Class Reference

#include <filetransfer1Proxy.h>

+ Inheritance diagram for org::bluez::obex::FileTransfer1Proxy:

Public Member Functions

 FileTransfer1Proxy (const TQString &service, const TQString &path, TQObject *parent=0, const char *name=0)
 
virtual ~FileTransfer1Proxy ()
 
void setConnection (const TQT_DBusConnection &connection)
 
virtual bool ChangeFolder (const TQString &folder, TQT_DBusError &error)
 
virtual bool CreateFolder (const TQString &folder, TQT_DBusError &error)
 
virtual bool ListFolder (TQT_DBusDataList &folderinfo, TQT_DBusError &error)
 
virtual bool GetFile (const TQString &targetfile, const TQString &sourcefile, TQT_DBusObjectPath &transfer, TQMap< TQString, TQT_DBusVariant > &properties, TQT_DBusError &error)
 
virtual bool PutFile (const TQString &sourcefile, const TQString &targetfile, TQT_DBusObjectPath &transfer, TQMap< TQString, TQT_DBusVariant > &properties, TQT_DBusError &error)
 
virtual bool CopyFile (const TQString &sourcefile, const TQString &targetfile, TQT_DBusError &error)
 
virtual bool MoveFile (const TQString &sourcefile, const TQString &targetfile, TQT_DBusError &error)
 
virtual bool Delete (const TQString &file, TQT_DBusError &error)
 

Protected Attributes

TQT_DBusProxy * m_baseProxy
 

Private Member Functions

 FileTransfer1Proxy (const FileTransfer1Proxy &)
 
FileTransfer1Proxyoperator= (const FileTransfer1Proxy &)
 

Detailed Description

Definition at line 30 of file filetransfer1Proxy.h.

Constructor & Destructor Documentation

◆ FileTransfer1Proxy() [1/2]

org::bluez::obex::FileTransfer1Proxy::FileTransfer1Proxy ( const TQString &  service,
const TQString &  path,
TQObject *  parent = 0,
const char *  name = 0 
)

Definition at line 28 of file filetransfer1Proxy.cpp.

References m_baseProxy.

◆ ~FileTransfer1Proxy()

org::bluez::obex::FileTransfer1Proxy::~FileTransfer1Proxy ( )
virtual

Definition at line 38 of file filetransfer1Proxy.cpp.

References m_baseProxy.

◆ FileTransfer1Proxy() [2/2]

org::bluez::obex::FileTransfer1Proxy::FileTransfer1Proxy ( const FileTransfer1Proxy )
private

Member Function Documentation

◆ ChangeFolder()

bool org::bluez::obex::FileTransfer1Proxy::ChangeFolder ( const TQString &  folder,
TQT_DBusError &  error 
)
virtual

Definition at line 48 of file filetransfer1Proxy.cpp.

References m_baseProxy.

◆ CopyFile()

bool org::bluez::obex::FileTransfer1Proxy::CopyFile ( const TQString &  sourcefile,
const TQString &  targetfile,
TQT_DBusError &  error 
)
virtual

Definition at line 149 of file filetransfer1Proxy.cpp.

References m_baseProxy.

◆ CreateFolder()

bool org::bluez::obex::FileTransfer1Proxy::CreateFolder ( const TQString &  folder,
TQT_DBusError &  error 
)
virtual

Definition at line 60 of file filetransfer1Proxy.cpp.

References m_baseProxy.

◆ Delete()

bool org::bluez::obex::FileTransfer1Proxy::Delete ( const TQString &  file,
TQT_DBusError &  error 
)
virtual

Definition at line 175 of file filetransfer1Proxy.cpp.

References m_baseProxy.

◆ GetFile()

bool org::bluez::obex::FileTransfer1Proxy::GetFile ( const TQString &  targetfile,
const TQString &  sourcefile,
TQT_DBusObjectPath &  transfer,
TQMap< TQString, TQT_DBusVariant > &  properties,
TQT_DBusError &  error 
)
virtual

Definition at line 91 of file filetransfer1Proxy.cpp.

References m_baseProxy.

◆ ListFolder()

bool org::bluez::obex::FileTransfer1Proxy::ListFolder ( TQT_DBusDataList &  folderinfo,
TQT_DBusError &  error 
)
virtual

Definition at line 72 of file filetransfer1Proxy.cpp.

References m_baseProxy.

◆ MoveFile()

bool org::bluez::obex::FileTransfer1Proxy::MoveFile ( const TQString &  sourcefile,
const TQString &  targetfile,
TQT_DBusError &  error 
)
virtual

Definition at line 162 of file filetransfer1Proxy.cpp.

References m_baseProxy.

◆ operator=()

FileTransfer1Proxy& org::bluez::obex::FileTransfer1Proxy::operator= ( const FileTransfer1Proxy )
private

◆ PutFile()

bool org::bluez::obex::FileTransfer1Proxy::PutFile ( const TQString &  sourcefile,
const TQString &  targetfile,
TQT_DBusObjectPath &  transfer,
TQMap< TQString, TQT_DBusVariant > &  properties,
TQT_DBusError &  error 
)
virtual

Definition at line 120 of file filetransfer1Proxy.cpp.

References m_baseProxy.

◆ setConnection()

void org::bluez::obex::FileTransfer1Proxy::setConnection ( const TQT_DBusConnection &  connection)

Definition at line 43 of file filetransfer1Proxy.cpp.

References m_baseProxy.

Member Data Documentation

◆ m_baseProxy

TQT_DBusProxy* org::bluez::obex::FileTransfer1Proxy::m_baseProxy
protected

Definition at line 59 of file filetransfer1Proxy.h.


The documentation for this class was generated from the following files: