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
fpdf_scopers.h File Reference

(813d9ae984a99e739b99cf694a9d5b24d0a6b7a7)

#include <memory>
#include <type_traits>
#include "public/cpp/fpdf_deleters.h"
+ Include dependency graph for fpdf_scopers.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

using ScopedFPDFAnnotation
 
using ScopedFPDFAvail
 
using ScopedFPDFBitmap
 
using ScopedFPDFClipPath
 
using ScopedFPDFDocument
 
using ScopedFPDFFont
 
using ScopedFPDFFormHandle
 
using ScopedFPDFJavaScriptAction
 
using ScopedFPDFPage
 
using ScopedFPDFPageLink
 
using ScopedFPDFPageObject
 
using ScopedFPDFStructTree
 
using ScopedFPDFTextFind
 
using ScopedFPDFTextPage
 

Typedef Documentation

◆ ScopedFPDFAnnotation

Initial value:
std::unique_ptr<std::remove_pointer<FPDF_ANNOTATION>::type,

Definition at line 15 of file fpdf_scopers.h.

◆ ScopedFPDFAvail

Initial value:
std::unique_ptr<std::remove_pointer<FPDF_AVAIL>::type, FPDFAvailDeleter>

Definition at line 19 of file fpdf_scopers.h.

◆ ScopedFPDFBitmap

Initial value:
std::unique_ptr<std::remove_pointer<FPDF_BITMAP>::type, FPDFBitmapDeleter>

Definition at line 22 of file fpdf_scopers.h.

◆ ScopedFPDFClipPath

Initial value:
std::unique_ptr<std::remove_pointer<FPDF_CLIPPATH>::type,

Definition at line 25 of file fpdf_scopers.h.

◆ ScopedFPDFDocument

Initial value:
std::unique_ptr<std::remove_pointer<FPDF_DOCUMENT>::type,

Definition at line 29 of file fpdf_scopers.h.

◆ ScopedFPDFFont

Initial value:
std::unique_ptr<std::remove_pointer<FPDF_FONT>::type, FPDFFontDeleter>

Definition at line 33 of file fpdf_scopers.h.

◆ ScopedFPDFFormHandle

Initial value:
std::unique_ptr<std::remove_pointer<FPDF_FORMHANDLE>::type,

Definition at line 36 of file fpdf_scopers.h.

◆ ScopedFPDFJavaScriptAction

Initial value:
std::unique_ptr<std::remove_pointer<FPDF_JAVASCRIPT_ACTION>::type,

Definition at line 40 of file fpdf_scopers.h.

◆ ScopedFPDFPage

Initial value:
std::unique_ptr<std::remove_pointer<FPDF_PAGE>::type, FPDFPageDeleter>

Definition at line 44 of file fpdf_scopers.h.

◆ ScopedFPDFPageLink

Initial value:
std::unique_ptr<std::remove_pointer<FPDF_PAGELINK>::type,

Definition at line 47 of file fpdf_scopers.h.

◆ ScopedFPDFPageObject

Initial value:
std::unique_ptr<std::remove_pointer<FPDF_PAGEOBJECT>::type,

Definition at line 51 of file fpdf_scopers.h.

◆ ScopedFPDFStructTree

Initial value:
std::unique_ptr<std::remove_pointer<FPDF_STRUCTTREE>::type,

Definition at line 55 of file fpdf_scopers.h.

◆ ScopedFPDFTextFind

Initial value:
std::unique_ptr<std::remove_pointer<FPDF_SCHHANDLE>::type,

Definition at line 59 of file fpdf_scopers.h.

◆ ScopedFPDFTextPage

Initial value:
std::unique_ptr<std::remove_pointer<FPDF_TEXTPAGE>::type,

Definition at line 63 of file fpdf_scopers.h.