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

#include <cfwl_eventvalidate.h>

+ Inheritance diagram for CFWL_EventValidate:
+ Collaboration diagram for CFWL_EventValidate:

Public Member Functions

 CFWL_EventValidate (CFWL_Widget *pSrcTarget, const WideString &wsInsert)
 
 ~CFWL_EventValidate () override
 
WideString GetInsert () const
 
bool GetValidate () const
 
void SetValidate (bool bValidate)
 
- 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 WideString m_wsInsert
 
bool m_bValidate = true
 

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 13 of file cfwl_eventvalidate.h.

Constructor & Destructor Documentation

◆ CFWL_EventValidate()

CFWL_EventValidate::CFWL_EventValidate ( CFWL_Widget * pSrcTarget,
const WideString & wsInsert )

Definition at line 9 of file cfwl_eventvalidate.cpp.

References CFWL_Event::CFWL_Event(), CFWL_EventValidate(), and CFWL_Event::Validate.

Referenced by CFWL_EventValidate().

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

◆ ~CFWL_EventValidate()

CFWL_EventValidate::~CFWL_EventValidate ( )
overridedefault

Member Function Documentation

◆ GetInsert()

WideString CFWL_EventValidate::GetInsert ( ) const
inline

Definition at line 18 of file cfwl_eventvalidate.h.

Referenced by CXFA_FFNumericEdit::OnProcessEvent().

+ Here is the caller graph for this function:

◆ GetValidate()

bool CFWL_EventValidate::GetValidate ( ) const
inline

Definition at line 19 of file cfwl_eventvalidate.h.

References m_bValidate.

Referenced by CFWL_Edit::OnValidate().

+ Here is the caller graph for this function:

◆ SetValidate()

void CFWL_EventValidate::SetValidate ( bool bValidate)
inline

Definition at line 20 of file cfwl_eventvalidate.h.

References m_bValidate.

Referenced by CXFA_FFNumericEdit::OnProcessEvent().

+ Here is the caller graph for this function:

Member Data Documentation

◆ m_bValidate

bool CFWL_EventValidate::m_bValidate = true
protected

Definition at line 24 of file cfwl_eventvalidate.h.

Referenced by GetValidate(), and SetValidate().

◆ m_wsInsert

const WideString CFWL_EventValidate::m_wsInsert
protected

Definition at line 23 of file cfwl_eventvalidate.h.


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