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

#include <cfwl_eventselectchanged.h>

Inheritance diagram for pdfium::CFWL_EventSelectChanged:
Collaboration diagram for pdfium::CFWL_EventSelectChanged:

Public Member Functions

 CFWL_EventSelectChanged (CFWL_Widget *pSrcTarget, bool bLButtonUp)
 CFWL_EventSelectChanged (CFWL_Widget *pSrcTarget, int32_t iYear, int32_t iMonth, int32_t iDay)
 ~CFWL_EventSelectChanged () override
bool GetLButtonUp () const
int32_t GetYear () const
int32_t GetMonth () const
int32_t GetDay () 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

Protected Attributes

const bool m_bLButtonUp
const int32_t m_iYear
const int32_t m_iMonth
const int32_t m_iDay

Additional Inherited Members

Public Types inherited from pdfium::CFWL_Event
enum class  Type {
  CheckStateChanged , Click , Close , EditChanged ,
  Mouse , PostDropDown , PreDropDown , Scroll ,
  SelectChanged , TextWillChange , TextFull , Validate
}

Detailed Description

Definition at line 16 of file cfwl_eventselectchanged.h.

Constructor & Destructor Documentation

◆ CFWL_EventSelectChanged() [1/2]

pdfium::CFWL_EventSelectChanged::CFWL_EventSelectChanged ( CFWL_Widget * pSrcTarget,
bool bLButtonUp )

Definition at line 11 of file cfwl_eventselectchanged.cpp.

References pdfium::CFWL_Event::CFWL_Event(), m_bLButtonUp, m_iDay, m_iMonth, m_iYear, and pdfium::CFWL_Event::SelectChanged.

Here is the call graph for this function:

◆ CFWL_EventSelectChanged() [2/2]

pdfium::CFWL_EventSelectChanged::CFWL_EventSelectChanged ( CFWL_Widget * pSrcTarget,
int32_t iYear,
int32_t iMonth,
int32_t iDay )

Definition at line 19 of file cfwl_eventselectchanged.cpp.

References pdfium::CFWL_Event::CFWL_Event(), m_bLButtonUp, m_iDay, m_iMonth, m_iYear, and pdfium::CFWL_Event::SelectChanged.

Here is the call graph for this function:

◆ ~CFWL_EventSelectChanged()

pdfium::CFWL_EventSelectChanged::~CFWL_EventSelectChanged ( )
overridedefault

Member Function Documentation

◆ GetDay()

int32_t pdfium::CFWL_EventSelectChanged::GetDay ( ) const
inline

Definition at line 28 of file cfwl_eventselectchanged.h.

References m_iDay.

Referenced by CXFA_FFDateTimeEdit::OnProcessEvent().

Here is the caller graph for this function:

◆ GetLButtonUp()

bool pdfium::CFWL_EventSelectChanged::GetLButtonUp ( ) const
inline

Definition at line 25 of file cfwl_eventselectchanged.h.

References m_bLButtonUp.

Referenced by CXFA_FFComboBox::OnProcessEvent().

Here is the caller graph for this function:

◆ GetMonth()

int32_t pdfium::CFWL_EventSelectChanged::GetMonth ( ) const
inline

Definition at line 27 of file cfwl_eventselectchanged.h.

References m_iMonth.

Referenced by CXFA_FFDateTimeEdit::OnProcessEvent().

Here is the caller graph for this function:

◆ GetYear()

int32_t pdfium::CFWL_EventSelectChanged::GetYear ( ) const
inline

Definition at line 26 of file cfwl_eventselectchanged.h.

References m_iYear.

Referenced by CXFA_FFDateTimeEdit::OnProcessEvent().

Here is the caller graph for this function:

Member Data Documentation

◆ m_bLButtonUp

const bool pdfium::CFWL_EventSelectChanged::m_bLButtonUp
protected

◆ m_iDay

const int32_t pdfium::CFWL_EventSelectChanged::m_iDay
protected

◆ m_iMonth

const int32_t pdfium::CFWL_EventSelectChanged::m_iMonth
protected

◆ m_iYear

const int32_t pdfium::CFWL_EventSelectChanged::m_iYear
protected

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