Searched refs:CFX_ListCtrl (Results 1 – 4 of 4) sorted by relevance
191 CFX_ListCtrl::CFX_ListCtrl() in CFX_ListCtrl() function in CFX_ListCtrl202 CFX_ListCtrl::~CFX_ListCtrl() { in ~CFX_ListCtrl()206 void CFX_ListCtrl::SetNotify(CPWL_List_Notify* pNotify) { in SetNotify()210 CFX_PointF CFX_ListCtrl::InToOut(const CFX_PointF& point) const { in InToOut()216 CFX_PointF CFX_ListCtrl::OutToIn(const CFX_PointF& point) const { in OutToIn()222 CFX_FloatRect CFX_ListCtrl::InToOut(const CFX_FloatRect& rect) const { in InToOut()229 CFX_FloatRect CFX_ListCtrl::OutToIn(const CFX_FloatRect& rect) const { in OutToIn()236 void CFX_ListCtrl::OnMouseDown(const CFX_PointF& point, in OnMouseDown()275 void CFX_ListCtrl::OnMouseMove(const CFX_PointF& point, in OnMouseMove()303 void CFX_ListCtrl::OnVK(int32_t nItemIndex, bool bShift, bool bCtrl) { in OnVK()[all …]
218 class CFX_ListCtrl : protected CFX_ListContainer {220 CFX_ListCtrl();221 ~CFX_ListCtrl() override;
15 class CFX_ListCtrl; variable107 std::unique_ptr<CFX_ListCtrl> m_pList;
66 : m_pList(new CFX_ListCtrl), in CPWL_ListBox()