• Skip to content
  • Skip to link menu
Trinity API Reference
  • Trinity API Reference
  • kjs
 

kjs

  • KJS
  • ClassInfo
Public Attributes | List of all members
KJS::ClassInfo Struct Reference

#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

◆ className

const char* KJS::ClassInfo::className

A string denoting the class name.

Example: "Window".

Definition at line 62 of file object.h.

◆ dummy

void* KJS::ClassInfo::dummy

Reserved for future extension.

Definition at line 75 of file object.h.

◆ parentClass

const ClassInfo* KJS::ClassInfo::parentClass

Pointer to the class information of the base class.

0L if there is none.

Definition at line 67 of file object.h.

◆ propHashTable

const HashTable* KJS::ClassInfo::propHashTable

Static hash-table of properties.

Definition at line 71 of file object.h.


The documentation for this struct was generated from the following file:
  • object.h

kjs

Skip menu "kjs"
  • Main Page
  • Class Hierarchy
  • Alphabetical List
  • Class List
  • File List
  • Class Members
  • Related Pages

kjs

Skip menu "kjs"
  • arts
  • dcop
  • dnssd
  • interfaces
  •   kspeech
  •     interface
  •     library
  •   tdetexteditor
  • kate
  • kded
  • kdoctools
  • kimgio
  • kjs
  • libtdemid
  • libtdescreensaver
  • tdeabc
  • tdecmshell
  • tdecore
  • tdefx
  • tdehtml
  • tdeinit
  • tdeio
  •   bookmarks
  •   httpfilter
  •   kpasswdserver
  •   kssl
  •   tdefile
  •   tdeio
  •   tdeioexec
  • tdeioslave
  •   http
  • tdemdi
  •   tdemdi
  • tdenewstuff
  • tdeparts
  • tdeprint
  • tderandr
  • tderesources
  • tdespell2
  • tdesu
  • tdeui
  • tdeunittest
  • tdeutils
  • tdewallet
Generated for kjs by doxygen 1.9.4
This website is maintained by Timothy Pearson.