#include <tvu_typesdef.h>
Inheritance diagram for CTAttributeDescription::

Public Methods | |
| CTAttributeDescription (TINT ID, TLPCSTR Name, TLPCSTR Type=TNULL, CREATE_NEW_OBJECT_FUNCTION CreatorFunction=TNULL) | |
| Constructor/destructor. More... | |
| ~CTAttributeDescription () | |
| TBOOL | BuildAttribute () |
| CTObject* | CreateObject () |
Data Fields | |
| CTString | m_Type |
| CREATE_NEW_OBJECT_FUNCTION | m_CreatorFunction |
|
|
Constructor/destructor.
01341 { SetID(ID); SetName(Name); if (Type) m_Type = Type; m_CreatorFunction = CreatorFunction; };
|
1.2.8.1 written by Dimitri van Heesch,
© 1997-2001