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 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 CFWL_Event
enum class  Type {
  CheckStateChanged , Click , Close , EditChanged ,
  Mouse , PostDropDown , PreDropDown , Scroll ,
  SelectChanged , TextWillChange , TextFull , Validate
}
 

Detailed Description

Definition at line 14 of file cfwl_eventselectchanged.h.

Constructor & Destructor Documentation

◆ CFWL_EventSelectChanged() [1/2]

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

Definition at line 9 of file cfwl_eventselectchanged.cpp.

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

+ Here is the call graph for this function:

◆ CFWL_EventSelectChanged() [2/2]

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

Definition at line 17 of file cfwl_eventselectchanged.cpp.

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

+ Here is the call graph for this function:

◆ ~CFWL_EventSelectChanged()

CFWL_EventSelectChanged::~CFWL_EventSelectChanged ( )
overridedefault

Member Function Documentation

◆ GetDay()

int32_t CFWL_EventSelectChanged::GetDay ( ) const
inline

Definition at line 26 of file cfwl_eventselectchanged.h.

References m_iDay.

Referenced by CXFA_FFDateTimeEdit::OnProcessEvent().

+ Here is the caller graph for this function:

◆ GetLButtonUp()

bool CFWL_EventSelectChanged::GetLButtonUp ( ) const
inline

Definition at line 23 of file cfwl_eventselectchanged.h.

References m_bLButtonUp.

Referenced by CXFA_FFComboBox::OnProcessEvent().

+ Here is the caller graph for this function:

◆ GetMonth()

int32_t CFWL_EventSelectChanged::GetMonth ( ) const
inline

Definition at line 25 of file cfwl_eventselectchanged.h.

References m_iMonth.

Referenced by CXFA_FFDateTimeEdit::OnProcessEvent().

+ Here is the caller graph for this function:

◆ GetYear()

int32_t CFWL_EventSelectChanged::GetYear ( ) const
inline

Definition at line 24 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 CFWL_EventSelectChanged::m_bLButtonUp
protected

◆ m_iDay

const int32_t CFWL_EventSelectChanged::m_iDay
protected

◆ m_iMonth

const int32_t CFWL_EventSelectChanged::m_iMonth
protected

◆ m_iYear

const int32_t CFWL_EventSelectChanged::m_iYear
protected

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