#include <ImageDirectory.h>
Public Member Functions | |
| ImageDirectory () | |
| ~ImageDirectory () | |
Public Attributes | |
| char * | m_path |
| path for directory | |
| UnsignedInt | m_imageCount |
| images to consider in this directory | |
| ImageDirectory * | m_next |
| ImageDirectory * | m_prev |
Directory to contain art files
Definition at line 57 of file ImageDirectory.h.
|
inline |
Definition at line 76 of file ImageDirectory.h.
|
inline |
Definition at line 75 of file ImageDirectory.h.
| UnsignedInt ImageDirectory::m_imageCount |
images to consider in this directory
Definition at line 66 of file ImageDirectory.h.
| ImageDirectory* ImageDirectory::m_next |
Definition at line 67 of file ImageDirectory.h.
| char* ImageDirectory::m_path |
path for directory
Definition at line 65 of file ImageDirectory.h.
| ImageDirectory* ImageDirectory::m_prev |
Definition at line 68 of file ImageDirectory.h.