#include <nullrobj.h>
Inherits W3DMPO, and PrototypeClass.
Public Member Functions | |
| NullPrototypeClass (void) | |
| NullPrototypeClass (const W3dNullObjectStruct &null) | |
| virtual const char * | Get_Name (void) const |
| virtual int | Get_Class_ID (void) const |
| virtual RenderObjClass * | Create (void) |
| virtual void | DeleteSelf () |
Public Member Functions inherited from W3DMPO | |
| virtual | ~W3DMPO () |
Public Member Functions inherited from PrototypeClass | |
| PrototypeClass (void) | |
| void | friend_setNextHash (PrototypeClass *n) |
| PrototypeClass * | friend_getNextHash () |
Protected Attributes | |
| W3dNullObjectStruct | Definition |
Additional Inherited Members | |
Protected Member Functions inherited from W3DMPO | |
| virtual int | glueEnforcer () const =0 |
Protected Member Functions inherited from PrototypeClass | |
| virtual | ~PrototypeClass (void) |
Definition at line 72 of file nullrobj.h.
| NullPrototypeClass::NullPrototypeClass | ( | void | ) |
Definition at line 96 of file nullrobj.cpp.
| NullPrototypeClass::NullPrototypeClass | ( | const W3dNullObjectStruct & | null | ) |
Definition at line 103 of file nullrobj.cpp.
|
inlinevirtual |
Implements PrototypeClass.
Definition at line 81 of file nullrobj.h.
|
inlinevirtual |
Implements PrototypeClass.
Definition at line 82 of file nullrobj.h.
|
inlinevirtual |
Implements PrototypeClass.
Definition at line 80 of file nullrobj.h.
|
inlinevirtual |
Implements PrototypeClass.
Definition at line 79 of file nullrobj.h.
|
protected |
Definition at line 85 of file nullrobj.h.