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
CXFA_EventParam Class Reference

#include <cxfa_eventparam.h>

+ Collaboration diagram for CXFA_EventParam:

Public Member Functions

 CXFA_EventParam (XFA_EVENTTYPE type)
 
 CXFA_EventParam (const CXFA_EventParam &other)
 
 ~CXFA_EventParam ()
 
CXFA_EventParamoperator= (const CXFA_EventParam &other)
 
CXFA_EventParamoperator= (CXFA_EventParam &&other) noexcept
 
WideString GetNewText () const
 

Public Attributes

XFA_EVENTTYPE m_eType
 
bool m_bCancelAction = false
 
bool m_bKeyDown = false
 
bool m_bModifier = false
 
bool m_bReenter = false
 
bool m_bShift = false
 
bool m_bIsFormReady = false
 
bool m_bTargeted = true
 
int32_t m_iCommitKey = 0
 
int32_t m_iSelEnd = 0
 
int32_t m_iSelStart = 0
 
WideString m_wsResult
 
WideString m_wsChange
 
WideString m_wsFullText
 
WideString m_wsNewContentType
 
WideString m_wsPrevContentType
 
WideString m_wsPrevText
 
WideString m_wsSoapFaultCode
 
WideString m_wsSoapFaultString
 

Detailed Description

Definition at line 49 of file cxfa_eventparam.h.

Constructor & Destructor Documentation

◆ CXFA_EventParam() [1/2]

◆ CXFA_EventParam() [2/2]

CXFA_EventParam::CXFA_EventParam ( const CXFA_EventParam & other)
default

◆ ~CXFA_EventParam()

CXFA_EventParam::~CXFA_EventParam ( )
default

Member Function Documentation

◆ GetNewText()

WideString CXFA_EventParam::GetNewText ( ) const

Definition at line 21 of file cxfa_eventparam.cpp.

◆ operator=() [1/2]

CXFA_EventParam & CXFA_EventParam::operator= ( const CXFA_EventParam & other)
default

◆ operator=() [2/2]

CXFA_EventParam & CXFA_EventParam::operator= ( CXFA_EventParam && other)
defaultnoexcept

Member Data Documentation

◆ m_bCancelAction

bool CXFA_EventParam::m_bCancelAction = false

Definition at line 61 of file cxfa_eventparam.h.

Referenced by CXFA_FFTextEdit::OnTextWillChange().

◆ m_bIsFormReady

bool CXFA_EventParam::m_bIsFormReady = false

Definition at line 66 of file cxfa_eventparam.h.

Referenced by CXFA_FFDocView::ExecEventActivityByDeepFirst().

◆ m_bKeyDown

bool CXFA_EventParam::m_bKeyDown = false

Definition at line 62 of file cxfa_eventparam.h.

◆ m_bModifier

bool CXFA_EventParam::m_bModifier = false

Definition at line 63 of file cxfa_eventparam.h.

◆ m_bReenter

bool CXFA_EventParam::m_bReenter = false

Definition at line 64 of file cxfa_eventparam.h.

◆ m_bShift

bool CXFA_EventParam::m_bShift = false

Definition at line 65 of file cxfa_eventparam.h.

◆ m_bTargeted

◆ m_eType

◆ m_iCommitKey

int32_t CXFA_EventParam::m_iCommitKey = 0

Definition at line 68 of file cxfa_eventparam.h.

◆ m_iSelEnd

int32_t CXFA_EventParam::m_iSelEnd = 0

Definition at line 69 of file cxfa_eventparam.h.

Referenced by CXFA_FFTextEdit::OnTextWillChange().

◆ m_iSelStart

int32_t CXFA_EventParam::m_iSelStart = 0

Definition at line 70 of file cxfa_eventparam.h.

Referenced by CXFA_FFTextEdit::OnTextWillChange().

◆ m_wsChange

WideString CXFA_EventParam::m_wsChange

Definition at line 72 of file cxfa_eventparam.h.

◆ m_wsFullText

WideString CXFA_EventParam::m_wsFullText

Definition at line 73 of file cxfa_eventparam.h.

◆ m_wsNewContentType

WideString CXFA_EventParam::m_wsNewContentType

Definition at line 74 of file cxfa_eventparam.h.

◆ m_wsPrevContentType

WideString CXFA_EventParam::m_wsPrevContentType

Definition at line 75 of file cxfa_eventparam.h.

◆ m_wsPrevText

WideString CXFA_EventParam::m_wsPrevText

Definition at line 76 of file cxfa_eventparam.h.

◆ m_wsResult

WideString CXFA_EventParam::m_wsResult

Definition at line 71 of file cxfa_eventparam.h.

◆ m_wsSoapFaultCode

WideString CXFA_EventParam::m_wsSoapFaultCode

Definition at line 77 of file cxfa_eventparam.h.

◆ m_wsSoapFaultString

WideString CXFA_EventParam::m_wsSoapFaultString

Definition at line 78 of file cxfa_eventparam.h.


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