kdevplatform/project
iprojectfilemanager.h
Go to the documentation of this file.
63 None = 0 ,
64 Folders = 1 << 0,
65 Targets = 1 << 1,
66 Files = 1 << 2
131 virtual bool moveFilesAndFolders(const QList< KDevelop::ProjectBaseItem* > &items, KDevelop::ProjectFolderItem* newParent) = 0;
141 virtual bool copyFilesAndFolders(const Path::List &items, KDevelop::ProjectFolderItem* newParent) = 0;
Implementation of the ProjectBaseItem interface that is specific to a folder.
Definition: projectmodel.h:268
Definition: projectmodel.h:31
An interface to project file management.
Definition: iprojectfilemanager.h:55
Definition: abstractfilemanagerplugin.h:33
This file is part of the KDE documentation.
Documentation copyright © 1996-2021 The KDE developers.
Generated on Wed Apr 14 2021 23:30:57 by doxygen 1.8.16 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2021 The KDE developers.
Generated on Wed Apr 14 2021 23:30:57 by doxygen 1.8.16 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.