onboardapi  9.10.0
by Rheinmetall
M_HmiAppCtrl::ConfigView Struct Reference

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
 

Detailed Description

Configure rules for UI display elements.

Constructor & Destructor Documentation

◆ ConfigView() [1/2]

M_HmiAppCtrl::ConfigView::ConfigView ( )

◆ ConfigView() [2/2]

M_HmiAppCtrl::ConfigView::ConfigView ( std::string const &  KeyViewId,
M_HmiAppCtrl::ViewDescriptionType const &  ViewDesc,
bool  IsRemoved 
)

Member Data Documentation

◆ 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.

◆ KeyViewId

std::string M_HmiAppCtrl::ConfigView::KeyViewId

Identifies the view.

◆ ViewDesc

M_HmiAppCtrl::ViewDescriptionType M_HmiAppCtrl::ConfigView::ViewDesc

Configuration settings for a view.