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_Event Class Reference

#include <cfwl_event.h>

Inheritance diagram for pdfium::CFWL_Event:
Collaboration diagram for pdfium::CFWL_Event:

Public Types

enum class  Type {
  CheckStateChanged , Click , Close , EditChanged ,
  Mouse , PostDropDown , PreDropDown , Scroll ,
  SelectChanged , TextWillChange , TextFull , Validate
}

Public Member Functions

 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 17 of file cfwl_event.h.

Member Enumeration Documentation

◆ Type

enum class pdfium::CFWL_Event::Type
strong
Enumerator
CheckStateChanged 
Click 
Close 
EditChanged 
Mouse 
PostDropDown 
PreDropDown 
Scroll 
SelectChanged 
TextWillChange 
TextFull 
Validate 

Definition at line 21 of file cfwl_event.h.

Constructor & Destructor Documentation

◆ CFWL_Event() [1/3]

pdfium::CFWL_Event::CFWL_Event ( Type type)
explicit

Referenced by pdfium::CFWL_DateTimePicker::SetEditText().

Here is the caller graph for this function:

◆ CFWL_Event() [2/3]

pdfium::CFWL_Event::CFWL_Event ( Type type,
CFWL_Widget * pSrcTarget )

Definition at line 13 of file cfwl_event.cpp.

References CFWL_Event().

Referenced by CFWL_Event(), pdfium::CFWL_EventScroll::CFWL_EventScroll(), pdfium::CFWL_EventSelectChanged::CFWL_EventSelectChanged(), pdfium::CFWL_EventSelectChanged::CFWL_EventSelectChanged(), pdfium::CFWL_EventTextWillChange::CFWL_EventTextWillChange(), and pdfium::CFWL_EventValidate::CFWL_EventValidate().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ CFWL_Event() [3/3]

pdfium::CFWL_Event::CFWL_Event ( Type type,
CFWL_Widget * pSrcTarget,
CFWL_Widget * pDstTarget )

Definition at line 16 of file cfwl_event.cpp.

References CFWL_Event().

Referenced by CFWL_Event(), and pdfium::CFWL_EventMouse::CFWL_EventMouse().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ ~CFWL_Event()

pdfium::CFWL_Event::~CFWL_Event ( )
virtualdefault

Member Function Documentation

◆ GetDstTarget()

CFWL_Widget * pdfium::CFWL_Event::GetDstTarget ( ) const
inline

Definition at line 43 of file cfwl_event.h.

◆ GetSrcTarget()

CFWL_Widget * pdfium::CFWL_Event::GetSrcTarget ( ) const
inline

Definition at line 42 of file cfwl_event.h.

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

Here is the caller graph for this function:

◆ GetType()


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