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
CFX_SeekableStreamProxy Class Referencefinal

#include <cfx_seekablestreamproxy.h>

Inheritance diagram for CFX_SeekableStreamProxy:
Collaboration diagram for CFX_SeekableStreamProxy:

Public Member Functions

FX_FILESIZE GetSize () const
bool IsEOF () const
size_t ReadBlock (pdfium::span< wchar_t > buffer)
FX_CodePage GetCodePage () const
void SetCodePage (FX_CodePage wCodePage)
Public Member Functions inherited from fxcrt::Retainable
 Retainable ()=default
bool HasOneRef () const

Public Attributes

 CONSTRUCT_VIA_MAKE_RETAIN

Private Member Functions

 ~CFX_SeekableStreamProxy () override

Additional Inherited Members

Protected Member Functions inherited from fxcrt::Retainable
virtual ~Retainable ()=default

Detailed Description

Definition at line 19 of file cfx_seekablestreamproxy.h.

Member Function Documentation

◆ ~CFX_SeekableStreamProxy()

CFX_SeekableStreamProxy::~CFX_SeekableStreamProxy ( )
overrideprivatedefault

◆ GetCodePage()

FX_CodePage CFX_SeekableStreamProxy::GetCodePage ( ) const
inline

Definition at line 29 of file cfx_seekablestreamproxy.h.

◆ GetSize()

FX_FILESIZE CFX_SeekableStreamProxy::GetSize ( ) const

Definition at line 129 of file cfx_seekablestreamproxy.cpp.

Referenced by IsEOF(), and ReadBlock().

Here is the caller graph for this function:

◆ IsEOF()

bool CFX_SeekableStreamProxy::IsEOF ( ) const

Definition at line 137 of file cfx_seekablestreamproxy.cpp.

References GetSize().

Here is the call graph for this function:

◆ ReadBlock()

size_t CFX_SeekableStreamProxy::ReadBlock ( pdfium::span< wchar_t > buffer)

Definition at line 178 of file cfx_seekablestreamproxy.cpp.

References GetSize(), kUTF16BE, kUTF16LE, and kUTF8.

Here is the call graph for this function:

◆ SetCodePage()

void CFX_SeekableStreamProxy::SetCodePage ( FX_CodePage wCodePage)

Definition at line 156 of file cfx_seekablestreamproxy.cpp.

Member Data Documentation

◆ CONSTRUCT_VIA_MAKE_RETAIN

CFX_SeekableStreamProxy::CONSTRUCT_VIA_MAKE_RETAIN

Definition at line 21 of file cfx_seekablestreamproxy.h.


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