Searched refs:SetCheckState (Results 1 – 10 of 10) sorted by relevance
41 FWL_ERR CFWL_CheckBox::SetCheckState(int32_t iCheck) { in SetCheckState() function in CFWL_CheckBox42 return static_cast<IFWL_CheckBox*>(m_pIface)->SetCheckState(iCheck); in SetCheckState()
23 FWL_ERR SetCheckState(int32_t iCheck);
30 FWL_ERR IFWL_CheckBox::SetCheckState(int32_t iCheck) { in SetCheckState() function in IFWL_CheckBox31 return static_cast<CFWL_CheckBoxImp*>(GetImpl())->SetCheckState(iCheck); in SetCheckState()175 FWL_ERR CFWL_CheckBoxImp::SetCheckState(int32_t iCheck) { in SetCheckState() function in CFWL_CheckBoxImp366 pCheckBox->SetCheckState(0); in NextStates()
75 FWL_ERR SetCheckState(int32_t iCheck);
29 virtual FWL_ERR SetCheckState(int32_t iCheck);
89 …void SetCheckState(UINT index, bool checkState) { ListView_SetCheckState(_window, index, BoolToBOO… in SetCheckState() function
270 m_pDataAcc->SetCheckState(eCheckState, TRUE); in CommitData()
649 void SetCheckState(XFA_CHECKSTATE eCheckState, FX_BOOL bNotify = TRUE);
1863 void CXFA_WidgetData::SetCheckState(XFA_CHECKSTATE eCheckState, in SetCheckState() function in CXFA_WidgetData1956 widgetData.SetCheckState(XFA_CHECKSTATE_On, bNotify); in SetSelectedMember()
273 pWidgetAcc->SetCheckState(eCheckState); in Synchronize()