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;
List of KFileItems, which adds a few helper methods to QList<KFileItem>.
Definition: kfileitem.h:675
Helper class for the kiojob used to list and update a directory.
Definition: kdirlister.h:58
void needSequenceIcon(const QModelIndex &index, int sequenceIndex)
Emitted when another icon sequence index is requested.
QStringList mimeTypes(Mode mode=Writing)
Returns a list of MIME types for all KImageIO supported formats.
Definition: kimageio.cpp:64
void expand(const QModelIndex &index)
Emitted for each subdirectory that is a parent of a url passed to expandToUrl This allows to asynchro...
A KFileItem is a generic class to handle a file, local or remote.
Definition: kfileitem.h:46
Definition: joburlcache_p.h:27
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.