24 virtual int Load(QSettings &set);
25 virtual int Save(QSettings &set);
28 void sigUpload(
const QString& source,
const QString& destination);
29 void sigCopyUrlToClipboard(
const QString& szPath);
33 QVector<QSharedPointer<CRemoteFileSystem> > contents,
36 void sigMakeDir(
const QString &szPath);
37 void sigRemoveDir(
const QString &szPath);
38 void sigRemoveFile(
const QString& szFile);
39 void sigRename(
const QString& oldName,
const QString& newName);
41 void sigStartFileTransfer(QSharedPointer<CFileTransfer> f);
42 void sigStopFileTransfer(QSharedPointer<CFileTransfer> f);
51 int EnumLocalDirectory(QDir d,
const QString& szRemote);
55 void on_cbLocal_editTextChanged(
const QString &szPath);
57 void slotTreeLocalClicked(
const QModelIndex &index);
58 void on_treeLocal_customContextMenuRequested(
const QPoint &pos);
59 void slotTreeLocalUpload();
60 void slotTreeLocalAddToList();
61 void slotTreeLocalOpen();
62 void slotTreeLocalNew();
63 void slotTreeLocalRename();
64 void slotTreeLocalDelete();
65 void slotTreeLocalCopyToClipboard();
67 void on_tabLocal_customContextMenuRequested(
const QPoint &pos);
68 void slotTabLocalUpload();
69 void slotTabLocalAddToList();
70 void slotTabLocalOpen();
71 void slotTabLocalEdit();
72 void slotTabLocalRename();
73 void slotTabLocalDelete();
74 void slotTabLocalCopyToClipboard();
76 void on_cbRemote_editTextChanged(
const QString &szPath);
77 void on_cbRemote_currentIndexChanged(
int index);
79 void on_treeRemote_clicked(
const QModelIndex &index);
80 void on_treeRemote_doubleClicked(
const QModelIndex &index);
81 void on_treeRemote_customContextMenuRequested(
const QPoint &pos);
82 void slotTreeRemoteDownload();
83 void slotTreeRemoteAddToList();
84 void slotTreeRemoteNew();
85 void slotTreeRemoteDelete();
86 void slotTreeRemoteRename();
87 void slotTreeRemoteRefresh();
88 void slotTreeRemoteCopyToClipboard();
90 void on_tabRemote_customContextMenuRequested(
const QPoint &pos);
91 void slotTabRemoteDownload();
92 void slotTabRemoteAddToList();
93 void slotTabRemoteNew();
94 void slotTabRemoteDelete();
95 void slotTabRemoteRename();
96 void slotTabRemoteCopyToClipboard();
98 void on_tabList_customContextMenuRequested(
const QPoint &pos);
99 void slotTabListDelete();
101 void slotProcessFileTransfer();
102 void slotFileTransferUpdate(QSharedPointer<CFileTransfer> f);
105 Ui::CFrmFileTransfer *ui;
107 QFileSystemModel* m_pModelLocalDir;
108 QFileSystemModel* m_pModelLocalFile;