KDE3Support
k3fileview.h
Go to the documentation of this file.
216 Files = 1,
217 Directories = 2,
219 };
350 };
void sortingChanged(QDir::SortFlags)
void fileSelected(const KFileItem &item)
void activatedMenu(const KFileItem &item, const QPoint &pos)
void dirActivated(const KFileItem &item)
void fileHighlighted(const KFileItem &item)
the item maybe be a null item, indicating that we're in multiselection mode and the selection has cha...
void dropped(const KFileItem &item, QDropEvent *event, const KUrl::List &urls)
virtual void clearSelection()=0
Clears any selection, unhighlights everything.
virtual KFileItem nextItem(const KFileItem &) const =0
virtual KFileItem prevItem(const KFileItem &) const =0
virtual void clearView()=0
pure virtual function, that should be implemented to clear the view.
virtual void setSelected(const KFileItem &, bool enable)=0
Tells the view that it should highlight the item.
virtual KFileItem firstFileItem() const =0
virtual bool isSelected(const KFileItem &) const =0
virtual void setCurrentItem(const KFileItem &item)=0
Reimplement this to set item the current item in the view, e.g.
virtual QWidget * widget()=0
a pure virtual function to get a QWidget, that can be added to other widgets.
virtual KFileItem currentFileItem() const =0
virtual void ensureItemVisible(const KFileItem &i)=0
pure virtual function, that should be implemented to make item i visible, i.e.
SelectionMode
TsConfig readConfig(const QString &fname)
qulonglong filesize_t
QStringList list(const QString &fileClass)
KAction * selectAll(const QObject *recvr, const char *slot, QObject *parent)
KAction * clear(const QObject *recvr, const char *slot, QObject *parent)
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.