Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
pdfium::CFWL_EventScroll Class Referencefinal

#include <cfwl_eventscroll.h>

Inheritance diagram for pdfium::CFWL_EventScroll:
Collaboration diagram for pdfium::CFWL_EventScroll:

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_WidgetGetSrcTarget () const
CFWL_WidgetGetDstTarget () const

Detailed Description

Definition at line 14 of file cfwl_eventscroll.h.

Member Enumeration Documentation

◆ Code

enum class pdfium::CFWL_EventScroll::Code
strong
Enumerator
None 
Min 
Max 
PageBackward 
PageForward 
StepBackward 
StepForward 
Pos 
TrackPos 
EndScroll 

Definition at line 16 of file cfwl_eventscroll.h.

Constructor & Destructor Documentation

◆ CFWL_EventScroll()

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.

Here is the call graph for this function:

◆ ~CFWL_EventScroll()

pdfium::CFWL_EventScroll::~CFWL_EventScroll ( )
overridedefault

Member Function Documentation

◆ GetPos()

float pdfium::CFWL_EventScroll::GetPos ( ) const
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().

Here is the caller graph for this function:

◆ GetScrollCode()

Code pdfium::CFWL_EventScroll::GetScrollCode ( ) const
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().

Here is the caller graph for this function:

The documentation for this class was generated from the following files: