|
|
Provides information about a file that has been created by KDirLister/KIO.
| |
Construct a KFileViewItem
| |
Constructs a "little" KFileViewItem (just for local files)
| |
Copy constructor. Note: you can't have an item twice in a view. This constructor does <em>not</em> copy any set viewItem() and neither does it copy the reference to the next() item.
| ~ |
Destroy the KFileViewItem object.
| bool |
[const]
Returns true if this item represents a file (and not a a directory)
| QPixmap |
[const]
Returns a pixmap representing the file
Parameters:
| size | KDE-size, for the pixmap, e.g. KIcon::Small |
Returns: the pixmap.
Reimplemented from KFileItem
| QPixmap |
[const]
Returns a pixmap for this file. The only difference to the other pixmap() method is that the last used Pixmap-size will be used. E.g. if you call pixmap( KIcon::SizeSmall ) once, you can refer to this pixmap thru this method without specifying the size. The default size is KIcon::SizeSmall. Use 0 for the default size.
Reimplemented from KFileItem
| QString |
[const]
Returns a string of the date of the file.
| QString |
[const]
Returns the access permissions for the file as a string.
| KFileViewItem& |
Assigns an item to this item. Does not copy the viewItem() and the next() item.