KJS::ClassInfo Struct Reference
#include <object.h>
Detailed Description
Class Information.
Definition at line 59 of file object.h.
Public Attributes | |
const char * | className |
const ClassInfo * | parentClass |
const HashTable * | propHashTable |
void * | dummy |
Member Data Documentation
|
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.
|
The documentation for this struct was generated from the following file: