KDE3Support
K3FileTreeViewItem Class Reference
An item for a K3FileTreeView that knows about its own KFileItem. More...
#include <k3filetreeviewitem.h>
Inheritance diagram for K3FileTreeViewItem:

Public Member Functions | |
bool | alreadyListed () const |
KFileTreeBranch * | branch () const |
KFileItem | fileItem () const |
bool | isDir () const |
K3FileTreeViewItem (K3FileTreeView *, const KFileItem &, KFileTreeBranch *) | |
K3FileTreeViewItem (K3FileTreeViewItem *, const KFileItem &, KFileTreeBranch *) | |
QString | path () const |
void | setListed (bool wasListed) |
KUrl | url () const |
~K3FileTreeViewItem () |
Detailed Description
An item for a K3FileTreeView that knows about its own KFileItem.Definition at line 41 of file k3filetreeviewitem.h.
Constructor & Destructor Documentation
K3FileTreeViewItem::K3FileTreeViewItem | ( | K3FileTreeViewItem * | parent, | |
const KFileItem & | item, | |||
KFileTreeBranch * | brnch | |||
) |
Definition at line 29 of file k3filetreeviewitem.cpp.
K3FileTreeViewItem::K3FileTreeViewItem | ( | K3FileTreeView * | parent, | |
const KFileItem & | item, | |||
KFileTreeBranch * | brnch | |||
) |
Definition at line 43 of file k3filetreeviewitem.cpp.
K3FileTreeViewItem::~K3FileTreeViewItem | ( | ) |
Definition at line 57 of file k3filetreeviewitem.cpp.
Member Function Documentation
bool K3FileTreeViewItem::alreadyListed | ( | ) | const |
- Returns:
- if this directory was already seen by a KDirLister.
Definition at line 63 of file k3filetreeviewitem.cpp.
KFileTreeBranch* K3FileTreeViewItem::branch | ( | ) | const [inline] |
- Returns:
- the KFileTreeBranch the item is sorted in.
Definition at line 51 of file k3filetreeviewitem.h.
KFileItem K3FileTreeViewItem::fileItem | ( | ) | const [inline] |
- Returns:
- the KFileItem the viewitem is representing.
Definition at line 56 of file k3filetreeviewitem.h.
bool K3FileTreeViewItem::isDir | ( | ) | const |
QString K3FileTreeViewItem::path | ( | ) | const |
void K3FileTreeViewItem::setListed | ( | bool | wasListed | ) |
set the flag if the directory was already listed.
Definition at line 68 of file k3filetreeviewitem.cpp.
KUrl K3FileTreeViewItem::url | ( | ) | const |
The documentation for this class was generated from the following files: