Searched refs:CPWL_ScrollBar (Results 1 – 9 of 9) sorted by relevance
568 CPWL_ScrollBar::CPWL_ScrollBar(PWL_SCROLLBAR_TYPE sbType) in CPWL_ScrollBar() function in CPWL_ScrollBar577 CPWL_ScrollBar::~CPWL_ScrollBar() {} in ~CPWL_ScrollBar()579 CFX_ByteString CPWL_ScrollBar::GetClassName() const { in GetClassName()583 void CPWL_ScrollBar::OnCreate(PWL_CREATEPARAM& cp) { in OnCreate()587 void CPWL_ScrollBar::RePosChildWnd() { in RePosChildWnd()650 void CPWL_ScrollBar::GetThisAppearanceStream(CFX_ByteTextBuf& sAppStream) { in GetThisAppearanceStream()667 void CPWL_ScrollBar::DrawThisAppearance(CFX_RenderDevice* pDevice, in DrawThisAppearance()689 FX_BOOL CPWL_ScrollBar::OnLButtonDown(const CPDF_Point& point, FX_DWORD nFlag) { in OnLButtonDown()742 FX_BOOL CPWL_ScrollBar::OnLButtonUp(const CPDF_Point& point, FX_DWORD nFlag) { in OnLButtonUp()758 void CPWL_ScrollBar::OnNotify(CPWL_Wnd* pWnd, in OnNotify()[all …]
370 if (CPWL_ScrollBar* pScrollBar = GetVScrollBar()) { in OnCreated()387 if (CPWL_ScrollBar* pScrollBar = GetVScrollBar()) { in OnNotify()416 if (CPWL_ScrollBar* pScrollBar = GetVScrollBar()) in OnNotify()491 if (CPWL_ScrollBar* pScrollBar = GetVScrollBar()) in OnMouseWheel()
539 if (CPWL_ScrollBar* pVSB = GetVScrollBar()) in GetClientRect()623 CPWL_ScrollBar* CPWL_Wnd::GetVScrollBar() const { in GetVScrollBar()647 m_pVScrollBar = new CPWL_ScrollBar(SBT_VSCROLL); in CreateVScrollBar()733 CPWL_ScrollBar* pVSB = GetVScrollBar(); in RePosChildWnd()
74 if (CPWL_ScrollBar* pVSB = GetVScrollBar()) { in RePosChildWnd()93 if (CPWL_ScrollBar* pVSB = GetVScrollBar()) { in GetClientRect()195 if (CPWL_ScrollBar* pScroll = GetVScrollBar()) { in OnCreated()828 if (CPWL_ScrollBar* pScroll = GetVScrollBar()) { in ShowVScrollBar()847 if (CPWL_ScrollBar* pScroll = GetVScrollBar()) { in IsVScrollBarVisible()
43 if (CPWL_ScrollBar* pScroll = m_pList->GetVScrollBar()) { in IOnSetScrollInfoY()
1266 m_pContentsBar = new CPWL_ScrollBar(SBT_VSCROLL); in CreateChildWnd()
13 class CPWL_ScrollBar; variable92 class CPWL_ScrollBar : public CPWL_Wnd {94 CPWL_ScrollBar(PWL_SCROLLBAR_TYPE sbType = SBT_HSCROLL);95 ~CPWL_ScrollBar() override;
15 class CPWL_ScrollBar; variable365 CPWL_ScrollBar* GetVScrollBar() const;458 CPWL_ScrollBar* m_pVScrollBar;
342 CPWL_ScrollBar* m_pContentsBar;