×
Public Member Functions · virtual const io::path & getFileName () const =0. Get name of file. · virtual long getPos () const =0. Get the current position in the ...
Functions · IReadFile * irr::io::createLimitReadFile (const io::path &fileName, IReadFile *alreadyOpenedFile, long pos, long areaSize) · IReadFile * irr::io:: ...
Interface providing easy read access to a XML file. More... class IReadFile. Interface providing read acess to a file. More... class IWriteFile.
Creates an IReadFile interface for accessing memory like a file. virtual IWriteFile * createMemoryWriteFile (void *memory, s32 len, const path &fileName, bool ...
Check if the file might be loaded by this class. virtual IImage * loadImage (io::IReadFile *file) const =0. Creates a surface from the file. Detailed ...
Creates a software image from a file. virtual IImage * createImageFromFile (io::IReadFile *file)=0. Creates a software image from a file. virtual IImage ...
virtual bool loadGUI (io::IReadFile *file, IGUIElement *parent=0)=0. Loads the gui. Note that the current gui is not cleared before. virtual bool ...
irr::io::IReadFile · irr::IReferenceCounted · irr ... File List · File Members. Public Member Functions | Protected Member Functions. irr::IReferenceCounted Class ...
Adds a terrain scene node to the scene graph. virtual ITerrainSceneNode * addTerrainSceneNode (io::IReadFile *heightMapFile, ISceneNode *parent=0, s32 id=-1, ...
Initializes the terrain data. Loads the vertices from the heightMapFile. virtual bool loadHeightMapRAW (io::IReadFile *file, s32 bitsPerPixel=16, bool ...