Home
last modified time | relevance | path

Searched refs:SetDecoSpace (Results 1 – 10 of 10) sorted by relevance

/dports/games/powder-toy/The-Powder-Toy-95.0/src/gui/options/
H A DOptionsController.cpp90 void OptionsController::SetDecoSpace(int decoSpace) in SetDecoSpace() function in OptionsController
92 model->SetDecoSpace(decoSpace); in SetDecoSpace()
H A DOptionsModel.cpp176 void OptionsModel::SetDecoSpace(int decoSpace) in SetDecoSpace() function in OptionsModel
178 gModel->SetDecoSpace(decoSpace); in SetDecoSpace()
H A DOptionsController.h31 void SetDecoSpace(int decoSpace);
H A DOptionsModel.h47 void SetDecoSpace(int decoSpace);
H A DOptionsView.cpp278 decoSpace->SetActionCallback({ [this] { c->SetDecoSpace(decoSpace->GetOption().second); } }); in OptionsView()
/dports/games/powder-toy/The-Powder-Toy-95.0/src/gui/game/
H A DGameModel.h114 void SetDecoSpace(int decoSpace);
H A DGameModel.cpp97 sim->SetDecoSpace(decoSpace); in GameModel()
482 void GameModel::SetDecoSpace(int decoSpace) in SetDecoSpace() function in GameModel
484 sim->SetDecoSpace(decoSpace); in SetDecoSpace()
/dports/games/powder-toy/The-Powder-Toy-95.0/src/simulation/
H A DSimulation.h173 void SetDecoSpace(int newDecoSpace);
H A DSimulation.cpp927 void Simulation::SetDecoSpace(int newDecoSpace) in SetDecoSpace() function in Simulation
/dports/games/powder-toy/The-Powder-Toy-95.0/src/lua/
H A DLuaScriptInterface.cpp454 m->SetDecoSpace(luaL_checkinteger(l, 3)); in tpt_newIndex()