Home
last modified time | relevance | path

Searched refs:CFX_ListCtrl (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/fpdfsdk/src/fxedit/
Dfxet_list.cpp411 CFX_ListCtrl::CFX_ListCtrl() in CFX_ListCtrl() function in CFX_ListCtrl
420 CFX_ListCtrl::~CFX_ListCtrl() {} in ~CFX_ListCtrl()
422 void CFX_ListCtrl::SetNotify(IFX_List_Notify* pNotify) { in SetNotify()
426 CPDF_Point CFX_ListCtrl::InToOut(const CPDF_Point& point) const { in InToOut()
433 CPDF_Point CFX_ListCtrl::OutToIn(const CPDF_Point& point) const { in OutToIn()
440 CPDF_Rect CFX_ListCtrl::InToOut(const CPDF_Rect& rect) const { in InToOut()
447 CPDF_Rect CFX_ListCtrl::OutToIn(const CPDF_Rect& rect) const { in OutToIn()
454 void CFX_ListCtrl::OnMouseDown(const CPDF_Point& point, in OnMouseDown()
493 void CFX_ListCtrl::OnMouseMove(const CPDF_Point& point, in OnMouseMove()
521 void CFX_ListCtrl::OnVK(int32_t nItemIndex, FX_BOOL bShift, FX_BOOL bCtrl) { in OnVK()
[all …]
Dfxet_module.cpp25 return new CFX_ListCtrl(); in NewList()
30 delete (CFX_ListCtrl*)pList; in DelList()
/external/pdfium/fpdfsdk/include/fxedit/
Dfxet_list.h280 class CFX_ListCtrl : public CFX_List {
282 CFX_ListCtrl();
283 ~CFX_ListCtrl() override;