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