KIO
kdirmodel.h
Go to the documentation of this file.
120 Name = 0,
128 };
137 FileItemRole = 0x07A263FF,
138 ChildCountRole = 0x2C4D0A40,
140 };
143 NoDrops = 0,
144 DropOnDirectory = 1,
145 DropOnAnyFile = 2,
147 };
161 virtual bool dropMimeData ( const QMimeData * data, Qt::DropAction action, int row, int column, const QModelIndex & parent );
169 virtual QVariant headerData ( int section, Qt::Orientation orientation, int role = Qt::DisplayRole ) const;
171 virtual QModelIndex index ( int row, int column, const QModelIndex & parent = QModelIndex() ) const;
182 virtual bool setData ( const QModelIndex & index, const QVariant & value, int role = Qt::EditRole );
Definition: joburlcache_p.h:27
Helper class for the kiojob used to list and update a directory.
Definition: kdirlister.h:58
void expand(const QModelIndex &index)
Emitted for each subdirectory that is a parent of a url passed to expandToUrl This allows to asynchro...
void needSequenceIcon(const QModelIndex &index, int sequenceIndex)
Emitted when another icon sequence index is requested.
List of KFileItems, which adds a few helper methods to QList<KFileItem>.
Definition: kfileitem.h:675
A KFileItem is a generic class to handle a file, local or remote.
Definition: kfileitem.h:46
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.