![]() |
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_eventscroll.h>
Public Types | |
| enum class | Code { None = 1 , Min , Max , PageBackward , PageForward , StepBackward , StepForward , Pos , TrackPos , EndScroll } |
| Public Types inherited from pdfium::CFWL_Event | |
| enum class | Type { CheckStateChanged , Click , Close , EditChanged , Mouse , PostDropDown , PreDropDown , Scroll , SelectChanged , TextWillChange , TextFull , Validate } |
Public Member Functions | |
| CFWL_EventScroll (CFWL_Widget *pSrcTarget, Code code, float pos) | |
| ~CFWL_EventScroll () override | |
| Code | GetScrollCode () const |
| float | GetPos () const |
| Public Member Functions inherited from pdfium::CFWL_Event | |
| CFWL_Event (Type type) | |
| CFWL_Event (Type type, CFWL_Widget *pSrcTarget) | |
| CFWL_Event (Type type, CFWL_Widget *pSrcTarget, CFWL_Widget *pDstTarget) | |
| virtual | ~CFWL_Event () |
| Type | GetType () const |
| CFWL_Widget * | GetSrcTarget () const |
| CFWL_Widget * | GetDstTarget () const |
Definition at line 14 of file cfwl_eventscroll.h.
|
strong |
| Enumerator | |
|---|---|
| None | |
| Min | |
| Max | |
| PageBackward | |
| PageForward | |
| StepBackward | |
| StepForward | |
| Pos | |
| TrackPos | |
| EndScroll | |
Definition at line 16 of file cfwl_eventscroll.h.
| pdfium::CFWL_EventScroll::CFWL_EventScroll | ( | CFWL_Widget * | pSrcTarget, |
| Code | code, | ||
| float | pos ) |
Definition at line 11 of file cfwl_eventscroll.cpp.
References pdfium::CFWL_Event::CFWL_Event(), and pdfium::CFWL_Event::Scroll.
|
overridedefault |
|
inline |
Definition at line 33 of file cfwl_eventscroll.h.
Referenced by pdfium::CFWL_ComboBox::OnProcessEvent(), pdfium::CFWL_Edit::OnProcessEvent(), and pdfium::CFWL_ListBox::OnProcessEvent().
|
inline |
Definition at line 32 of file cfwl_eventscroll.h.
Referenced by pdfium::CFWL_ComboBox::OnProcessEvent(), pdfium::CFWL_Edit::OnProcessEvent(), and pdfium::CFWL_ListBox::OnProcessEvent().