![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <cfwl_scrollbar.h>
Public Member Functions | |
| ~CFWL_ScrollBar () override | |
| FWL_Type | GetClassID () const override |
| void | Update () override |
| void | DrawWidget (CFGAS_GEGraphics *pGraphics, const CFX_Matrix &matrix) override |
| void | OnProcessMessage (CFWL_Message *pMessage) override |
| void | OnDrawWidget (CFGAS_GEGraphics *pGraphics, const CFX_Matrix &matrix) override |
| void | OnTimerFired () override |
| void | GetRange (float *fMin, float *fMax) const |
| void | SetRange (float fMin, float fMax) |
| float | GetPageSize () const |
| void | SetPageSize (float fPageSize) |
| float | GetStepSize () const |
| void | SetStepSize (float fStepSize) |
| float | GetPos () const |
| void | SetPos (float fPos) |
| void | SetTrackPos (float fTrackPos) |
| Public Member Functions inherited from pdfium::CFWL_Widget | |
| ~CFWL_Widget () override | |
| virtual void | PreFinalize () |
| void | Trace (cppgc::Visitor *visitor) const override |
| virtual bool | IsForm () const |
| virtual CFX_RectF | GetAutosizedWidgetRect () |
| virtual CFX_RectF | GetWidgetRect () |
| virtual CFX_RectF | GetClientRect () |
| virtual void | ModifyStyleExts (uint32_t dwStyleExtsAdded, uint32_t dwStyleExtsRemoved) |
| virtual void | SetStates (uint32_t dwStates) |
| virtual void | RemoveStates (uint32_t dwStates) |
| virtual FWL_WidgetHit | HitTest (const CFX_PointF &point) |
| void | OnProcessMessage (CFWL_Message *pMessage) override |
| void | OnProcessEvent (CFWL_Event *pEvent) override |
| void | InflateWidgetRect (CFX_RectF &rect) |
| void | SetWidgetRect (const CFX_RectF &rect) |
| bool | IsVisible () const |
| bool | IsOverLapper () const |
| bool | IsPopup () const |
| bool | IsChild () const |
| CFWL_WidgetMgr * | GetWidgetMgr () const |
| CFWL_Widget * | GetOuter () const |
| CFWL_Widget * | GetOutmost () const |
| void | ModifyStyles (uint32_t dwStylesAdded, uint32_t dwStylesRemoved) |
| uint32_t | GetStyleExts () const |
| uint32_t | GetStates () const |
| CFX_PointF | TransformTo (CFWL_Widget *pWidget, const CFX_PointF &point) |
| CFX_Matrix | GetMatrix () const |
| IFWL_ThemeProvider * | GetThemeProvider () const |
| void | SetDelegate (IFWL_WidgetDelegate *delegate) |
| IFWL_WidgetDelegate * | GetDelegate () |
| const IFWL_WidgetDelegate * | GetDelegate () const |
| CFWL_App * | GetFWLApp () const |
| uint64_t | GetEventKey () const |
| void | SetEventKey (uint64_t key) |
| AdapterIface * | GetAdapterIface () const |
| void | SetAdapterIface (AdapterIface *pItem) |
| void | RepaintRect (const CFX_RectF &pRect) |
| Public Member Functions inherited from pdfium::IFWL_WidgetDelegate | |
| virtual | ~IFWL_WidgetDelegate ()=default |
| Public Member Functions inherited from CFX_Timer::CallbackIface | |
| virtual | ~CallbackIface ()=default |
Public Attributes | |
| CONSTRUCT_VIA_MAKE_GARBAGE_COLLECTED | |
| Public Attributes inherited from pdfium::CFWL_Widget | |
| CONSTRUCT_VIA_MAKE_GARBAGE_COLLECTED | |
Additional Inherited Members | |
| Protected Member Functions inherited from pdfium::CFWL_Widget | |
| CFWL_Widget (CFWL_App *app, const Properties &properties, CFWL_Widget *pOuter) | |
| bool | IsEnabled () const |
| bool | IsLocked () const |
| bool | HasBorder () const |
| CFX_RectF | GetEdgeRect () const |
| float | GetCXBorderSize () const |
| float | GetCYBorderSize () const |
| CFX_RectF | GetRelativeRect () const |
| CFX_SizeF | CalcTextSize (const WideString &wsText, bool bMultiLine) |
| void | CalcTextRect (const WideString &wsText, const FDE_TextStyle &dwTTOStyles, FDE_TextAlignment iTTOAlign, CFX_RectF *pRect) |
| void | SetGrab (bool bSet) |
| void | UnregisterEventTarget () |
| void | DispatchEvent (CFWL_Event *pEvent) |
| void | DrawBorder (CFGAS_GEGraphics *pGraphics, CFWL_ThemePart::Part iPartBorder, const CFX_Matrix &pMatrix) |
| Protected Attributes inherited from pdfium::CFWL_Widget | |
| Properties | m_Properties |
| CFX_RectF | m_WidgetRect |
Definition at line 25 of file cfwl_scrollbar.h.
|
overridedefault |
|
overridevirtual |
Implements pdfium::CFWL_Widget.
Definition at line 48 of file cfwl_scrollbar.cpp.
References pdfium::CFWL_Widget::DrawBorder(), pdfium::CFWL_Widget::HasBorder(), and pdfium::CFWL_ThemePart::kBorder.
Referenced by OnDrawWidget().
|
overridevirtual |
Implements pdfium::CFWL_Widget.
Definition at line 37 of file cfwl_scrollbar.cpp.
References pdfium::ScrollBar.
|
inline |
Definition at line 51 of file cfwl_scrollbar.h.
|
inline |
Definition at line 55 of file cfwl_scrollbar.h.
|
inline |
Definition at line 43 of file cfwl_scrollbar.h.
|
inline |
Definition at line 53 of file cfwl_scrollbar.h.
|
overridevirtual |
Implements pdfium::IFWL_WidgetDelegate.
Definition at line 333 of file cfwl_scrollbar.cpp.
References DrawWidget().
|
overridevirtual |
Implements pdfium::IFWL_WidgetDelegate.
Definition at line 307 of file cfwl_scrollbar.cpp.
References pdfium::CFWL_MessageMouseWheel::delta(), pdfium::CFWL_Message::GetType(), pdfium::CFWL_MessageMouse::kLeave, pdfium::CFWL_MessageMouse::kLeftButtonDown, pdfium::CFWL_MessageMouse::kLeftButtonUp, pdfium::CFWL_Message::kMouse, pdfium::CFWL_Message::kMouseWheel, pdfium::CFWL_MessageMouse::kMove, and pdfium::CFWL_MessageMouse::m_dwCmd.
|
overridevirtual |
Implements CFX_Timer::CallbackIface.
Definition at line 463 of file cfwl_scrollbar.cpp.
|
inline |
Definition at line 52 of file cfwl_scrollbar.h.
|
inline |
Definition at line 56 of file cfwl_scrollbar.h.
|
inline |
Definition at line 47 of file cfwl_scrollbar.h.
|
inline |
Definition at line 54 of file cfwl_scrollbar.h.
| void pdfium::CFWL_ScrollBar::SetTrackPos | ( | float | fTrackPos | ) |
Definition at line 63 of file cfwl_scrollbar.cpp.
References CFX_RectF::operator=().
|
overridevirtual |
Implements pdfium::CFWL_Widget.
Definition at line 41 of file cfwl_scrollbar.cpp.
References pdfium::CFWL_Widget::IsLocked().
| pdfium::CFWL_ScrollBar::CONSTRUCT_VIA_MAKE_GARBAGE_COLLECTED |
Definition at line 28 of file cfwl_scrollbar.h.