#include <ftpview.h>
Public Member Functions | |
FtpViewItem (QListView *parent, const QUrlInfo &i) | |
Creates the item and adds it to the QListView. | |
int | compare (QListViewItem *i, int col, bool ascending) const |
Compares the values of each column of this item to item i. | |
QString | text (int c) const |
Returns serialized text for column c. | |
const QPixmap * | pixmap (int c) const |
Returns associated pixmap for column c. | |
QUrlInfo | entryInfo () const |
Returns the QUrlInfo for this directory entry. |
|
Creates the item and adds it to the QListView.
|
|
Compares the values of each column of this item to item i.
Column 0 is name; Column 1 is size; Column 2 is last modified. |
|
Returns the QUrlInfo for this directory entry.
|
|
Returns associated pixmap for column c.
|
|
Returns serialized text for column c.
|