onboardapi  9.10.0
by Rheinmetall
M_HmiAppCtrl::ViewAlwaysOnTopKind Namespace Reference

Enumerations

enum  Type { IGNORE_ALWAYS_ON_TOP , REMOVE_ALWAYS_ON_TOP , SET_ALWAYS_ON_TOP }
 Always-on-top enumeration. More...
 

Functions

std::string toString (M_HmiAppCtrl::ViewAlwaysOnTopKind::Type val)
 
M_HmiAppCtrl::ViewAlwaysOnTopKind::Type fromString (const std::string &val)
 

Enumeration Type Documentation

◆ Type

Always-on-top enumeration.

Enumerator
IGNORE_ALWAYS_ON_TOP 

Ignore Always-on-top Note: Indicates that the Always-on-top flag should be ignored and the default remains.

REMOVE_ALWAYS_ON_TOP 

Remove Always-on-top Note: Indicates that the Always-on-top flag should be removed.

SET_ALWAYS_ON_TOP 

Set Always-on-top Note: Indicates that the Always-on-top flag should be activated.

Function Documentation

◆ fromString()

M_HmiAppCtrl::ViewAlwaysOnTopKind::Type M_HmiAppCtrl::ViewAlwaysOnTopKind::fromString ( const std::string &  val)
inline

◆ toString()

std::string M_HmiAppCtrl::ViewAlwaysOnTopKind::toString ( M_HmiAppCtrl::ViewAlwaysOnTopKind::Type  val)
inline