Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <cffl_fieldaction.h>
Public Member Functions | |
CFFL_FieldAction () | |
CFFL_FieldAction (const CFFL_FieldAction &other)=delete | |
~CFFL_FieldAction () | |
Public Attributes | |
bool | bModifier = false |
bool | bShift = false |
bool | bKeyDown = false |
bool | bWillCommit = false |
bool | bFieldFull = false |
bool | bRC = true |
int | nSelEnd = 0 |
int | nSelStart = 0 |
WideString | sChange |
WideString | sChangeEx |
WideString | sValue |
Definition at line 12 of file cffl_fieldaction.h.
|
default |
|
delete |
|
default |
bool CFFL_FieldAction::bFieldFull = false |
Definition at line 21 of file cffl_fieldaction.h.
Referenced by CFFL_ComboBox::GetActionData(), and CFFL_TextField::GetActionData().
bool CFFL_FieldAction::bKeyDown = false |
Definition at line 19 of file cffl_fieldaction.h.
Referenced by CFFL_InteractiveFormFiller::OnBeforeKeyStroke(), CFFL_InteractiveFormFiller::OnKeyStrokeCommit(), and CFFL_InteractiveFormFiller::OnValidate().
bool CFFL_FieldAction::bModifier = false |
Definition at line 17 of file cffl_fieldaction.h.
Referenced by CFFL_InteractiveFormFiller::OnBeforeKeyStroke(), CFFL_InteractiveFormFiller::OnButtonUp(), CFFL_InteractiveFormFiller::OnKeyStrokeCommit(), CPDFSDK_InteractiveForm::OnKeyStrokeCommit(), CFFL_InteractiveFormFiller::OnKillFocus(), CFFL_InteractiveFormFiller::OnLButtonDown(), CFFL_InteractiveFormFiller::OnMouseEnter(), CFFL_InteractiveFormFiller::OnMouseExit(), CFFL_InteractiveFormFiller::OnSetFocus(), CFFL_InteractiveFormFiller::OnValidate(), and CPDFSDK_InteractiveForm::OnValidate().
bool CFFL_FieldAction::bRC = true |
bool CFFL_FieldAction::bShift = false |
Definition at line 18 of file cffl_fieldaction.h.
Referenced by CFFL_InteractiveFormFiller::OnBeforeKeyStroke(), CFFL_InteractiveFormFiller::OnButtonUp(), CFFL_InteractiveFormFiller::OnKeyStrokeCommit(), CPDFSDK_InteractiveForm::OnKeyStrokeCommit(), CFFL_InteractiveFormFiller::OnKillFocus(), CFFL_InteractiveFormFiller::OnLButtonDown(), CFFL_InteractiveFormFiller::OnMouseEnter(), CFFL_InteractiveFormFiller::OnMouseExit(), CFFL_InteractiveFormFiller::OnSetFocus(), CFFL_InteractiveFormFiller::OnValidate(), and CPDFSDK_InteractiveForm::OnValidate().
bool CFFL_FieldAction::bWillCommit = false |
Definition at line 20 of file cffl_fieldaction.h.
Referenced by CFFL_InteractiveFormFiller::OnBeforeKeyStroke(), and CFFL_InteractiveFormFiller::OnKeyStrokeCommit().
int CFFL_FieldAction::nSelEnd = 0 |
Definition at line 23 of file cffl_fieldaction.h.
Referenced by CFFL_ComboBox::GetActionData(), CFFL_InteractiveFormFiller::OnBeforeKeyStroke(), CFFL_ComboBox::SetActionData(), CFFL_TextField::SetActionData(), and TEST_F().
int CFFL_FieldAction::nSelStart = 0 |
Definition at line 24 of file cffl_fieldaction.h.
Referenced by CFFL_ComboBox::GetActionData(), CFFL_InteractiveFormFiller::OnBeforeKeyStroke(), CFFL_ComboBox::SetActionData(), CFFL_TextField::SetActionData(), and TEST_F().
WideString CFFL_FieldAction::sChange |
Definition at line 25 of file cffl_fieldaction.h.
WideString CFFL_FieldAction::sChangeEx |
Definition at line 26 of file cffl_fieldaction.h.
WideString CFFL_FieldAction::sValue |
Definition at line 27 of file cffl_fieldaction.h.