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

#include <cfwl_eventselectchanged.h>

Inheritance diagram for CFWL_EventSelectChanged:
Collaboration diagram for 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.

◆ 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.

◆ ~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.

◆ GetLButtonUp()

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

Definition at line 25 of file cfwl_eventselectchanged.h.

◆ GetMonth()

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

Definition at line 27 of file cfwl_eventselectchanged.h.

◆ GetYear()

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

Definition at line 26 of file cfwl_eventselectchanged.h.

Member Data Documentation

◆ m_bLButtonUp

const bool pdfium::CFWL_EventSelectChanged::m_bLButtonUp
protected

Definition at line 32 of file cfwl_eventselectchanged.h.

◆ m_iDay

const int32_t pdfium::CFWL_EventSelectChanged::m_iDay
protected

Definition at line 37 of file cfwl_eventselectchanged.h.

◆ m_iMonth

const int32_t pdfium::CFWL_EventSelectChanged::m_iMonth
protected

Definition at line 36 of file cfwl_eventselectchanged.h.

◆ m_iYear

const int32_t pdfium::CFWL_EventSelectChanged::m_iYear
protected

Definition at line 35 of file cfwl_eventselectchanged.h.


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