Searched refs:CFFL_Notify (Results 1 – 3 of 3) sorted by relevance
17 CFFL_Notify::CFFL_Notify(CFFL_FormFiller * pFormFiller) : in CFFL_Notify() function in CFFL_Notify24 CFFL_Notify::~CFFL_Notify() in ~CFFL_Notify()28 void CFFL_Notify::BeforeNotify() in BeforeNotify()34 void CFFL_Notify::AfterNotify() in AfterNotify()39 FX_BOOL CFFL_Notify::OnMouseUp(FX_BOOL & bExit) in OnMouseUp()47 FX_BOOL CFFL_Notify::OnMouseDown(FX_BOOL & bExit) in OnMouseDown()55 FX_BOOL CFFL_Notify::OnMouseEnter(FX_BOOL & bExit) in OnMouseEnter()63 FX_BOOL CFFL_Notify::OnMouseExit(FX_BOOL & bExit) in OnMouseExit()71 FX_BOOL CFFL_Notify::OnSetFocus(FX_BOOL & bExit) in OnSetFocus()79 FX_BOOL CFFL_Notify::OnKillFocus(FX_BOOL & bExit) in OnKillFocus()[all …]
16 class CFFL_Notify19 CFFL_Notify(CFFL_FormFiller * pFormFiller); 20 virtual ~CFFL_Notify();
15 class CFFL_Notify; variable