summaryrefslogtreecommitdiff
path: root/noncore/net/opietooth/manager/obexftpdialog.h
Unidiff
Diffstat (limited to 'noncore/net/opietooth/manager/obexftpdialog.h') (more/less context) (show whitespace changes)
-rw-r--r--noncore/net/opietooth/manager/obexftpdialog.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/noncore/net/opietooth/manager/obexftpdialog.h b/noncore/net/opietooth/manager/obexftpdialog.h
index 75ee95b..45699d2 100644
--- a/noncore/net/opietooth/manager/obexftpdialog.h
+++ b/noncore/net/opietooth/manager/obexftpdialog.h
@@ -26,31 +26,33 @@ namespace OpieTooth {
26 public: 26 public:
27 ObexFtpDialog(const QString& device = 0, int port = 0, 27 ObexFtpDialog(const QString& device = 0, int port = 0,
28 QWidget* parent = 0, const char* name = 0, bool modal = TRUE, 28 QWidget* parent = 0, const char* name = 0, bool modal = TRUE,
29 WFlags fl = 0); 29 WFlags fl = 0);
30 ~ObexFtpDialog(); 30 ~ObexFtpDialog();
31 void log(QString str); 31 void log(QString str);
32 void log(QCString str); 32 void log(QCString str);
33 void log(const char* str); 33 void log(const char* str);
34 void log(QString& str); 34 void log(QString& str);
35 void incProgress(); 35 void incProgress();
36 void doneProgress(); 36 void doneProgress();
37 protected: 37 protected:
38 int cli_connect_uuid(const uint8_t *uuid, int uuid_len); 38 int cli_connect_uuid(const uint8_t *uuid, int uuid_len,
39 bool reconnect = FALSE);
39 int errBox(QCString msg); //Error message box 40 int errBox(QCString msg); //Error message box
40 int errBox(QString msg); //Error message box 41 int errBox(QString msg); //Error message box
41 int errBox(const char* msg); //Error message box 42 int errBox(const char* msg); //Error message box
42 void status(QCString msg); //Text in the status bar 43 void status(QCString msg); //Text in the status bar
43 void status(QString msg); //Text in the status bar 44 void status(QString msg); //Text in the status bar
44 void status(const char* msg); //Text in the status bar 45 void status(const char* msg); //Text in the status bar
46 void doBrowse(bool reconnect = FALSE); //Browse device
45 protected: 47 protected:
46 QString m_device; //device MAC address 48 QString m_device; //device MAC address
47 int m_port; //port 49 int m_port; //port
48 int transport; //transport type 50 int transport; //transport type
49 bool use_conn; 51 bool use_conn;
50 bool use_path; 52 bool use_path;
51 obexftp_client_t* client; //Obex ftp client handler 53 obexftp_client_t* client; //Obex ftp client handler
52 QString curdir; //Current directory on device 54 QString curdir; //Current directory on device
53 QString localCurdir; //Local current directory 55 QString localCurdir; //Local current directory
54 QString file2get; //Remote file name 56 QString file2get; //Remote file name
55 QString local; //Local file name 57 QString local; //Local file name
56 int progressStatus; //Progress status 58 int progressStatus; //Progress status