Main Page   Namespace List   Class Hierarchy   Alphabetical List   Data Structures   File List   Namespace Members   Data Fields   Globals  

ExCFont Class Reference

#include <ExCFont.h>

Inheritance diagram for ExCFont:

ExCObject2D ExCObject

Public Methods

 ExCFont (void)
 ~ExCFont (void)

Constructor & Destructor Documentation

ExCFont void   
 

Definition at line 26 of file ExCFont.cpp.

References ExCFont(), Guard, ExCObject::SetName(), and ExCObject::SetType().

Referenced by ExCFont(), and ~ExCFont().

00027 {
00028 Guard(ExCFont::ExCFont(void))
00029         SetName("ExCFont");
00030         SetType(typeid(this).name());
00031 UnGuard
00032 }

~ExCFont void   
 

Definition at line 34 of file ExCFont.cpp.

References ExCFont(), and Guard.

00035 {
00036 Guard(ExCFont::~ExCFont(void))
00037 UnGuard
00038 }


The documentation for this class was generated from the following files:
Generated on Tue Dec 10 18:20:20 2002 for ExNihilo by doxygen1.3-rc1