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
RecordUnsupportedErrorDelegate Class Referencefinal
+ Inheritance diagram for RecordUnsupportedErrorDelegate:
+ Collaboration diagram for RecordUnsupportedErrorDelegate:

Public Member Functions

 RecordUnsupportedErrorDelegate ()=default
 
 ~RecordUnsupportedErrorDelegate () override=default
 
void UnsupportedHandler (int type) override
 
 RecordUnsupportedErrorDelegate ()=default
 
 ~RecordUnsupportedErrorDelegate () override=default
 
void UnsupportedHandler (int type) override
 
- Public Member Functions inherited from EmbedderTest::Delegate
virtual ~Delegate ()=default
 
virtual int Alert (FPDF_WIDESTRING message, FPDF_WIDESTRING title, int type, int icon)
 
virtual int SetTimer (int msecs, TimerCallback fn)
 
virtual void KillTimer (int id)
 
virtual FPDF_PAGE GetPage (FPDF_FORMFILLINFO *info, FPDF_DOCUMENT document, int page_index)
 
virtual void DoURIAction (FPDF_BYTESTRING uri)
 
virtual void DoGoToAction (FPDF_FORMFILLINFO *info, int page_index, int zoom_mode, float *pos_arry, int array_size)
 
virtual void OnFocusChange (FPDF_FORMFILLINFO *info, FPDF_ANNOTATION annot, int page_index)
 
virtual void DoURIActionWithKeyboardModifier (FPDF_FORMFILLINFO *info, FPDF_BYTESTRING uri, int modifiers)
 

Public Attributes

int type_ = -1
 

Detailed Description

Definition at line 1374 of file fpdf_view_embeddertest.cpp.

Constructor & Destructor Documentation

◆ RecordUnsupportedErrorDelegate() [1/2]

RecordUnsupportedErrorDelegate::RecordUnsupportedErrorDelegate ( )
default

◆ ~RecordUnsupportedErrorDelegate() [1/2]

RecordUnsupportedErrorDelegate::~RecordUnsupportedErrorDelegate ( )
overridedefault

◆ RecordUnsupportedErrorDelegate() [2/2]

RecordUnsupportedErrorDelegate::RecordUnsupportedErrorDelegate ( )
default

◆ ~RecordUnsupportedErrorDelegate() [2/2]

RecordUnsupportedErrorDelegate::~RecordUnsupportedErrorDelegate ( )
overridedefault

Member Function Documentation

◆ UnsupportedHandler() [1/2]

void RecordUnsupportedErrorDelegate::UnsupportedHandler ( int type)
inlineoverridevirtual

Reimplemented from EmbedderTest::Delegate.

Definition at line 1379 of file fpdf_view_embeddertest.cpp.

References type_.

◆ UnsupportedHandler() [2/2]

void RecordUnsupportedErrorDelegate::UnsupportedHandler ( int type)
inlineoverridevirtual

Reimplemented from EmbedderTest::Delegate.

Definition at line 1379 of file fpdf_view_embeddertest.cpp.

Member Data Documentation

◆ type_

int RecordUnsupportedErrorDelegate::type_ = -1

Definition at line 1381 of file fpdf_view_embeddertest.cpp.

Referenced by TEST_F(), TEST_F(), TEST_F(), and UnsupportedHandler().


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