Lines Matching refs:CPDFSDK_WidgetHandler

23 CPDFSDK_WidgetHandler::CPDFSDK_WidgetHandler() = default;
25 CPDFSDK_WidgetHandler::~CPDFSDK_WidgetHandler() = default;
27 void CPDFSDK_WidgetHandler::SetFormFillEnvironment( in SetFormFillEnvironment()
33 bool CPDFSDK_WidgetHandler::CanAnswer(CPDFSDK_Annot* pAnnot) { in CanAnswer()
54 CPDFSDK_Annot* CPDFSDK_WidgetHandler::NewAnnot(CPDF_Annot* pAnnot, in NewAnnot()
69 void CPDFSDK_WidgetHandler::ReleaseAnnot( in ReleaseAnnot()
80 void CPDFSDK_WidgetHandler::OnDraw(CPDFSDK_PageView* pPageView, in OnDraw()
93 void CPDFSDK_WidgetHandler::OnMouseEnter(CPDFSDK_PageView* pPageView, in OnMouseEnter()
100 void CPDFSDK_WidgetHandler::OnMouseExit(CPDFSDK_PageView* pPageView, in OnMouseExit()
107 bool CPDFSDK_WidgetHandler::OnLButtonDown(CPDFSDK_PageView* pPageView, in OnLButtonDown()
115 bool CPDFSDK_WidgetHandler::OnLButtonUp(CPDFSDK_PageView* pPageView, in OnLButtonUp()
123 bool CPDFSDK_WidgetHandler::OnLButtonDblClk(CPDFSDK_PageView* pPageView, in OnLButtonDblClk()
131 bool CPDFSDK_WidgetHandler::OnMouseMove(CPDFSDK_PageView* pPageView, in OnMouseMove()
139 bool CPDFSDK_WidgetHandler::OnMouseWheel(CPDFSDK_PageView* pPageView, in OnMouseWheel()
148 bool CPDFSDK_WidgetHandler::OnRButtonDown(CPDFSDK_PageView* pPageView, in OnRButtonDown()
156 bool CPDFSDK_WidgetHandler::OnRButtonUp(CPDFSDK_PageView* pPageView, in OnRButtonUp()
164 bool CPDFSDK_WidgetHandler::OnRButtonDblClk(CPDFSDK_PageView* pPageView, in OnRButtonDblClk()
171 bool CPDFSDK_WidgetHandler::OnChar(CPDFSDK_Annot* pAnnot, in OnChar()
178 bool CPDFSDK_WidgetHandler::OnKeyDown(CPDFSDK_Annot* pAnnot, in OnKeyDown()
185 bool CPDFSDK_WidgetHandler::OnKeyUp(CPDFSDK_Annot* pAnnot, in OnKeyUp()
191 void CPDFSDK_WidgetHandler::OnLoad(CPDFSDK_Annot* pAnnot) { in OnLoad()
221 bool CPDFSDK_WidgetHandler::OnSetFocus(ObservedPtr<CPDFSDK_Annot>* pAnnot, in OnSetFocus()
227 bool CPDFSDK_WidgetHandler::OnKillFocus(ObservedPtr<CPDFSDK_Annot>* pAnnot, in OnKillFocus()
233 bool CPDFSDK_WidgetHandler::SetIndexSelected(ObservedPtr<CPDFSDK_Annot>* pAnnot, in SetIndexSelected()
240 bool CPDFSDK_WidgetHandler::IsIndexSelected(ObservedPtr<CPDFSDK_Annot>* pAnnot, in IsIndexSelected()
246 CFX_FloatRect CPDFSDK_WidgetHandler::GetViewBBox(CPDFSDK_PageView* pPageView, in GetViewBBox()
253 WideString CPDFSDK_WidgetHandler::GetText(CPDFSDK_Annot* pAnnot) { in GetText()
259 WideString CPDFSDK_WidgetHandler::GetSelectedText(CPDFSDK_Annot* pAnnot) { in GetSelectedText()
265 void CPDFSDK_WidgetHandler::ReplaceSelection(CPDFSDK_Annot* pAnnot, in ReplaceSelection()
271 bool CPDFSDK_WidgetHandler::CanUndo(CPDFSDK_Annot* pAnnot) { in CanUndo()
275 bool CPDFSDK_WidgetHandler::CanRedo(CPDFSDK_Annot* pAnnot) { in CanRedo()
279 bool CPDFSDK_WidgetHandler::Undo(CPDFSDK_Annot* pAnnot) { in Undo()
283 bool CPDFSDK_WidgetHandler::Redo(CPDFSDK_Annot* pAnnot) { in Redo()
287 bool CPDFSDK_WidgetHandler::HitTest(CPDFSDK_PageView* pPageView, in HitTest()