Home
last modified time | relevance | path

Searched refs:_ll_on (Results 1 – 4 of 4) sorted by relevance

/dports/games/allacrost/allacrost-1.0.2/src/editor/
H A Dgrid.h165 bool _ll_on; variable
H A Dgrid.cpp54 _ll_on = true; // lower layer default to on in Grid()
124 _ll_on = value; in SetLLOn()
919 if (_ll_on) in paintGL()
H A Deditor.h290 bool _ll_on; variable
H A Deditor.cpp45 _ll_on = false; in Editor()
268 _ll_on = false; in _FileNew()
375 _ll_on = false; in _FileOpen()
503 _ll_on = !_ll_on; in _ViewToggleLL()
504 _toggle_ll_action->setChecked(_ll_on); in _ViewToggleLL()
505 _ed_scrollview->_map->SetLLOn(_ll_on); in _ViewToggleLL()