KDE3Support
Go to the documentation of this file.
22 #ifndef kfile_tree_branch_h
23 #define kfile_tree_branch_h
27 #include <Qt3Support/Q3ListView>
64 const QPixmap& pix,
bool showHidden =
false,
93 virtual void setName(
const QString n );
100 QPixmap pixmap()
const;
110 QPixmap openPixmap()
const;
116 bool showExtensions( )
const;
121 void setOpen(
bool setopen =
true );
131 void setChildRecurse(
bool t=
true );
154 virtual void setShowExtensions(
bool visible =
true );
156 void setOpenPixmap(
const QPixmap& pix );
193 void slCompleted(
const KUrl& );
194 void slotCanceled(
const KUrl& );
195 void slotListerStarted(
const KUrl& );
197 void slotDirlisterClear();
198 void slotDirlisterClearUrl(
const KUrl& url );
199 void slotRedirect(
const KUrl& oldUrl,
const KUrl&newUrl );
210 QPixmap m_openRootIcon;
220 bool m_recurseChildren :1;
221 bool m_showExtensions :1;
224 class KFileTreeBranchPrivate;
225 KFileTreeBranchPrivate *d;
This file is part of the KDE documentation.
Documentation copyright © 1996-2013 The KDE developers.
Generated on Sat Jun 1 2013 20:23:04 by
doxygen 1.8.3.1 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.