kdevplatform/project
projectutils.cpp
void append(const T &value)
QList< QUrl > urls() const override
Definition: projectutils.cpp:33
Interface that allows a developer to implement the three basic types of items you would see in a mult...
Definition: projectmodel.h:101
virtual ProjectFileItem * file() const
Definition: projectmodel.cpp:525
Definition: projectmodel.h:31
void forEachFile(const ProjectBaseItem *projectItem, const std::function< void(ProjectFileItem *)> &callback)
Runs the callback on all files that have projectItem as ancestor.
Definition: projectutils.cpp:49
QList< ProjectFileItem * > allFiles(const ProjectBaseItem *projectItem)
Returns all the files that have projectItem as ancestor.
Definition: projectutils.cpp:63
ProjectItemContextImpl(const QList< ProjectBaseItem * > &items)
Definition: projectutils.cpp:28
QList< ProjectBaseItem * > children() const
Definition: projectmodel.cpp:207
Definition: abstractfilemanagerplugin.h:33
This file is part of the KDE documentation.
Documentation copyright © 1996-2021 The KDE developers.
Generated on Wed Jan 20 2021 23:39:05 by doxygen 1.8.16 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2021 The KDE developers.
Generated on Wed Jan 20 2021 23:39:05 by doxygen 1.8.16 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.