20 #ifndef TDEFILE_TREE_VIEW_ITEM_H
21 #define TDEFILE_TREE_VIEW_ITEM_H
23 #include <tqptrlist.h>
24 #include <tdelistview.h>
26 #include <tdefileitem.h>
27 #include <tdeio/global.h>
28 #include <kdirlister.h>
29 #include <tdeio/job.h>
55 KFileItem *
fileItem()
const {
return m_tdefileitem; }
60 TQString path()
const;
75 bool alreadyListed()
const;
80 void setListed(
bool wasListed );
86 KFileItem *m_tdefileitem;
89 class KFileTreeViewItemPrivate;
90 KFileTreeViewItemPrivate *d;
97 typedef TQPtrList<KFileTreeViewItem> KFileTreeViewItemList;
102 typedef TQPtrListIterator<KFileTreeViewItem> KFileTreeViewItemListIterator;
This is the branch class of the KFileTreeView, which represents one branch in the treeview.
An item for a KFileTreeView that knows about its own KFileItem.
KFileTreeBranch * branch() const
KFileItem * fileItem() const
The filetreeview offers a treeview on the file system which behaves like a QTreeView showing files an...