Searched refs:CPWL_ScrollBar (Results 1 – 6 of 6) sorted by relevance
559 CPWL_ScrollBar::CPWL_ScrollBar(PWL_SCROLLBAR_TYPE sbType) in CPWL_ScrollBar() function in CPWL_ScrollBar568 CPWL_ScrollBar::~CPWL_ScrollBar() {} in ~CPWL_ScrollBar()570 CFX_ByteString CPWL_ScrollBar::GetClassName() const { in GetClassName()574 void CPWL_ScrollBar::OnCreate(PWL_CREATEPARAM& cp) { in OnCreate()578 void CPWL_ScrollBar::RePosChildWnd() { in RePosChildWnd()644 void CPWL_ScrollBar::GetThisAppearanceStream(CFX_ByteTextBuf& sAppStream) { in GetThisAppearanceStream()662 void CPWL_ScrollBar::DrawThisAppearance(CFX_RenderDevice* pDevice, in DrawThisAppearance()684 bool CPWL_ScrollBar::OnLButtonDown(const CFX_PointF& point, uint32_t nFlag) { in OnLButtonDown()739 bool CPWL_ScrollBar::OnLButtonUp(const CFX_PointF& point, uint32_t nFlag) { in OnLButtonUp()755 void CPWL_ScrollBar::OnNotify(CPWL_Wnd* pWnd, in OnNotify()[all …]
13 class CPWL_ScrollBar; variable118 class CPWL_ScrollBar : public CPWL_Wnd {120 explicit CPWL_ScrollBar(PWL_SCROLLBAR_TYPE sbType = SBT_HSCROLL);121 ~CPWL_ScrollBar() override;
21 class CPWL_ScrollBar; variable326 CPWL_ScrollBar* GetVScrollBar() const;401 CPWL_ScrollBar* m_pVScrollBar;
87 if (CPWL_ScrollBar* pVSB = GetVScrollBar()) { in RePosChildWnd()106 if (CPWL_ScrollBar* pVSB = GetVScrollBar()) { in GetClientRect()144 if (CPWL_ScrollBar* pScroll = GetVScrollBar()) { in OnCreated()579 if (CPWL_ScrollBar* pScroll = GetVScrollBar()) { in ShowVScrollBar()598 if (CPWL_ScrollBar* pScroll = GetVScrollBar()) { in IsVScrollBarVisible()
524 if (CPWL_ScrollBar* pVSB = GetVScrollBar()) in GetClientRect()596 CPWL_ScrollBar* CPWL_Wnd::GetVScrollBar() const { in GetVScrollBar()620 m_pVScrollBar = new CPWL_ScrollBar(SBT_VSCROLL); in CreateVScrollBar()705 CPWL_ScrollBar* pVSB = GetVScrollBar(); in RePosChildWnd()
41 if (CPWL_ScrollBar* pScroll = m_pList->GetVScrollBar()) { in IOnSetScrollInfoY()