Searched refs:SetGroupValueUpdateHandler (Results 1 – 3 of 3) sorted by relevance
421 void SetGroupValueUpdateHandler(const std::function<void(CheckableStatus)>& value) in SetGroupValueUpdateHandler() function667 void SetGroupValueUpdateHandler(const std::function<void(VALUE_TYPE)>& groupValueUpdateHandler) in SetGroupValueUpdateHandler() function
40 …radio->SetGroupValueUpdateHandler([weak = AceType::WeakClaim(this)](const std::string& groupValue)… in Update()
60 … checkbox->SetGroupValueUpdateHandler([weak = AceType::WeakClaim(this)](CheckableStatus checked) { in Update()