The GraphicFile class defines the equivalent object from JugiMap Editor.
More...
#include <jmSourceGraphics.h>
Inherited by GraphicFileAGK, GraphicFileCC, GraphicFileNC, and GraphicFileSFML.
|
static std::string | pathPrefix |
| An optional string attached to stored file paths. It must end with slash '/'! More...
|
|
The GraphicFile class defines the equivalent object from JugiMap Editor.
A graphic file stores GraphicItem objects and is their owner.
◆ GraphicFile()
◆ ~GraphicFile()
◆ Init()
◆ GetKind()
Returns the kind of this file.
◆ GetRelativeFilePath()
std::string GetRelativeFilePath |
( |
| ) |
|
|
inline |
Returns the relative file path of this file.
◆ GetSize()
Returns the size of image if this file is an image.
◆ GetItems()
Returns a reference to the vector of stored graphic items in this file.
◆ GetSpineAtlasRelativeFilePath()
std::string GetSpineAtlasRelativeFilePath |
( |
| ) |
|
|
inline |
Returns the relative file path of the spine atlas if this file is a Spine file.
◆ pathPrefix
An optional string attached to stored file paths. It must end with slash '/'!
The documentation for this class was generated from the following files:
- C:/Development/JugiMapProject/JugiMapFRM/framework_c++/jugimap/jmSourceGraphics.h
- C:/Development/JugiMapProject/JugiMapFRM/framework_c++/jugimap/jmSourceGraphics.cpp