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

Handles background texture loading. More...

#include <VGearsBackgroundTextureLoader.h>

Inheritance diagram for VGears::BackgroundTextureLoader:
Collaboration diagram for VGears::BackgroundTextureLoader:

Public Member Functions

 BackgroundTextureLoader (BackgroundFile &background_file)
 Constructor. More...
 
virtual ~BackgroundTextureLoader ()
 Destructor. More...
 
virtual void loadResource (Ogre::Resource *resource)
 Loads a resource. More...
 

Private Attributes

BackgroundFilebackground_file_
 The background file. More...
 

Detailed Description

Handles background texture loading.

Constructor & Destructor Documentation

◆ BackgroundTextureLoader()

VGears::BackgroundTextureLoader::BackgroundTextureLoader ( BackgroundFile background_file)
explicit

Constructor.

Parameters
[in]background_fileThe background file.

◆ ~BackgroundTextureLoader()

VGears::BackgroundTextureLoader::~BackgroundTextureLoader ( )
virtual

Destructor.

Member Function Documentation

◆ loadResource()

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

Loads a resource.

Parameters
[in]resourceThe resource to load.

Member Data Documentation

◆ background_file_

BackgroundFile& VGears::BackgroundTextureLoader::background_file_
private

The background file.


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