Automatically add missing resources of a project.
More...
#include <ProjectResourcesAdder.h>
Automatically add missing resources of a project.
◆ GetAllUseless()
Find all resources of the specified kind that are not used by the project.
- Parameters
-
project | The project to be crawled. |
resourceType | The type of the resource the be searched |
- Returns
- A vector containing the name of all unused resources
◆ RemoveAllUseless()
void gd::ProjectResourcesAdder::RemoveAllUseless |
( |
gd::Project & |
project, |
|
|
const gd::String & |
resourceType |
|
) |
| |
|
static |
Remove all resources of the specified kind that are not used by the project.
- Parameters
-
project | The project to be crawled. |
resourceType | The type of the resource the be searched |
The documentation for this class was generated from the following files: