#include <ExCFont.h>
Inheritance diagram for ExCFont:

Public Methods | |
| ExCFont (void) | |
| ~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 }
|
|
|
Definition at line 34 of file ExCFont.cpp. References ExCFont(), and Guard.
|
1.3-rc1