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
CFWL_EventScroll Class Referencefinal

#include <cfwl_eventscroll.h>

+ Inheritance diagram for CFWL_EventScroll:
+ Collaboration diagram for CFWL_EventScroll:

Public Types

enum class  Code {
  None = 1 , Min , Max , PageBackward ,
  PageForward , StepBackward , StepForward , Pos ,
  TrackPos , EndScroll
}
 
- Public Types inherited from 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 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 12 of file cfwl_eventscroll.h.

Member Enumeration Documentation

◆ Code

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

Definition at line 14 of file cfwl_eventscroll.h.

Constructor & Destructor Documentation

◆ CFWL_EventScroll()

CFWL_EventScroll::CFWL_EventScroll ( CFWL_Widget * pSrcTarget,
Code code,
float pos )

Definition at line 9 of file cfwl_eventscroll.cpp.

References CFWL_Event::CFWL_Event(), and CFWL_Event::Scroll.

+ Here is the call graph for this function:

◆ ~CFWL_EventScroll()

CFWL_EventScroll::~CFWL_EventScroll ( )
overridedefault

Member Function Documentation

◆ GetPos()

float CFWL_EventScroll::GetPos ( ) const
inline

Definition at line 31 of file cfwl_eventscroll.h.

Referenced by CFWL_ComboBox::OnProcessEvent(), CFWL_Edit::OnProcessEvent(), and CFWL_ListBox::OnProcessEvent().

+ Here is the caller graph for this function:

◆ GetScrollCode()

Code CFWL_EventScroll::GetScrollCode ( ) const
inline

Definition at line 30 of file cfwl_eventscroll.h.

Referenced by CFWL_ComboBox::OnProcessEvent(), CFWL_Edit::OnProcessEvent(), and CFWL_ListBox::OnProcessEvent().

+ Here is the caller graph for this function:

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