GLFont2dStorage Class Reference

#include <GLFont2dStorage.h>

List of all members.

Public Member Functions

 GLFont2dStorage ()
 ~GLFont2dStorage ()
CharEntrygetEntry (unsigned int character)

Static Public Member Functions

static unsigned int getTotalCharacterBlocks ()

Protected Attributes

StorageBlock ** blocks_

Static Protected Attributes

static unsigned int totalCharacterBlocks_

Classes

struct  CharEntry
struct  StorageBlock


Detailed Description

Definition at line 26 of file GLFont2dStorage.h.


Constructor & Destructor Documentation

GLFont2dStorage::GLFont2dStorage (  ) 

Definition at line 50 of file GLFont2dStorage.cpp.

References blocks_.

GLFont2dStorage::~GLFont2dStorage (  ) 

Definition at line 56 of file GLFont2dStorage.cpp.

References blocks_.


Member Function Documentation

GLFont2dStorage::CharEntry * GLFont2dStorage::getEntry ( unsigned int  character  ) 

Definition at line 62 of file GLFont2dStorage.cpp.

References block(), blocks_, GLFont2dStorage::StorageBlock::entries, and totalCharacterBlocks_.

Referenced by GLFont2d::getCharacter().

static unsigned int GLFont2dStorage::getTotalCharacterBlocks (  )  [inline, static]

Definition at line 48 of file GLFont2dStorage.h.

References totalCharacterBlocks_.

Referenced by GLWFont::displayCharacterInfo().


Member Data Documentation

unsigned int GLFont2dStorage::totalCharacterBlocks_ [static, protected]

Definition at line 51 of file GLFont2dStorage.h.

Referenced by getEntry(), and getTotalCharacterBlocks().

StorageBlock** GLFont2dStorage::blocks_ [protected]

Definition at line 61 of file GLFont2dStorage.h.

Referenced by getEntry(), GLFont2dStorage(), and ~GLFont2dStorage().


The documentation for this class was generated from the following files:
Generated on Mon Feb 16 15:15:01 2009 for Scorched3D by  doxygen 1.5.3