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
EmbedderTest::ScopedEmbedderTestPage Class Reference

#include <embedder_test.h>

Collaboration diagram for EmbedderTest::ScopedEmbedderTestPage:

Public Member Functions

 ScopedEmbedderTestPage (EmbedderTest *test, int page_index)
 ScopedEmbedderTestPage (const ScopedEmbedderTestPage &)=delete
ScopedEmbedderTestPageoperator= (const ScopedEmbedderTestPage &)=delete
 ScopedEmbedderTestPage (ScopedEmbedderTestPage &&) noexcept
ScopedEmbedderTestPageoperator= (ScopedEmbedderTestPage &&) noexcept
 ~ScopedEmbedderTestPage ()
FPDF_PAGE get ()
 operator bool () const

Detailed Description

Definition at line 92 of file embedder_test.h.

Constructor & Destructor Documentation

◆ ScopedEmbedderTestPage() [1/3]

EmbedderTest::ScopedEmbedderTestPage::ScopedEmbedderTestPage ( EmbedderTest * test,
int page_index )

Definition at line 892 of file embedder_test.cpp.

References ScopedEmbedderTestPage(), and EmbedderTest::LoadPage().

Referenced by ScopedEmbedderTestPage(), and EmbedderTest::LoadScopedPage().

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

◆ ScopedEmbedderTestPage() [2/3]

EmbedderTest::ScopedEmbedderTestPage::ScopedEmbedderTestPage ( const ScopedEmbedderTestPage & )
delete

◆ ScopedEmbedderTestPage() [3/3]

EmbedderTest::ScopedEmbedderTestPage::ScopedEmbedderTestPage ( EmbedderTest::ScopedEmbedderTestPage && that)
noexcept

Definition at line 896 of file embedder_test.cpp.

References ScopedEmbedderTestPage().

Referenced by ScopedEmbedderTestPage().

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

◆ ~ScopedEmbedderTestPage()

EmbedderTest::ScopedEmbedderTestPage::~ScopedEmbedderTestPage ( )

Definition at line 908 of file embedder_test.cpp.

Member Function Documentation

◆ get()

FPDF_PAGE EmbedderTest::ScopedEmbedderTestPage::get ( )
inline

Definition at line 101 of file embedder_test.h.

◆ operator bool()

EmbedderTest::ScopedEmbedderTestPage::operator bool ( ) const
inlineexplicit

Definition at line 103 of file embedder_test.h.

◆ operator=() [1/2]

ScopedEmbedderTestPage & EmbedderTest::ScopedEmbedderTestPage::operator= ( const ScopedEmbedderTestPage & )
delete

◆ operator=() [2/2]

EmbedderTest::ScopedEmbedderTestPage & EmbedderTest::ScopedEmbedderTestPage::operator= ( EmbedderTest::ScopedEmbedderTestPage && that)
noexcept

Definition at line 901 of file embedder_test.cpp.


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