kdevplatform/project
helper.h File Reference
#include "projectexport.h"
Include dependency graph for helper.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Namespaces | |
KDevelop | |
Functions | |
bool KDEVPLATFORMPROJECT_EXPORT | KDevelop::copyPath (const KDevelop::IProject *project, const Path &source, const Path &target) |
bool KDEVPLATFORMPROJECT_EXPORT | KDevelop::copyUrl (const KDevelop::IProject *project, const QUrl &source, const QUrl &target) |
bool KDEVPLATFORMPROJECT_EXPORT | KDevelop::createFile (const Path &file) |
bool KDEVPLATFORMPROJECT_EXPORT | KDevelop::createFile (const QUrl &file) |
bool KDEVPLATFORMPROJECT_EXPORT | KDevelop::createFolder (const Path &folder) |
bool KDEVPLATFORMPROJECT_EXPORT | KDevelop::createFolder (const QUrl &folder) |
Path KDEVPLATFORMPROJECT_EXPORT | KDevelop::proposedBuildFolder (const Path &sourceFolder) |
bool KDEVPLATFORMPROJECT_EXPORT | KDevelop::removePath (const KDevelop::IProject *project, const Path &path, const bool isFolder) |
bool KDEVPLATFORMPROJECT_EXPORT | KDevelop::removeUrl (const KDevelop::IProject *project, const QUrl &url, const bool isFolder) |
bool KDEVPLATFORMPROJECT_EXPORT | KDevelop::renamePath (const KDevelop::IProject *project, const Path &oldName, const Path &newName) |
bool KDEVPLATFORMPROJECT_EXPORT | KDevelop::renameUrl (const KDevelop::IProject *project, const QUrl &oldname, const QUrl &newname) |
This file is part of the KDE documentation.
Documentation copyright © 1996-2021 The KDE developers.
Generated on Wed Mar 3 2021 00:37:59 by doxygen 1.8.16 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2021 The KDE developers.
Generated on Wed Mar 3 2021 00:37:59 by doxygen 1.8.16 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.