kdevplatform/project
helper.h
Go to the documentation of this file.
36 bool KDEVPLATFORMPROJECT_EXPORT removeUrl(const KDevelop::IProject* project, const QUrl& url, const bool isFolder);
43 bool KDEVPLATFORMPROJECT_EXPORT removePath(const KDevelop::IProject* project, const Path& path, const bool isFolder);
73 bool KDEVPLATFORMPROJECT_EXPORT renameUrl(const KDevelop::IProject* project, const QUrl& oldname, const QUrl& newname);
79 bool KDEVPLATFORMPROJECT_EXPORT renamePath(const KDevelop::IProject* project, const Path& oldName, const Path& newName);
85 bool KDEVPLATFORMPROJECT_EXPORT copyUrl(const KDevelop::IProject* project, const QUrl& source, const QUrl& target);
91 bool KDEVPLATFORMPROJECT_EXPORT copyPath(const KDevelop::IProject* project, const Path& source, const Path& target);
bool KDEVPLATFORMPROJECT_EXPORT createFile(const QUrl &file)
Creates a file at url.
Definition: helper.cpp:99
Path KDEVPLATFORMPROJECT_EXPORT proposedBuildFolder(const Path &sourceFolder)
Return the proposed build folder URL for given sourceFolder.
Definition: helper.cpp:237
bool KDEVPLATFORMPROJECT_EXPORT copyUrl(const KDevelop::IProject *project, const QUrl &source, const QUrl &target)
Copies anything at source to target.
Definition: helper.cpp:211
bool KDEVPLATFORMPROJECT_EXPORT renamePath(const KDevelop::IProject *project, const Path &oldName, const Path &newName)
Renames anything at oldName to oldName.
bool KDEVPLATFORMPROJECT_EXPORT createFolder(const QUrl &folder)
Creates a folder at url.
Definition: helper.cpp:132
Definition: abstractfilemanagerplugin.h:33
bool KDEVPLATFORMPROJECT_EXPORT renameUrl(const KDevelop::IProject *project, const QUrl &oldname, const QUrl &newname)
Renames anything at oldname to oldname.
Definition: helper.cpp:150
bool KDEVPLATFORMPROJECT_EXPORT removePath(const KDevelop::IProject *project, const Path &path, const bool isFolder)
Deletes the path at path.
bool KDEVPLATFORMPROJECT_EXPORT removeUrl(const KDevelop::IProject *project, const QUrl &url, const bool isFolder)
Deletes the url at url.
Definition: helper.cpp:50
bool KDEVPLATFORMPROJECT_EXPORT copyPath(const KDevelop::IProject *project, const Path &source, const Path &target)
Copies anything at source to target.
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.