Neo  0.5.0
Developer Documentation
Neo::FontRef Class Reference

#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)
 
FontgetFont (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 FontRefgetNew (Font *font, const char *filename)
 

Additional Inherited Members

- Protected Attributes inherited from Neo::DataRef
long m_time
 
String m_filename
 
unsigned int m_score
 

Constructor & Destructor Documentation

Neo::FontRef::FontRef ( Font font,
const char *  filename 
)
Neo::FontRef::~FontRef ( void  )

Member Function Documentation

void Neo::FontRef::clear ( void  )
virtual

Implements Neo::DataRef.

void Neo::FontRef::destroy ( void  )
virtual

Implements Neo::DataRef.

Font* Neo::FontRef::getFont ( void  )
inline
static FontRef* Neo::FontRef::getNew ( Font font,
const char *  filename 
)
static
int Neo::FontRef::getType ( void  )
inlinevirtual

Implements Neo::DataRef.

void Neo::FontRef::update ( void  )
virtual

Implements Neo::DataRef.


The documentation for this class was generated from the following file: