FIFE  be64c707dea6b3250bd4355bf5c825d25920087d
FIFE::GuiImageLoader Class Reference

#include <gui_imageloader.h>

Inherits ImageLoader.

+ Collaboration diagram for FIFE::GuiImageLoader:

Public Member Functions

 GuiImageLoader ()
 
virtual ~GuiImageLoader ()
 
virtual fcn::Image * load (const std::string &filename, bool convertToDisplayFormat=true)
 

Private Attributes

AtlasBookm_atlasbook
 
std::vector< ImagePtrm_atlases
 

Detailed Description

Definition at line 42 of file gui_imageloader.h.

Constructor & Destructor Documentation

◆ GuiImageLoader()

FIFE::GuiImageLoader::GuiImageLoader ( )

Definition at line 40 of file gui_imageloader.cpp.

References ATLAS_SIZE, and m_atlasbook.

◆ ~GuiImageLoader()

FIFE::GuiImageLoader::~GuiImageLoader ( )
virtual

Definition at line 44 of file gui_imageloader.cpp.

References m_atlasbook.

Member Function Documentation

◆ load()

Member Data Documentation

◆ m_atlasbook

AtlasBook* FIFE::GuiImageLoader::m_atlasbook
private

Definition at line 48 of file gui_imageloader.h.

Referenced by GuiImageLoader(), load(), and ~GuiImageLoader().

◆ m_atlases

std::vector<ImagePtr> FIFE::GuiImageLoader::m_atlases
private

Definition at line 49 of file gui_imageloader.h.

Referenced by load().


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