Searched refs:CPWL_ScrollBar (Results 1 – 9 of 9) sorted by relevance
616 CPWL_ScrollBar::CPWL_ScrollBar(PWL_SCROLLBAR_TYPE sbType): in CPWL_ScrollBar() function in CPWL_ScrollBar627 CPWL_ScrollBar::~CPWL_ScrollBar() in ~CPWL_ScrollBar()631 CFX_ByteString CPWL_ScrollBar::GetClassName() const in GetClassName()636 void CPWL_ScrollBar::OnCreate(PWL_CREATEPARAM & cp) in OnCreate()641 void CPWL_ScrollBar::RePosChildWnd() in RePosChildWnd()728 void CPWL_ScrollBar::GetThisAppearanceStream(CFX_ByteTextBuf & sAppStream) in GetThisAppearanceStream()745 void CPWL_ScrollBar::DrawThisAppearance(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device) in DrawThisAppearance()764 FX_BOOL CPWL_ScrollBar::OnLButtonDown(const CPDF_Point & point, FX_DWORD nFlag) in OnLButtonDown()824 FX_BOOL CPWL_ScrollBar::OnLButtonUp(const CPDF_Point & point, FX_DWORD nFlag) in OnLButtonUp()843 void CPWL_ScrollBar::OnNotify(CPWL_Wnd* pWnd, FX_DWORD msg, FX_INTPTR wParam, FX_INTPTR lParam) in OnNotify()[all …]
441 if (CPWL_ScrollBar* pScrollBar = this->GetVScrollBar()) in OnCreated()460 if (CPWL_ScrollBar* pScrollBar = this->GetVScrollBar()) in OnNotify()498 if (CPWL_ScrollBar* pScrollBar = this->GetVScrollBar()) in OnNotify()583 if (CPWL_ScrollBar* pScrollBar = this->GetVScrollBar()) in OnMouseWheel()
85 if (CPWL_ScrollBar * pVSB = this->GetVScrollBar()) in RePosChildWnd()108 if (CPWL_ScrollBar * pVSB = this->GetVScrollBar()) in GetClientRect()221 if (CPWL_ScrollBar * pScroll = GetVScrollBar()) in OnCreated()877 if (CPWL_ScrollBar * pScroll = GetVScrollBar()) in ShowVScrollBar()903 if (CPWL_ScrollBar * pScroll = GetVScrollBar()) in IsVScrollBarVisible()
677 if (CPWL_ScrollBar * pVSB = this->GetVScrollBar()) in GetClientRect()819 CPWL_ScrollBar* CPWL_Wnd::GetVScrollBar() const in GetVScrollBar()846 if ((m_pVScrollBar = new CPWL_ScrollBar(SBT_VSCROLL))) in CreateVScrollBar()953 CPWL_ScrollBar * pVSB = this->GetVScrollBar(); in RePosChildWnd()
45 if (CPWL_ScrollBar * pScroll = m_pList->GetVScrollBar()) in IOnSetScrollInfoY()
1513 m_pContentsBar = new CPWL_ScrollBar(SBT_VSCROLL); in CreateChildWnd()
11 class CPWL_ScrollBar; variable98 class CPWL_ScrollBar : public CPWL_Wnd 101 CPWL_ScrollBar(PWL_SCROLLBAR_TYPE sbType = SBT_HSCROLL);102 virtual ~CPWL_ScrollBar();
14 class CPWL_ScrollBar; variable369 CPWL_ScrollBar* GetVScrollBar() const;458 CPWL_ScrollBar* m_pVScrollBar;
342 CPWL_ScrollBar* m_pContentsBar;