stmm-games-doc  0.32.0
Public Attributes | List of all members
stmg::VolatileWidget::ValueImg Struct Reference

Public Attributes

IntSet m_oValues
 The variable values for which m_nImgId is drawn. More...
 
int32_t m_nImgId = -1
 The image to be drawn as background or -1 if nothing should be drawn. More...
 

Member Data Documentation

◆ m_nImgId

int32_t stmg::VolatileWidget::ValueImg::m_nImgId = -1

The image to be drawn as background or -1 if nothing should be drawn.

Index into Named::images(). Default is -1.

◆ m_oValues

IntSet stmg::VolatileWidget::ValueImg::m_oValues

The variable values for which m_nImgId is drawn.

Must not be empty.