khtml Library API Documentation

kjs_views.lut.h

00001 /* Automatically generated from /usr/src/packages/BUILD/kdelibs-3.4.0/khtml/ecma/kjs_views.cpp using /usr/src/packages/BUILD/kdelibs-3.4.0/kjs/create_hash_table. DO NOT EDIT ! */
00002 
00003 using namespace KJS;
00004 
00005 namespace KJS {
00006 
00007 static const char DOMAbstractViewTableStrings[] = {
00008     "\0"
00009     "getComputedStyle\0"
00010     "document\0"
00011 };
00012 
00013 
00014 static const struct HashEntry DOMAbstractViewTableEntries[] = {
00015    { 1, DOMAbstractView::GetComputedStyle, DontDelete|Function, 2, -1 },
00016    { 18, DOMAbstractView::Document, DontDelete|ReadOnly, 0, -1 }
00017 };
00018 
00019 const struct HashTable DOMAbstractViewTable = { 2, 2, DOMAbstractViewTableEntries, 2, DOMAbstractViewTableStrings};
00020 
00021 } // namespace
KDE Logo
This file is part of the documentation for khtml Library Version 3.4.0.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Tue Mar 22 19:54:29 2005 by doxygen 1.4.1 written by Dimitri van Heesch, © 1997-2003