Home
last modified time | relevance | path

Searched refs:_checkBoxType (Results 1 – 7 of 7) sorted by relevance

/dports/games/scummvm/scummvm-2.5.1/graphics/macgui/
H A Dmacbutton.cpp45 _checkBoxType = 0; in init()
94 if (_checkBoxType == type) in setCheckBoxType()
96 _checkBoxType = type; in setCheckBoxType()
106 switch (_checkBoxType) { in invertInner()
H A Dmacbutton.h73 int _checkBoxType; variable
/dports/games/scummvm/scummvm-2.5.1/engines/director/
H A Dmovie.h160 int _checkBoxType; variable
H A Dmovie.cpp81 _checkBoxType = 0; in Movie()
H A Dchannel.cpp425 ((Graphics::MacButton *)_widget)->setCheckBoxType(g_director->getCurrentMovie()->_checkBoxType); in updateGlobalAttr()
H A Dcastmember.cpp802 ((Graphics::MacButton *)widget)->setCheckBoxType(g_director->getCurrentMovie()->_checkBoxType); in createWidget()
/dports/games/scummvm/scummvm-2.5.1/engines/director/lingo/
H A Dlingo-the.cpp402 d.u.i = g_director->getCurrentMovie()->_checkBoxType; in getTheEntity()
940 g_director->getCurrentMovie()->_checkBoxType = d.asInt(); in setTheEntity()