![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <cfx_seekablestreamproxy.h>
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 |
Definition at line 19 of file cfx_seekablestreamproxy.h.
|
overrideprivatedefault |
|
inline |
Definition at line 29 of file cfx_seekablestreamproxy.h.
| FX_FILESIZE CFX_SeekableStreamProxy::GetSize | ( | ) | const |
Definition at line 129 of file cfx_seekablestreamproxy.cpp.
Referenced by IsEOF(), and ReadBlock().
| bool CFX_SeekableStreamProxy::IsEOF | ( | ) | const |
Definition at line 137 of file cfx_seekablestreamproxy.cpp.
References GetSize().
| size_t CFX_SeekableStreamProxy::ReadBlock | ( | pdfium::span< wchar_t > | buffer | ) |
| void CFX_SeekableStreamProxy::SetCodePage | ( | FX_CodePage | wCodePage | ) |
Definition at line 156 of file cfx_seekablestreamproxy.cpp.
| CFX_SeekableStreamProxy::CONSTRUCT_VIA_MAKE_RETAIN |
Definition at line 21 of file cfx_seekablestreamproxy.h.