kjs_views.lut.h
00001
00002
00003 using namespace KJS;
00004
00005 namespace KJS {
00006
00007 const struct HashEntry DOMAbstractViewTableEntries[] = {
00008 { "getComputedStyle", DOMAbstractView::GetComputedStyle, DontDelete|Function, 2, 0 },
00009 { "document", DOMAbstractView::Document, DontDelete|ReadOnly, 0, 0 }
00010 };
00011
00012 const struct HashTable DOMAbstractViewTable = { 2, 2, DOMAbstractViewTableEntries, 2 };
00013
00014 }
This file is part of the documentation for kdelibs Version 3.1.5.