Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
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
 

Detailed Description

Definition at line 249 of file assimpimporter_rt.cpp.

Constructor & Destructor Documentation

◆ ResourceIOSystem()

ResourceIOSystem::ResourceIOSystem ( )

Definition at line 260 of file assimpimporter_rt.cpp.

Member Function Documentation

◆ Close()

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

Definition at line 277 of file assimpimporter_rt.cpp.

◆ Exists()

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

Definition at line 262 of file assimpimporter_rt.cpp.

References QFile::exists(), and QString::fromStdString().

+ Here is the call graph for this function:

◆ getOsSeparator()

char ResourceIOSystem::getOsSeparator ( ) const
override

Definition at line 267 of file assimpimporter_rt.cpp.

References QDir::separator().

+ Here is the call graph for this function:

◆ Open()

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

Definition at line 272 of file assimpimporter_rt.cpp.


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