JugiMap Framework
|
The SourceGraphics class represents source graphics elements from JugiMap Editor. More...
#include <jmSourceGraphics.h>
Public Member Functions | |
SourceGraphics () | |
Constructor. More... | |
~SourceGraphics () | |
Destructor. More... | |
void | DeleteContent () |
Delete stored SourceGraphics objects and GraphicFile objects. More... | |
std::vector< GraphicFile * > & | GetFiles () |
Returns a reference to the vector of stored graphic files. More... | |
std::vector< SourceSprite * > & | GetSourceSprites () |
Returns a reference to the vector of stored source sprites. More... | |
The SourceGraphics class represents source graphics elements from JugiMap Editor.
A source graphic object stores SourceSprite objects and GraphicFile objects. It is their owner.
|
inline |
Constructor.
~SourceGraphics | ( | ) |
Destructor.
void DeleteContent | ( | ) |
Delete stored SourceGraphics objects and GraphicFile objects.
|
inline |
Returns a reference to the vector of stored graphic files.
|
inline |
Returns a reference to the vector of stored source sprites.