Searched refs:SetDecoSpace (Results 1 – 10 of 10) sorted by relevance
90 void OptionsController::SetDecoSpace(int decoSpace) in SetDecoSpace() function in OptionsController92 model->SetDecoSpace(decoSpace); in SetDecoSpace()
176 void OptionsModel::SetDecoSpace(int decoSpace) in SetDecoSpace() function in OptionsModel178 gModel->SetDecoSpace(decoSpace); in SetDecoSpace()
31 void SetDecoSpace(int decoSpace);
47 void SetDecoSpace(int decoSpace);
278 decoSpace->SetActionCallback({ [this] { c->SetDecoSpace(decoSpace->GetOption().second); } }); in OptionsView()
114 void SetDecoSpace(int decoSpace);
97 sim->SetDecoSpace(decoSpace); in GameModel()482 void GameModel::SetDecoSpace(int decoSpace) in SetDecoSpace() function in GameModel484 sim->SetDecoSpace(decoSpace); in SetDecoSpace()
173 void SetDecoSpace(int newDecoSpace);
927 void Simulation::SetDecoSpace(int newDecoSpace) in SetDecoSpace() function in Simulation
454 m->SetDecoSpace(luaL_checkinteger(l, 3)); in tpt_newIndex()