#include <class.h>
Inheritance diagram for zeitgeist::Class_Leaf:
Public Member Functions | |
Class_Leaf () | |
zeitgeist::Object * | CreateInstance () const |
pure virtual function which creates instances | |
Private Member Functions | |
void | DefineClass () |
pure virtual function which initializes the script callbacks and links to parent classes |
Put here to avoid a circular dependency between class inheriting from leaf and leaf needing class to inherit its corresponding class object
Definition at line 253 of file class.h.
|
|
|
pure virtual function which creates instances
Reimplemented from zeitgeist::Class. |
|
pure virtual function which initializes the script callbacks and links to parent classes
Implements zeitgeist::Class. Definition at line 62 of file leaf_c.cpp. References DEFINE_FUNCTION, getFullPath(), getName(), isLeaf(), and setName(). Here is the call graph for this function: ![]() |