stmm-games-doc  0.32.0
Public Member Functions | Protected Member Functions | List of all members
stmg::testing::FixtureVariantLevelInit Class Reference
Inheritance diagram for stmg::testing::FixtureVariantLevelInit:
Inheritance graph
[legend]

Public Member Functions

virtual ~FixtureVariantLevelInit ()=default
 

Protected Member Functions

int32_t getBoardWidth ()
 
int32_t getBoardHeight ()
 
int32_t getShowWidth ()
 
int32_t getShowHeight ()
 
int32_t getSubshowWidth ()
 
int32_t getSubshowHeight ()
 
virtual void fillBoard (int32_t, int32_t, std::vector< Tile > &)
 
void getLevelInit (Level::Init &oInit, bool bShowMode)
 

Constructor & Destructor Documentation

◆ ~FixtureVariantLevelInit()

virtual stmg::testing::FixtureVariantLevelInit::~FixtureVariantLevelInit ( )
virtualdefault

Member Function Documentation

◆ fillBoard()

virtual void stmg::testing::FixtureVariantLevelInit::fillBoard ( int32_t  ,
int32_t  ,
std::vector< Tile > &   
)
inlineprotectedvirtual

◆ getBoardHeight()

int32_t stmg::testing::FixtureVariantLevelInit::getBoardHeight ( )
inlineprotected

◆ getBoardWidth()

int32_t stmg::testing::FixtureVariantLevelInit::getBoardWidth ( )
inlineprotected

◆ getLevelInit()

void stmg::testing::FixtureVariantLevelInit::getLevelInit ( Level::Init oInit,
bool  bShowMode 
)
inlineprotected

◆ getShowHeight()

int32_t stmg::testing::FixtureVariantLevelInit::getShowHeight ( )
inlineprotected

◆ getShowWidth()

int32_t stmg::testing::FixtureVariantLevelInit::getShowWidth ( )
inlineprotected

◆ getSubshowHeight()

int32_t stmg::testing::FixtureVariantLevelInit::getSubshowHeight ( )
inlineprotected

◆ getSubshowWidth()

int32_t stmg::testing::FixtureVariantLevelInit::getSubshowWidth ( )
inlineprotected