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/SVGStringListImpl.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/SVGStringListImpl.lut.h')
-rw-r--r-- | ksvg/data/SVGStringListImpl.lut.h | 74 |
1 files changed, 74 insertions, 0 deletions
diff --git a/ksvg/data/SVGStringListImpl.lut.h b/ksvg/data/SVGStringListImpl.lut.h new file mode 100644 index 00000000..db89d010 --- /dev/null +++ b/ksvg/data/SVGStringListImpl.lut.h @@ -0,0 +1,74 @@ +/* Automatically generated from impl/SVGStringListImpl.cc using ../../kdelibs/kjs/create_hash_table. DO NOT EDIT ! */ + +using namespace KJS; + +namespace KSVG { + +static const char SharedString__s_hashTableStrings[] = { + "\0" + "dummy\0" +}; + + +static const struct HashEntry SharedString__s_hashTableEntries[] = { + { 1, SharedString::Dummy, DontDelete|ReadOnly, 0, -1 }, + { 0, 0, 0, 0, -1 } +}; + +const struct HashTable SharedString::s_hashTable = { 2, 2, SharedString__s_hashTableEntries, 2, SharedString__s_hashTableStrings}; + +} // namespace + +using namespace KJS; + +namespace KSVG { + +static const char SVGStringListImpl__s_hashTableStrings[] = { + "\0" + "numberOfItems\0" +}; + + +static const struct HashEntry SVGStringListImpl__s_hashTableEntries[] = { + { 1, SVGListDefs::NumberOfItems, DontDelete|ReadOnly, 0, -1 }, + { 0, 0, 0, 0, -1 } +}; + +const struct HashTable SVGStringListImpl::s_hashTable = { 2, 2, SVGStringListImpl__s_hashTableEntries, 2, SVGStringListImpl__s_hashTableStrings}; + +} // namespace + +using namespace KJS; + +namespace KSVG { + +static const char SVGStringListImplProto__s_hashTableStrings[] = { + "\0" + "insertItemBefore\0" + "replaceItem\0" + "appendItem\0" + "initialize\0" + "removeItem\0" + "getItem\0" + "clear\0" +}; + + +static const struct HashEntry SVGStringListImplProto__s_hashTableEntries[] = { + { 0, 0, 0, 0, -1 }, + { 0, 0, 0, 0, -1 }, + { 71, SVGListDefs::Clear, DontDelete|Function, 0, -1 }, + { 0, 0, 0, 0, -1 }, + { 63, SVGListDefs::GetItem, DontDelete|Function, 1, -1 }, + { 1, SVGListDefs::InsertItemBefore, DontDelete|Function, 2, -1 }, + { 0, 0, 0, 0, -1 }, + { 41, SVGListDefs::Initialize, DontDelete|Function, 1, -1 }, + { 52, SVGListDefs::RemoveItem, DontDelete|Function, 1, 11 }, + { 18, SVGListDefs::ReplaceItem, DontDelete|Function, 2, -1 }, + { 0, 0, 0, 0, -1 }, + { 30, SVGListDefs::AppendItem, DontDelete|Function, 1, -1 } +}; + +const struct HashTable SVGStringListImplProto::s_hashTable = { 2, 12, SVGStringListImplProto__s_hashTableEntries, 11, SVGStringListImplProto__s_hashTableStrings}; + +} // namespace |