|
Neo
0.5.0
Developer Documentation
|
#include <TexturesAnimRef.h>
Inheritance diagram for Neo::TexturesAnimRef:Public Member Functions | |
| TexturesAnimRef (TexturesAnim *texturesAnim, const char *filename) | |
| ~TexturesAnimRef (void) | |
| void | clear (void) |
| void | destroy (void) |
| void | update (void) |
| int | getType (void) |
| TexturesAnim * | getTexturesAnim (void) |
Public Member Functions inherited from Neo::DataRef | |
| DataRef (void) | |
| void | incrScore (void) |
| void | decrScore (void) |
| unsigned int | getScore (void) |
| void | setTime (long time) |
| long | getTime (void) |
| const char * | getFilename (void) |
Static Public Member Functions | |
| static TexturesAnimRef * | getNew (TexturesAnim *texturesAnim, const char *filename) |
Additional Inherited Members | |
Protected Attributes inherited from Neo::DataRef | |
| long | m_time |
| String | m_filename |
| unsigned int | m_score |
| Neo::TexturesAnimRef::TexturesAnimRef | ( | TexturesAnim * | texturesAnim, |
| const char * | filename | ||
| ) |
| Neo::TexturesAnimRef::~TexturesAnimRef | ( | void | ) |
|
virtual |
Implements Neo::DataRef.
|
virtual |
Implements Neo::DataRef.
|
static |
|
inline |
|
inlinevirtual |
Implements Neo::DataRef.
|
virtual |
Implements Neo::DataRef.