|
onboardapi
9.10.0
by Rheinmetall
|
Configure rules for UI display elements. More...
Public Member Functions | |
| ConfigView () | |
| ConfigView (std::string const &KeyViewId, M_HmiAppCtrl::ViewDescriptionType const &ViewDesc, bool IsRemoved) | |
Public Attributes | |
| std::string | KeyViewId |
| Identifies the view. More... | |
| M_HmiAppCtrl::ViewDescriptionType | ViewDesc |
| Configuration settings for a view. More... | |
| bool | IsRemoved |
Configure rules for UI display elements.
| M_HmiAppCtrl::ConfigView::ConfigView | ( | ) |
| M_HmiAppCtrl::ConfigView::ConfigView | ( | std::string const & | KeyViewId, |
| M_HmiAppCtrl::ViewDescriptionType const & | ViewDesc, | ||
| bool | IsRemoved | ||
| ) |
| bool M_HmiAppCtrl::ConfigView::IsRemoved |
Indicates if the view should be removed by the service (true) or not (false). Note: After this has been set to true, the view will no longer be available to late joiners.
| std::string M_HmiAppCtrl::ConfigView::KeyViewId |
Identifies the view.
| M_HmiAppCtrl::ViewDescriptionType M_HmiAppCtrl::ConfigView::ViewDesc |
Configuration settings for a view.