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

#include <cffl_perwindowdata.h>

+ Inheritance diagram for CFFL_PerWindowData:
+ Collaboration diagram for CFFL_PerWindowData:

Public Member Functions

 CFFL_PerWindowData (CPDFSDK_Widget *pWidget, const CPDFSDK_PageView *pPageView, uint32_t nAppearanceAge, uint32_t nValueAge)
 
CFFL_PerWindowDataoperator= (const CFFL_PerWindowData &that)=delete
 
 ~CFFL_PerWindowData () override
 
std::unique_ptr< IPWL_FillerNotify::PerWindowDataClone () const override
 
CPDFSDK_WidgetGetWidget () const
 
const CPDFSDK_PageViewGetPageView () const
 
bool AppearanceAgeEquals (uint32_t age) const
 
uint32_t GetValueAge () const
 
void SetFormField (CFFL_FormField *pFormField)
 
CFFL_FormFieldGetFormField ()
 
- Public Member Functions inherited from IPWL_FillerNotify::PerWindowData
virtual ~PerWindowData ()=default
 

Detailed Description

Definition at line 20 of file cffl_perwindowdata.h.

Constructor & Destructor Documentation

◆ CFFL_PerWindowData()

CFFL_PerWindowData::CFFL_PerWindowData ( CPDFSDK_Widget * pWidget,
const CPDFSDK_PageView * pPageView,
uint32_t nAppearanceAge,
uint32_t nValueAge )

Definition at line 12 of file cffl_perwindowdata.cpp.

References CFFL_PerWindowData().

Referenced by CFFL_PerWindowData().

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

◆ ~CFFL_PerWindowData()

CFFL_PerWindowData::~CFFL_PerWindowData ( )
overridedefault

Member Function Documentation

◆ AppearanceAgeEquals()

bool CFFL_PerWindowData::AppearanceAgeEquals ( uint32_t age) const
inline

Definition at line 34 of file cffl_perwindowdata.h.

◆ Clone()

std::unique_ptr< IPWL_FillerNotify::PerWindowData > CFFL_PerWindowData::Clone ( ) const
overridevirtual

Implements IPWL_FillerNotify::PerWindowData.

Definition at line 26 of file cffl_perwindowdata.cpp.

◆ GetFormField()

CFFL_FormField * CFFL_PerWindowData::GetFormField ( )
inline

Definition at line 40 of file cffl_perwindowdata.h.

Referenced by CFFL_InteractiveFormFiller::OutputSelectedRect().

+ Here is the caller graph for this function:

◆ GetPageView()

const CPDFSDK_PageView * CFFL_PerWindowData::GetPageView ( ) const
inline

Definition at line 33 of file cffl_perwindowdata.h.

Referenced by CFFL_FormField::GetWindowMatrix(), and CFFL_InteractiveFormFiller::OnBeforeKeyStroke().

+ Here is the caller graph for this function:

◆ GetValueAge()

uint32_t CFFL_PerWindowData::GetValueAge ( ) const
inline

Definition at line 37 of file cffl_perwindowdata.h.

◆ GetWidget()

CPDFSDK_Widget * CFFL_PerWindowData::GetWidget ( ) const
inline

Definition at line 32 of file cffl_perwindowdata.h.

Referenced by CFFL_InteractiveFormFiller::InvalidateRect(), CFFL_InteractiveFormFiller::OnBeforeKeyStroke(), and CFFL_InteractiveFormFiller::QueryWherePopup().

+ Here is the caller graph for this function:

◆ operator=()

CFFL_PerWindowData & CFFL_PerWindowData::operator= ( const CFFL_PerWindowData & that)
delete

◆ SetFormField()

void CFFL_PerWindowData::SetFormField ( CFFL_FormField * pFormField)
inline

Definition at line 39 of file cffl_perwindowdata.h.

Referenced by CFFL_ComboBox::NewPWLWindow(), CFFL_ListBox::NewPWLWindow(), and CFFL_TextField::NewPWLWindow().

+ Here is the caller graph for this function:

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