Home
last modified time | relevance | path

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

/CTR-SDK-4.2.7-SampleDemos/applet/phtsel/
Dphtsel_demo.cpp115 … ArrayItem<bool> itemEnableSoftReset ( "ENABLE SOFT RESET", cFalseTrueTable, cFalseTrueName ); variable
148 itemEnableSoftReset .SetSelectValue( rConfig.enableSoftReset ); in ReadDefaultParameter()
172 rConfig.enableSoftReset = itemEnableSoftReset.GetSelectValue(); in ReflectParameter()
198 menu.Append( &itemEnableSoftReset ); in InitMenu()