From 47d455dd55be855e4cc691c32f687f723d9247ee Mon Sep 17 00:00:00 2001 From: toma Date: Wed, 25 Nov 2009 17:56:58 +0000 Subject: Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. BUG:215923 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdegraphics@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- ksvg/data/SVGDocumentImpl.lut.h | 67 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 67 insertions(+) create mode 100644 ksvg/data/SVGDocumentImpl.lut.h (limited to 'ksvg/data/SVGDocumentImpl.lut.h') diff --git a/ksvg/data/SVGDocumentImpl.lut.h b/ksvg/data/SVGDocumentImpl.lut.h new file mode 100644 index 00000000..92b7ed14 --- /dev/null +++ b/ksvg/data/SVGDocumentImpl.lut.h @@ -0,0 +1,67 @@ +/* Automatically generated from impl/SVGDocumentImpl.cc using ../../kdelibs/kjs/create_hash_table. DO NOT EDIT ! */ + +using namespace KJS; + +namespace KSVG { + +static const char SVGDocumentImpl__s_hashTableStrings[] = { + "\0" + "documentElement\0" + "implementation\0" + "rootElement\0" + "referrer\0" + "doctype\0" + "domain\0" + "title\0" + "URL\0" +}; + + +static const struct HashEntry SVGDocumentImpl__s_hashTableEntries[] = { + { 74, SVGDocumentImpl::Url, DontDelete|ReadOnly, 0, -1 }, + { 0, 0, 0, 0, -1 }, + { 61, SVGDocumentImpl::Domain, DontDelete|ReadOnly, 0, 10 }, + { 0, 0, 0, 0, -1 }, + { 53, SVGDocumentImpl::DocType, DontDelete|ReadOnly, 0, -1 }, + { 32, SVGDocumentImpl::RootElement, DontDelete|ReadOnly, 0, -1 }, + { 68, SVGDocumentImpl::Title, DontDelete|ReadOnly, 0, 9 }, + { 17, SVGDocumentImpl::Implementation, DontDelete|ReadOnly, 0, -1 }, + { 0, 0, 0, 0, -1 }, + { 44, SVGDocumentImpl::Referrer, DontDelete|ReadOnly, 0, -1 }, + { 1, SVGDocumentImpl::DocumentElement, DontDelete|ReadOnly, 0, -1 } +}; + +const struct HashTable SVGDocumentImpl::s_hashTable = { 2, 11, SVGDocumentImpl__s_hashTableEntries, 9, SVGDocumentImpl__s_hashTableStrings}; + +} // namespace + +using namespace KJS; + +namespace KSVG { + +static const char SVGDocumentImplProto__s_hashTableStrings[] = { + "\0" + "getElementsByTagNameNS\0" + "getElementsByTagName\0" + "createElementNS\0" + "createTextNode\0" + "getElementById\0" + "createElement\0" +}; + + +static const struct HashEntry SVGDocumentImplProto__s_hashTableEntries[] = { + { 0, 0, 0, 0, -1 }, + { 76, SVGDocumentImpl::GetElementById, DontDelete|Function, 1, -1 }, + { 0, 0, 0, 0, -1 }, + { 24, SVGDocumentImpl::GetElementsByTagName, DontDelete|Function, 1, 8 }, + { 61, SVGDocumentImpl::CreateTextNode, DontDelete|Function, 1, -1 }, + { 91, SVGDocumentImpl::CreateElement, DontDelete|Function, 1, 7 }, + { 0, 0, 0, 0, -1 }, + { 45, SVGDocumentImpl::CreateElementNS, DontDelete|Function, 2, -1 }, + { 1, SVGDocumentImpl::GetElementsByTagNameNS, DontDelete|Function, 2, -1 } +}; + +const struct HashTable SVGDocumentImplProto::s_hashTable = { 2, 9, SVGDocumentImplProto__s_hashTableEntries, 7, SVGDocumentImplProto__s_hashTableStrings}; + +} // namespace -- cgit v1.2.3