Searched refs:m_pFormNotify (Results 1 – 2 of 2) sorted by relevance
762 if (m_pFormNotify) in ResetForm()763 m_pFormNotify->AfterFormReset(this); in ResetForm()1015 m_pFormNotify = pNotify; in SetNotifierIface()1020 return !m_pFormNotify || m_pFormNotify->BeforeValueChange(pField, csValue); in NotifyBeforeValueChange()1024 if (m_pFormNotify) in NotifyAfterValueChange()1025 m_pFormNotify->AfterValueChange(pField); in NotifyAfterValueChange()1031 return !m_pFormNotify || in NotifyBeforeSelectionChange()1032 m_pFormNotify->BeforeSelectionChange(pField, csValue); in NotifyBeforeSelectionChange()1036 if (m_pFormNotify) in NotifyAfterSelectionChange()1037 m_pFormNotify->AfterSelectionChange(pField); in NotifyAfterSelectionChange()[all …]
127 UnownedPtr<NotifierIface> m_pFormNotify; variable