#include <object.h>
Public Attributes | |
| const char * | className |
| const ClassInfo * | parentClass |
| const HashTable * | propHashTable |
| void * | dummy |
Definition at line 53 of file object.h.
|
|
A string denoting the class name. Example: "Window". |
|
|
Reserved for future extension. |
|
|
Pointer to the class information of the base class. 0L if there is none. |
|
|
Static hash-table of properties. |
1.2.18