20 #ifndef kfile_tree_view_item_h
21 #define kfile_tree_view_item_h
23 #include <tqptrlist.h>
24 #include <klistview.h>
26 #include <kfileitem.h>
27 #include <kio/global.h>
28 #include <kdirlister.h>
55 KFileItem *
fileItem()
const {
return m_kfileitem; }
60 TQString path()
const;
75 bool alreadyListed()
const;
80 void setListed(
bool wasListed );
86 KFileItem *m_kfileitem;
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...
KFileItem * fileItem() const
The filetreeview offers a treeview on the file system which behaves like a QTreeView showing files an...
An item for a KFileTreeView that knows about its own KFileItem.
KFileTreeBranch * branch() const