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
PDFDataDecodeResult Struct Reference

#include <fpdf_parser_decode.h>

Collaboration diagram for PDFDataDecodeResult:

Public Member Functions

 PDFDataDecodeResult ()
 PDFDataDecodeResult (DataVector< uint8_t > data, ByteString image_encoding, RetainPtr< const CPDF_Dictionary > image_params)
 PDFDataDecodeResult (PDFDataDecodeResult &&that) noexcept
PDFDataDecodeResultoperator= (PDFDataDecodeResult &&that) noexcept
 ~PDFDataDecodeResult ()

Public Attributes

DataVector< uint8_t > data
ByteString image_encoding
RetainPtr< const CPDF_Dictionaryimage_params

Detailed Description

Definition at line 79 of file fpdf_parser_decode.h.

Constructor & Destructor Documentation

◆ PDFDataDecodeResult() [1/3]

PDFDataDecodeResult::PDFDataDecodeResult ( )
default

◆ PDFDataDecodeResult() [2/3]

PDFDataDecodeResult::PDFDataDecodeResult ( DataVector< uint8_t > data,
ByteString image_encoding,
RetainPtr< const CPDF_Dictionary > image_params )

Definition at line 413 of file fpdf_parser_decode.cpp.

◆ PDFDataDecodeResult() [3/3]

PDFDataDecodeResult::PDFDataDecodeResult ( PDFDataDecodeResult && that)
defaultnoexcept

◆ ~PDFDataDecodeResult()

PDFDataDecodeResult::~PDFDataDecodeResult ( )
default

Member Function Documentation

◆ operator=()

PDFDataDecodeResult & PDFDataDecodeResult::operator= ( PDFDataDecodeResult && that)
defaultnoexcept

Member Data Documentation

◆ data

DataVector<uint8_t> PDFDataDecodeResult::data

Definition at line 88 of file fpdf_parser_decode.h.

◆ image_encoding

ByteString PDFDataDecodeResult::image_encoding

Definition at line 89 of file fpdf_parser_decode.h.

◆ image_params

RetainPtr<const CPDF_Dictionary> PDFDataDecodeResult::image_params

Definition at line 90 of file fpdf_parser_decode.h.


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