Searched refs:GetFormNotify (Results 1 – 2 of 2) sorted by relevance
158 if (notify == NotificationOption::kNotify && m_pForm->GetFormNotify()) in ResetField()159 m_pForm->GetFormNotify()->AfterCheckedStatusChange(this); in ResetField()461 if (notify == NotificationOption::kNotify && m_pForm->GetFormNotify()) { in ClearSelection()696 if (notify == NotificationOption::kNotify && m_pForm->GetFormNotify()) in CheckControl()697 m_pForm->GetFormNotify()->AfterCheckedStatusChange(this); in CheckControl()733 if (notify == NotificationOption::kNotify && m_pForm->GetFormNotify()) in SetCheckValue()734 m_pForm->GetFormNotify()->AfterCheckedStatusChange(this); in SetCheckValue()790 if (notify == NotificationOption::kNotify && m_pForm->GetFormNotify()) { in SelectOption()804 if (notify == NotificationOption::kNotify && m_pForm->GetFormNotify()) { in SelectOption()863 auto* pNotify = m_pForm->GetFormNotify(); in NotifyBeforeSelectionChange()[all …]
105 NotifierIface* GetFormNotify() const { return m_pFormNotify.Get(); } in GetFormNotify() function