Public Attributes | |
bool | profile_modified |
profile modified flag | |
std::string | profile_name |
Contains the profile name. | |
std::vector< resource_info_t > | modified_resources |
Vector containing resource descriptions of modified resources. |
|
This will be set to true by SCPM::PrepareSwitch() in case the profile is modified. |
|
Is set to the profile name for which the switch was prepared. |
|
This vector is fillup up with variables of type resource_info_t, holding the information about changed resources. With this information the frontend can query the user which resource modification should be saved or dropped. |