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