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 ()
 
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
 

Detailed Description

Definition at line 18 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 28 of file cfx_seekablestreamproxy.h.

◆ GetSize()

FX_FILESIZE CFX_SeekableStreamProxy::GetSize ( )

Definition at line 134 of file cfx_seekablestreamproxy.cpp.

Referenced by IsEOF().

+ Here is the caller graph for this function:

◆ IsEOF()

bool CFX_SeekableStreamProxy::IsEOF ( )

Definition at line 142 of file cfx_seekablestreamproxy.cpp.

References GetSize().

+ Here is the call graph for this function:

◆ ReadBlock()

size_t CFX_SeekableStreamProxy::ReadBlock ( wchar_t * pStr,
size_t size )

Definition at line 185 of file cfx_seekablestreamproxy.cpp.

References kUTF16BE, kUTF16LE, and kUTF8.

◆ SetCodePage()

void CFX_SeekableStreamProxy::SetCodePage ( FX_CodePage wCodePage)

Definition at line 161 of file cfx_seekablestreamproxy.cpp.

Member Data Documentation

◆ CONSTRUCT_VIA_MAKE_RETAIN

CFX_SeekableStreamProxy::CONSTRUCT_VIA_MAKE_RETAIN

Definition at line 20 of file cfx_seekablestreamproxy.h.


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