#include <ftpview.h>
Public Slots | |
void | slotInsertEntries (int, const QValueList< QUrlInfo > &info) |
Adds the contents of info to the QListView as new FtpViewItem objects. | |
void | slotInsertEntries (const QValueList< QUrlInfo > &info) |
Same as above. | |
void | clear () |
Empties the contents of the QListView by destroying all FtpViewItems. | |
Signals | |
void | itemSelected (const int, const QString, const QUrlInfo &) |
A new item has been selected. | |
void | transferItem (const int, const QString, const QUrlInfo &) |
A transfer was requested. | |
void | removeItem (const int, const QString, const QUrlInfo &) |
A file remove/deletion was requested. | |
void | abortRequested (const int) |
Current operation abort requested. | |
void | listRequested (const int) |
A relisting of the directory contents has been requested. | |
void | rawRequested (const int) |
User has requested to enter a raw custom command. | |
Public Member Functions | |
FtpView (QWidget *parent, int id) | |
Configures the QListView, and sets up the columns and context menus. | |
virtual | ~FtpView () |
Destroys the QListView and all FtpViewItem's within. | |
QValueList< QUrlInfo > | selectedItems () const |
Returns a QValueList containing the QUrlInfo of each item that is currently selected. | |
void | setPath (QString path) |
Set the current path of the directory listing being displayed. |
|
Configures the QListView, and sets up the columns and context menus.
|
|
Destroys the QListView and all FtpViewItem's within.
|
|
Current operation abort requested.
|
|
Empties the contents of the QListView by destroying all FtpViewItems.
|
|
A new item has been selected.
|
|
A relisting of the directory contents has been requested.
|
|
User has requested to enter a raw custom command.
|
|
A file remove/deletion was requested.
|
|
Returns a QValueList containing the QUrlInfo of each item that is currently selected.
|
|
Set the current path of the directory listing being displayed.
|
|
Same as above.
|
|
Adds the contents of info to the QListView as new FtpViewItem objects.
|
|
A transfer was requested.
|