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

#include <cfwl_eventvalidate.h>

Inheritance diagram for pdfium::CFWL_EventValidate:
Collaboration diagram for pdfium::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 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 WideString m_wsInsert
bool m_bValidate = true

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

Constructor & Destructor Documentation

◆ CFWL_EventValidate()

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

Definition at line 11 of file cfwl_eventvalidate.cpp.

References pdfium::CFWL_Event::CFWL_Event(), CFWL_EventValidate(), and pdfium::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()

pdfium::CFWL_EventValidate::~CFWL_EventValidate ( )
overridedefault

Member Function Documentation

◆ GetInsert()

WideString pdfium::CFWL_EventValidate::GetInsert ( ) const
inline

Definition at line 20 of file cfwl_eventvalidate.h.

Referenced by CXFA_FFNumericEdit::OnProcessEvent().

Here is the caller graph for this function:

◆ GetValidate()

bool pdfium::CFWL_EventValidate::GetValidate ( ) const
inline

Definition at line 21 of file cfwl_eventvalidate.h.

References m_bValidate.

Referenced by pdfium::CFWL_Edit::OnValidate().

Here is the caller graph for this function:

◆ SetValidate()

void pdfium::CFWL_EventValidate::SetValidate ( bool bValidate)
inline

Definition at line 22 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 pdfium::CFWL_EventValidate::m_bValidate = true
protected

Definition at line 26 of file cfwl_eventvalidate.h.

Referenced by GetValidate(), and SetValidate().

◆ m_wsInsert

const WideString pdfium::CFWL_EventValidate::m_wsInsert
protected

Definition at line 25 of file cfwl_eventvalidate.h.


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