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 () |
bool | IsEOF () |
size_t | ReadBlock (wchar_t *pStr, size_t size) |
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 18 of file cfx_seekablestreamproxy.h.
|
overrideprivatedefault |
|
inline |
Definition at line 28 of file cfx_seekablestreamproxy.h.
FX_FILESIZE CFX_SeekableStreamProxy::GetSize | ( | ) |
Definition at line 134 of file cfx_seekablestreamproxy.cpp.
Referenced by IsEOF().
bool CFX_SeekableStreamProxy::IsEOF | ( | ) |
Definition at line 142 of file cfx_seekablestreamproxy.cpp.
References GetSize().
size_t CFX_SeekableStreamProxy::ReadBlock | ( | wchar_t * | pStr, |
size_t | size ) |
Definition at line 185 of file cfx_seekablestreamproxy.cpp.
void CFX_SeekableStreamProxy::SetCodePage | ( | FX_CodePage | wCodePage | ) |
Definition at line 161 of file cfx_seekablestreamproxy.cpp.
CFX_SeekableStreamProxy::CONSTRUCT_VIA_MAKE_RETAIN |
Definition at line 20 of file cfx_seekablestreamproxy.h.