![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <fpdf_parser_decode.h>
Public Member Functions | |
| PDFDataDecodeResult () | |
| PDFDataDecodeResult (DataVector< uint8_t > data, ByteString image_encoding, RetainPtr< const CPDF_Dictionary > image_params) | |
| PDFDataDecodeResult (PDFDataDecodeResult &&that) noexcept | |
| PDFDataDecodeResult & | operator= (PDFDataDecodeResult &&that) noexcept |
| ~PDFDataDecodeResult () | |
Public Attributes | |
| DataVector< uint8_t > | data |
| ByteString | image_encoding |
| RetainPtr< const CPDF_Dictionary > | image_params |
Definition at line 79 of file fpdf_parser_decode.h.
|
default |
| 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.
|
defaultnoexcept |
|
default |
|
defaultnoexcept |
| DataVector<uint8_t> PDFDataDecodeResult::data |
Definition at line 88 of file fpdf_parser_decode.h.
| ByteString PDFDataDecodeResult::image_encoding |
Definition at line 89 of file fpdf_parser_decode.h.
| RetainPtr<const CPDF_Dictionary> PDFDataDecodeResult::image_params |
Definition at line 90 of file fpdf_parser_decode.h.