|
RADLib
RADical C++ application framework
|
Installable component from a manifest. More...
#include <RADInstaller.h>
Public Attributes | |
| std::string | id |
| Stable component id. More... | |
| std::string | name |
| Display name. More... | |
| bool | defaultSelected = true |
| Whether the component is selected by default. More... | |
| std::vector< FileEntry > | files |
| Files in this component. More... | |
Installable component from a manifest.
| bool RADInstaller::Component::defaultSelected = true |
Whether the component is selected by default.
| std::vector<FileEntry> RADInstaller::Component::files |
Files in this component.
| std::string RADInstaller::Component::id |
Stable component id.
| std::string RADInstaller::Component::name |
Display name.