V-Gears 0
Free Final Fantasy VII engine.
VGears::FLevelTextureLoader Class Reference

A flevel texture loader. More...

#include <VGearsFLevelTextureLoader.h>

Inheritance diagram for VGears::FLevelTextureLoader:
Collaboration diagram for VGears::FLevelTextureLoader:

Public Member Functions

 FLevelTextureLoader (FLevelFile &flevel_file)
 Constructor. More...
 
virtual ~FLevelTextureLoader ()
 Destructor. More...
 
virtual void loadResource (Ogre::Resource *resource)
 Loads a resource. More...
 

Private Attributes

FLevelFileflevel_file_
 The flevel file. More...
 

Detailed Description

A flevel texture loader.

Constructor & Destructor Documentation

◆ FLevelTextureLoader()

VGears::FLevelTextureLoader::FLevelTextureLoader ( FLevelFile flevel_file)
explicit

Constructor.

Parameters
[in]flevel_fileThe file to load textures from.

◆ ~FLevelTextureLoader()

VGears::FLevelTextureLoader::~FLevelTextureLoader ( )
virtual

Destructor.

Member Function Documentation

◆ loadResource()

void VGears::FLevelTextureLoader::loadResource ( Ogre::Resource *  resource)
virtual

Loads a resource.

Parameters
[in]resourcethe resource to load.

Member Data Documentation

◆ flevel_file_

FLevelFile& VGears::FLevelTextureLoader::flevel_file_
private

The flevel file.


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