Manages module resources for building installers, including file offloading and icon retrieval.
More...
Manages module resources for building installers, including file offloading and icon retrieval.
Definition at line 79 of file InstallerManager.h.
◆ MainAppIcon()
| String ModuleResources::MainAppIcon |
( |
| ) |
|
|
static |
Gets the main application icon resource name.
- Returns
- The icon resource name string.
◆ OffloadResource()
| File ModuleResources::OffloadResource |
( |
StringView | resource, |
|
|
File | folder_location, |
|
|
bool | to_root = false ) |
|
static |
Extracts a resource to a folder location.
- Parameters
-
| [in] | resource | The resource identifier. |
| [in] | folder_location | The destination folder. |
| [in] | to_root | Whether to place the resource at the folder root. |
- Returns
- The file path of the offloaded resource.
◆ ResourceExists()
| bool ModuleResources::ResourceExists |
( |
String | resource | ) |
|
|
static |
Checks whether a resource exists.
- Parameters
-
| [in] | resource | The resource identifier. |
- Returns
- True if the resource exists.
The documentation for this struct was generated from the following file: