diff options
author | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
---|---|---|
committer | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
commit | 47d455dd55be855e4cc691c32f687f723d9247ee (patch) | |
tree | 52e236aaa2576bdb3840ebede26619692fed6d7d /ksvg/data/SVGDocumentImpl.lut.h | |
download | tdegraphics-47d455dd55be855e4cc691c32f687f723d9247ee.tar.gz tdegraphics-47d455dd55be855e4cc691c32f687f723d9247ee.zip |
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
Diffstat (limited to 'ksvg/data/SVGDocumentImpl.lut.h')
-rw-r--r-- | ksvg/data/SVGDocumentImpl.lut.h | 67 |
1 files changed, 67 insertions, 0 deletions
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 |