KFileTreeViewItem Class Reference
#include <kfiletreeviewitem.h>
Detailed Description
An item for a KFileTreeView that knows about its own KFileItem.
Definition at line 40 of file kfiletreeviewitem.h.
Public Member Functions | |
| KFileTreeViewItem (KFileTreeViewItem *, KFileItem *, KFileTreeBranch *) | |
| KFileTreeViewItem (KFileTreeView *, KFileItem *, KFileTreeBranch *) | |
| ~KFileTreeViewItem () | |
| KFileTreeBranch * | branch () const |
| KFileItem * | fileItem () const |
| QString | path () const |
| KURL | url () const |
| bool | isDir () const |
| bool | alreadyListed () const |
| void | setListed (bool wasListed) |
Member Function Documentation
| KFileTreeBranch* KFileTreeViewItem::branch | ( | ) | const [inline] |
- Returns:
- the KFileTreeBranch the item is sorted in.
Definition at line 50 of file kfiletreeviewitem.h.
| KFileItem* KFileTreeViewItem::fileItem | ( | ) | const [inline] |
- Returns:
- the KFileItem the viewitem is representing.
Definition at line 55 of file kfiletreeviewitem.h.
| QString KFileTreeViewItem::path | ( | ) | const |
| KURL KFileTreeViewItem::url | ( | ) | const |
| bool KFileTreeViewItem::isDir | ( | ) | const |
| bool KFileTreeViewItem::alreadyListed | ( | ) | const |
- Returns:
- if this directory was already seen by a KDirLister.
Definition at line 60 of file kfiletreeviewitem.cpp.
| void KFileTreeViewItem::setListed | ( | bool | wasListed | ) |
set the flag if the directory was already listed.
Definition at line 65 of file kfiletreeviewitem.cpp.
The documentation for this class was generated from the following files:

