Home
last modified time | relevance | path

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

/CTR-SDK-4.2.7-SampleDemos/applet/phtsel/
Dphtsel_demo.cpp131 …ArrayItem<bool > itemSoundEnable ( "SOUND ENABLE", cFalseTrueTable … variable
160 itemSoundEnable .SetSelectValue( rInput.GetSoundEnable() ); in ReadDefaultParameter()
191 rInput.SetSoundEnable ( itemSoundEnable .GetSelectValue() ); in ReflectParameter()
210 menu.Append( &itemSoundEnable ); in InitMenu()