KJS::ClassInfo Struct Reference
Class Information. More...
#include <object.h>
Public Attributes | |
const char * | className |
A string denoting the class name. | |
const ClassInfo * | parentClass |
Pointer to the class information of the base class. | |
const HashTable * | propHashTable |
Static hash-table of properties. | |
void * | dummy |
Reserved for future extension. |
Detailed Description
Class Information.
Definition at line 53 of file object.h.
Member Data Documentation
|
A string denoting the class name. Example: "Window". |
|
Pointer to the class information of the base class. 0L if there is none. |
|
Static hash-table of properties.
|
|
Reserved for future extension.
|
The documentation for this struct was generated from the following file: