KJS::ClassInfo Struct Reference
Class Information. More...
#include <object.h>
Collaboration diagram for KJS::ClassInfo:

| 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". | 
| 
 | 
| 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:

