Searched refs:m_bNotifying (Results 1 – 4 of 4) sorted by relevance
22 : m_pApp(pApp), m_bNotifying(FALSE) {} in CFFL_IFormFiller()129 if (!m_bNotifying) { in OnMouseEnter()132 m_bNotifying = TRUE; in OnMouseEnter()144 m_bNotifying = FALSE; in OnMouseEnter()165 if (!m_bNotifying) { in OnMouseExit()168 m_bNotifying = TRUE; in OnMouseExit()180 m_bNotifying = FALSE; in OnMouseExit()202 if (!m_bNotifying) { in OnLButtonDown()206 m_bNotifying = TRUE; in OnLButtonDown()217 m_bNotifying = FALSE; in OnLButtonDown()[all …]
418 void SetNotifyFlag(FX_BOOL bNotifying = TRUE) { m_bNotifying = bNotifying; }422 FX_BOOL IsNotifying() const { return m_bNotifying; } in IsNotifying()465 FX_BOOL m_bNotifying; variable
176 FX_BOOL m_bNotifying; variable
191 m_bNotifying(FALSE), in CPWL_Wnd()