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.cpp509 CFX_ListCtrl::CFX_ListCtrl() : m_pNotify(NULL), in CFX_ListCtrl() function in CFX_ListCtrl
519 CFX_ListCtrl::~CFX_ListCtrl() in ~CFX_ListCtrl()
523 void CFX_ListCtrl::SetNotify(IFX_List_Notify * pNotify) in SetNotify()
528 CPDF_Point CFX_ListCtrl::InToOut(const CPDF_Point & point) const in InToOut()
536 CPDF_Point CFX_ListCtrl::OutToIn(const CPDF_Point & point) const in OutToIn()
544 CPDF_Rect CFX_ListCtrl::InToOut(const CPDF_Rect & rect) const in InToOut()
552 CPDF_Rect CFX_ListCtrl::OutToIn(const CPDF_Rect & rect) const in OutToIn()
560 void CFX_ListCtrl::OnMouseDown(const CPDF_Point & point,FX_BOOL bShift,FX_BOOL bCtrl) in OnMouseDown()
609 void CFX_ListCtrl::OnMouseMove(const CPDF_Point & point,FX_BOOL bShift,FX_BOOL bCtrl) in OnMouseMove()
642 void CFX_ListCtrl::OnVK(FX_INT32 nItemIndex,FX_BOOL bShift,FX_BOOL bCtrl) in OnVK()
[all …]
Dfxet_module.cpp37 return new CFX_ListCtrl(); in NewList()
44 delete (CFX_ListCtrl*)pList; in DelList()
/external/pdfium/fpdfsdk/include/fxedit/
Dfxet_list.h298 class CFX_ListCtrl : public CFX_List
301 CFX_ListCtrl();
302 virtual ~CFX_ListCtrl();