20#ifndef TDEFILE_TREE_VIEW_ITEM_H
21#define TDEFILE_TREE_VIEW_ITEM_H
24#include <tdelistview.h>
26#include <tdefileitem.h>
27#include <tdeio/global.h>
28#include <kdirlister.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;
97typedef TQPtrList<KFileTreeViewItem> KFileTreeViewItemList;
102typedef 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.
KFileItem * fileItem() const
KFileTreeBranch * branch() const
The filetreeview offers a treeview on the file system which behaves like a QTreeView showing files an...