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
FileAccessWrapper Class Referencefinal
+ Inheritance diagram for FileAccessWrapper:
+ Collaboration diagram for FileAccessWrapper:

Public Member Functions

 FileAccessWrapper (FakeFileAccess *simulator)
 
 FileAccessWrapper (FakeFileAccess *simulator)
 

Static Public Member Functions

static int GetBlockImpl (void *param, unsigned long position, unsigned char *pBuf, unsigned long size)
 
static int GetBlockImpl (void *param, unsigned long position, unsigned char *pBuf, unsigned long size)
 

Additional Inherited Members

- Public Attributes inherited from FPDF_FILEACCESS
unsigned long m_FileLen
 
int(* m_GetBlock )(void *param, unsigned long position, unsigned char *pBuf, unsigned long size)
 
voidm_Param
 

Detailed Description

Definition at line 12 of file fake_file_access.cpp.

Constructor & Destructor Documentation

◆ FileAccessWrapper() [1/2]

FileAccessWrapper::FileAccessWrapper ( FakeFileAccess * simulator)
inlineexplicit

Definition at line 14 of file fake_file_access.cpp.

References FileAccessWrapper(), and GetBlockImpl().

Referenced by FileAccessWrapper().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ FileAccessWrapper() [2/2]

FileAccessWrapper::FileAccessWrapper ( FakeFileAccess * simulator)
inlineexplicit

Definition at line 14 of file fake_file_access.cpp.

Member Function Documentation

◆ GetBlockImpl() [1/2]

static int FileAccessWrapper::GetBlockImpl ( void * param,
unsigned long position,
unsigned char * pBuf,
unsigned long size )
inlinestatic

Definition at line 21 of file fake_file_access.cpp.

Referenced by FileAccessWrapper().

+ Here is the caller graph for this function:

◆ GetBlockImpl() [2/2]

static int FileAccessWrapper::GetBlockImpl ( void * param,
unsigned long position,
unsigned char * pBuf,
unsigned long size )
inlinestatic

Definition at line 21 of file fake_file_access.cpp.


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