|
Neo
0.5.0
Developer Documentation
|
#include <FontRef.h>
Inheritance diagram for Neo::FontRef:Public Member Functions | |
| FontRef (Font *font, const char *filename) | |
| ~FontRef (void) | |
| void | clear (void) |
| void | destroy (void) |
| void | update (void) |
| int | getType (void) |
| Font * | getFont (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 FontRef * | getNew (Font *font, const char *filename) |
Additional Inherited Members | |
Protected Attributes inherited from Neo::DataRef | |
| long | m_time |
| String | m_filename |
| unsigned int | m_score |
| Neo::FontRef::FontRef | ( | Font * | font, |
| const char * | filename | ||
| ) |
| Neo::FontRef::~FontRef | ( | void | ) |
|
virtual |
Implements Neo::DataRef.
|
virtual |
Implements Neo::DataRef.
|
inline |
|
inlinevirtual |
Implements Neo::DataRef.
|
virtual |
Implements Neo::DataRef.