#include <ringobj.h>
Inherits W3DMPO, and PrototypeClass.
Public Member Functions | |
| RingPrototypeClass (void) | |
| RingPrototypeClass (RingRenderObjClass *ring) | |
| virtual const char * | Get_Name (void) const |
| virtual int | Get_Class_ID (void) const |
| virtual RenderObjClass * | Create (void) |
| virtual void | DeleteSelf () |
| bool | Load (ChunkLoadClass &cload) |
| bool | Save (ChunkSaveClass &csave) |
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 Member Functions | |
| ~RingPrototypeClass (void) | |
Protected Member Functions inherited from W3DMPO | |
| virtual int | glueEnforcer () const =0 |
Protected Member Functions inherited from PrototypeClass | |
| virtual | ~PrototypeClass (void) |
| RingPrototypeClass::RingPrototypeClass | ( | void | ) |
Definition at line 1204 of file ringobj.cpp.
| RingPrototypeClass::RingPrototypeClass | ( | RingRenderObjClass * | ring | ) |
Definition at line 1210 of file ringobj.cpp.
|
protected |
Definition at line 1257 of file ringobj.cpp.
|
virtual |
Implements PrototypeClass.
Definition at line 1354 of file ringobj.cpp.
|
inlinevirtual |
Implements PrototypeClass.
|
virtual |
Implements PrototypeClass.
Definition at line 1267 of file ringobj.cpp.
|
virtual |
Implements PrototypeClass.
Definition at line 1262 of file ringobj.cpp.
| bool RingPrototypeClass::Load | ( | ChunkLoadClass & | cload | ) |
Definition at line 1281 of file ringobj.cpp.
| bool RingPrototypeClass::Save | ( | ChunkSaveClass & | csave | ) |
Definition at line 1318 of file ringobj.cpp.