KDE3Support
kfiletreebranch.h
Go to the documentation of this file.
An item for a K3FileTreeView that knows about its own KFileItem.
Definition k3filetreeviewitem.h:42
The filetreeview offers a treeview on the file system which behaves like a QTreeView showing files an...
Definition k3filetreeview.h:54
KUrl url() const
virtual void setShowExtensions(bool visible=true)
sets printing of the file extensions on or off.
Definition kfiletreebranch.cpp:310
void populateFinished(K3FileTreeViewItem *)
emitted with the item of a directory which was finished to populate
void setOpenPixmap(const QPixmap &pix)
Definition kfiletreebranch.cpp:137
virtual K3FileTreeViewItem * findTVIByUrl(const KUrl &)
find the according K3FileTreeViewItem by an url
Definition kfiletreebranch.cpp:413
void newTreeViewItems(KFileTreeBranch *, const K3FileTreeViewItemList &)
emitted with a list of new or updated K3FileTreeViewItem which were found in a branch.
virtual bool populate(const KUrl &url, K3FileTreeViewItem *currItem)
populates a branch.
Definition kfiletreebranch.cpp:540
void setOpen(bool setopen=true)
sets the root of the branch open or closed.
Definition kfiletreebranch.cpp:130
virtual void setRoot(K3FileTreeViewItem *r)
sets a K3FileTreeViewItem as root widget for the branch.
Definition kfiletreebranch.cpp:100
virtual K3FileTreeViewItem * createTreeViewItem(K3FileTreeViewItem *parent, const KFileItem &fileItem)
allocates a K3FileTreeViewItem for the branch for new items.
Definition kfiletreebranch.cpp:280
void setChildRecurse(bool t=true)
sets if children recursion is wanted or not.
Definition kfiletreebranch.cpp:297
void directoryChildCount(K3FileTreeViewItem *item, int count)
emitted with the exact count of children for a directory.
KFileTreeBranch(K3FileTreeView *, const KUrl &url, const QString &name, const QPixmap &pix, bool showHidden=false, K3FileTreeViewItem *branchRoot=0)
constructs a branch for K3FileTreeView.
Definition kfiletreebranch.cpp:34
Q3PtrList< K3FileTreeViewItem > K3FileTreeViewItemList
List of KFileTreeViewItems.
Definition k3filetreeviewitem.h:98
Q3PtrListIterator< KFileTreeBranch > KFileTreeBranchIterator
Iterator for KFileTreeBranchLists.
Definition kfiletreebranch.h:237
Q3PtrList< KFileTreeBranch > KFileTreeBranchList
List of KFileTreeBranches.
Definition kfiletreebranch.h:232
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Tue Mar 25 2025 00:00:00 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Tue Mar 25 2025 00:00:00 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.