Lines Matching refs:rInput
146 nn::phtsel::PhtselInput& rInput = param.input; in ReadDefaultParameter() local
151 itemSecStart .SetSelectValue( rInput.GetSecStart() ); in ReadDefaultParameter()
152 itemSecEnd .SetSelectValue( rInput.GetSecEnd() ); in ReadDefaultParameter()
153 itemImageKind .SetSelectValue( rInput.GetImgKindBit() ); in ReadDefaultParameter()
154 itemScreenShotType.SetSelectValue( rInput.GetScreenShotType() ); in ReadDefaultParameter()
155 itemFaceType .SetSelectValue( rInput.GetFaceType() ); in ReadDefaultParameter()
156 itemMinFaceNum .SetSelectValue( rInput.GetMinFaceNum() ); in ReadDefaultParameter()
157 itemMaxFaceNum .SetSelectValue( rInput.GetMaxFaceNum() ); in ReadDefaultParameter()
159 itemDistributeType.SetSelectValue( rInput.GetDistributeType() ); in ReadDefaultParameter()
160 itemSoundEnable .SetSelectValue( rInput.GetSoundEnable() ); in ReadDefaultParameter()
168 nn::phtsel::PhtselInput& rInput = psel_param.input; in ReflectParameter() local
170 rInput.InitAll(); in ReflectParameter()
175 rInput.SetSecStart ( itemSecStart .GetSelectValue() ); in ReflectParameter()
176 rInput.SetSecEnd ( itemSecEnd .GetSelectValue() ); in ReflectParameter()
178 rInput.SetImgKindBit ( itemImageKind .GetSelectValue() ); in ReflectParameter()
179 rInput.SetScreenShotType( itemScreenShotType.GetSelectValue() ); in ReflectParameter()
180 rInput.SetFaceType ( itemFaceType .GetSelectValue() ); in ReflectParameter()
181 rInput.SetMinFaceNum ( itemMinFaceNum .GetSelectValue() ); in ReflectParameter()
182 rInput.SetMaxFaceNum ( itemMaxFaceNum .GetSelectValue() ); in ReflectParameter()
187 rInput.AddTitleUniqueId( value ); in ReflectParameter()
190 rInput.SetDistributeType( itemDistributeType.GetSelectValue() ); in ReflectParameter()
191 rInput.SetSoundEnable ( itemSoundEnable .GetSelectValue() ); in ReflectParameter()
192 rInput.SetMessage ( itemMessage .GetSelectValue() ); in ReflectParameter()