KFile
kfiletreeview.h
Go to the documentation of this file.
34class KFILE_EXPORT KFileTreeView : public QTreeView // KDE5: remove KFILE_EXPORT? Seems internal only.
void setShowHiddenFiles(bool enabled)
Sets whether hidden files shall be listed.
Definition kfiletreeview.cpp:156
void setDirOnlyMode(bool enabled)
Sets whether the dir-only mode is enabled.
Definition kfiletreeview.cpp:150
void currentChanged(const KUrl &url)
This signal is emitted whenever the current url has been changed.
virtual void contextMenuEvent(QContextMenuEvent *)
Definition kfiletreeview.cpp:184
void setCurrentUrl(const KUrl &url)
Sets the current url of the view.
Definition kfiletreeview.cpp:164
void activated(const KUrl &url)
This signal is emitted whenever an url has been activated.
bool showHiddenFiles() const
Returns true if the view is currently showing hidden files.
Definition kfiletreeview.cpp:195
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.14.0 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.14.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.