![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <cpdf_stream_acc.h>
Public Member Functions | |
CPDF_StreamAcc (const CPDF_StreamAcc &)=delete | |
CPDF_StreamAcc & | operator= (const CPDF_StreamAcc &)=delete |
void | LoadAllDataFiltered () |
void | LoadAllDataFilteredWithEstimatedSize (uint32_t estimated_size) |
void | LoadAllDataImageAcc (uint32_t estimated_size) |
void | LoadAllDataRaw () |
RetainPtr< const CPDF_Stream > | GetStream () const |
RetainPtr< const CPDF_Dictionary > | GetImageParam () const |
uint32_t | GetSize () const |
pdfium::span< const uint8_t > | GetSpan () const |
uint64_t | KeyForCache () const |
DataVector< uint8_t > | ComputeDigest () const |
ByteString | GetImageDecoder () const |
DataVector< uint8_t > | DetachData () |
int | GetLength1ForTest () const |
Public Member Functions inherited from fxcrt::Retainable | |
Retainable ()=default | |
bool | HasOneRef () const |
Public Attributes | |
CONSTRUCT_VIA_MAKE_RETAIN |
Private Member Functions | |
~CPDF_StreamAcc () override |
Additional Inherited Members | |
Protected Member Functions inherited from fxcrt::Retainable | |
virtual | ~Retainable ()=default |
Definition at line 24 of file cpdf_stream_acc.h.
|
delete |
|
overrideprivatedefault |
DataVector< uint8_t > CPDF_StreamAcc::ComputeDigest | ( | ) | const |
Definition at line 87 of file cpdf_stream_acc.cpp.
DataVector< uint8_t > CPDF_StreamAcc::DetachData | ( | ) |
Definition at line 91 of file cpdf_stream_acc.cpp.
|
inline |
Definition at line 43 of file cpdf_stream_acc.h.
RetainPtr< const CPDF_Dictionary > CPDF_StreamAcc::GetImageParam | ( | ) | const |
Definition at line 67 of file cpdf_stream_acc.cpp.
int CPDF_StreamAcc::GetLength1ForTest | ( | ) | const |
Definition at line 63 of file cpdf_stream_acc.cpp.
uint32_t CPDF_StreamAcc::GetSize | ( | ) | const |
Definition at line 71 of file cpdf_stream_acc.cpp.
pdfium::span< const uint8_t > CPDF_StreamAcc::GetSpan | ( | ) | const |
Definition at line 75 of file cpdf_stream_acc.cpp.
RetainPtr< const CPDF_Stream > CPDF_StreamAcc::GetStream | ( | ) | const |
Definition at line 59 of file cpdf_stream_acc.cpp.
uint64_t CPDF_StreamAcc::KeyForCache | ( | ) | const |
Definition at line 83 of file cpdf_stream_acc.cpp.
void CPDF_StreamAcc::LoadAllDataFiltered | ( | ) |
Definition at line 42 of file cpdf_stream_acc.cpp.
void CPDF_StreamAcc::LoadAllDataFilteredWithEstimatedSize | ( | uint32_t | estimated_size | ) |
Definition at line 46 of file cpdf_stream_acc.cpp.
void CPDF_StreamAcc::LoadAllDataImageAcc | ( | uint32_t | estimated_size | ) |
Definition at line 51 of file cpdf_stream_acc.cpp.
void CPDF_StreamAcc::LoadAllDataRaw | ( | ) |
Definition at line 55 of file cpdf_stream_acc.cpp.
|
delete |
CPDF_StreamAcc::CONSTRUCT_VIA_MAKE_RETAIN |
Definition at line 26 of file cpdf_stream_acc.h.