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
ResourceIOSystem Class Reference
Inheritance diagram for ResourceIOSystem:
Collaboration diagram for ResourceIOSystem:

Public Member Functions

 ResourceIOSystem ()
bool Exists (const char *pFile) const override
char getOsSeparator () const override
Assimp::IOStream * Open (const char *pFile, const char *pMode) override
void Close (Assimp::IOStream *pFile) override
 ResourceIOSystem ()
bool Exists (const char *pFile) const override
char getOsSeparator () const override
Assimp::IOStream * Open (const char *pFile, const char *pMode) override
void Close (Assimp::IOStream *pFile) override

Detailed Description

Definition at line 252 of file assimpimporter_rt.cpp.

Constructor & Destructor Documentation

◆ ResourceIOSystem() [1/2]

ResourceIOSystem::ResourceIOSystem ( )

Definition at line 263 of file assimpimporter_rt.cpp.

◆ ResourceIOSystem() [2/2]

ResourceIOSystem::ResourceIOSystem ( )

Member Function Documentation

◆ Close() [1/2]

void ResourceIOSystem::Close ( Assimp::IOStream * pFile)
override

Definition at line 280 of file assimpimporter_rt.cpp.

◆ Close() [2/2]

void ResourceIOSystem::Close ( Assimp::IOStream * pFile)
override

◆ Exists() [1/2]

bool ResourceIOSystem::Exists ( const char * pFile) const
override

Definition at line 265 of file assimpimporter_rt.cpp.

◆ Exists() [2/2]

bool ResourceIOSystem::Exists ( const char * pFile) const
override

◆ getOsSeparator() [1/2]

char ResourceIOSystem::getOsSeparator ( ) const
override

Definition at line 270 of file assimpimporter_rt.cpp.

◆ getOsSeparator() [2/2]

char ResourceIOSystem::getOsSeparator ( ) const
override

◆ Open() [1/2]

Assimp::IOStream * ResourceIOSystem::Open ( const char * pFile,
const char * pMode )
override

Definition at line 275 of file assimpimporter_rt.cpp.

◆ Open() [2/2]

Assimp::IOStream * ResourceIOSystem::Open ( const char * pFile,
const char * pMode )
override

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