Lines Matching refs:CPDFSDK_WidgetHandler
26 CPDFSDK_WidgetHandler::CPDFSDK_WidgetHandler( in CPDFSDK_WidgetHandler() function in CPDFSDK_WidgetHandler
31 CPDFSDK_WidgetHandler::~CPDFSDK_WidgetHandler() {} in ~CPDFSDK_WidgetHandler()
33 bool CPDFSDK_WidgetHandler::CanAnswer(CPDFSDK_Annot* pAnnot) { in CanAnswer()
55 CPDFSDK_Annot* CPDFSDK_WidgetHandler::NewAnnot(CPDF_Annot* pAnnot, in NewAnnot()
73 CPDFSDK_Annot* CPDFSDK_WidgetHandler::NewAnnot(CXFA_FFWidget* hWidget, in NewAnnot()
79 void CPDFSDK_WidgetHandler::ReleaseAnnot(CPDFSDK_Annot* pAnnot) { in ReleaseAnnot()
91 void CPDFSDK_WidgetHandler::OnDraw(CPDFSDK_PageView* pPageView, in OnDraw()
105 void CPDFSDK_WidgetHandler::OnMouseEnter(CPDFSDK_PageView* pPageView, in OnMouseEnter()
112 void CPDFSDK_WidgetHandler::OnMouseExit(CPDFSDK_PageView* pPageView, in OnMouseExit()
119 bool CPDFSDK_WidgetHandler::OnLButtonDown(CPDFSDK_PageView* pPageView, in OnLButtonDown()
129 bool CPDFSDK_WidgetHandler::OnLButtonUp(CPDFSDK_PageView* pPageView, in OnLButtonUp()
139 bool CPDFSDK_WidgetHandler::OnLButtonDblClk(CPDFSDK_PageView* pPageView, in OnLButtonDblClk()
149 bool CPDFSDK_WidgetHandler::OnMouseMove(CPDFSDK_PageView* pPageView, in OnMouseMove()
159 bool CPDFSDK_WidgetHandler::OnMouseWheel(CPDFSDK_PageView* pPageView, in OnMouseWheel()
171 bool CPDFSDK_WidgetHandler::OnRButtonDown(CPDFSDK_PageView* pPageView, in OnRButtonDown()
181 bool CPDFSDK_WidgetHandler::OnRButtonUp(CPDFSDK_PageView* pPageView, in OnRButtonUp()
191 bool CPDFSDK_WidgetHandler::OnRButtonDblClk(CPDFSDK_PageView* pPageView, in OnRButtonDblClk()
198 bool CPDFSDK_WidgetHandler::OnChar(CPDFSDK_Annot* pAnnot, in OnChar()
207 bool CPDFSDK_WidgetHandler::OnKeyDown(CPDFSDK_Annot* pAnnot, in OnKeyDown()
216 bool CPDFSDK_WidgetHandler::OnKeyUp(CPDFSDK_Annot* pAnnot, in OnKeyUp()
222 void CPDFSDK_WidgetHandler::OnLoad(CPDFSDK_Annot* pAnnot) { in OnLoad()
253 bool CPDFSDK_WidgetHandler::OnSetFocus(CPDFSDK_Annot::ObservedPtr* pAnnot, in OnSetFocus()
261 bool CPDFSDK_WidgetHandler::OnKillFocus(CPDFSDK_Annot::ObservedPtr* pAnnot, in OnKillFocus()
270 bool CPDFSDK_WidgetHandler::OnXFAChangedFocus( in OnXFAChangedFocus()
277 CFX_FloatRect CPDFSDK_WidgetHandler::GetViewBBox(CPDFSDK_PageView* pPageView, in GetViewBBox()
284 WideString CPDFSDK_WidgetHandler::GetSelectedText(CPDFSDK_Annot* pAnnot) { in GetSelectedText()
291 void CPDFSDK_WidgetHandler::ReplaceSelection(CPDFSDK_Annot* pAnnot, in ReplaceSelection()
297 bool CPDFSDK_WidgetHandler::HitTest(CPDFSDK_PageView* pPageView, in HitTest()