onboardapi  9.10.0
by Rheinmetall
M_HmiAppCtrl::ViewFocusKind Namespace Reference

Enumerations

enum  Type { IGNORE_FOCUS , REMOVE_FOCUS , SET_FOCUS }
 ViewFocus enumeration. More...
 

Functions

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

Enumeration Type Documentation

◆ Type

ViewFocus enumeration.

Enumerator
IGNORE_FOCUS 

Ignore focus Note: Indicates that the window focus flag shall be ignored.

REMOVE_FOCUS 

Remove focus Note: Indicates that the window shall not have focus.

SET_FOCUS 

Set focus Note: Indicates that the window shall have focus for mouse and keyboard input.

Function Documentation

◆ fromString()

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

◆ toString()

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