summaryrefslogtreecommitdiffstats
path: root/ksvg/data/SVGAnimationElementImpl.lut.h
diff options
context:
space:
mode:
authortoma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2009-11-25 17:56:58 +0000
committertoma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2009-11-25 17:56:58 +0000
commit47d455dd55be855e4cc691c32f687f723d9247ee (patch)
tree52e236aaa2576bdb3840ebede26619692fed6d7d /ksvg/data/SVGAnimationElementImpl.lut.h
downloadtdegraphics-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/SVGAnimationElementImpl.lut.h')
-rw-r--r--ksvg/data/SVGAnimationElementImpl.lut.h94
1 files changed, 94 insertions, 0 deletions
diff --git a/ksvg/data/SVGAnimationElementImpl.lut.h b/ksvg/data/SVGAnimationElementImpl.lut.h
new file mode 100644
index 00000000..af8ea0d5
--- /dev/null
+++ b/ksvg/data/SVGAnimationElementImpl.lut.h
@@ -0,0 +1,94 @@
+/* Automatically generated from impl/SVGAnimationElementImpl.cc using ../../kdelibs/kjs/create_hash_table. DO NOT EDIT ! */
+
+using namespace KJS;
+
+namespace KSVG {
+
+static const char SVGAnimationElementImpl__s_hashTableStrings[] = {
+ "\0"
+ "attributeName\0"
+ "attributeType\0"
+ "targetElement\0"
+ "repeatCount\0"
+ "accumulate\0"
+ "keySplines\0"
+ "repeatDur\0"
+ "additive\0"
+ "calcMode\0"
+ "keyTimes\0"
+ "restart\0"
+ "values\0"
+ "begin\0"
+ "fill\0"
+ "from\0"
+ "href\0"
+ "dur\0"
+ "end\0"
+ "max\0"
+ "min\0"
+ "by\0"
+ "to\0"
+};
+
+
+static const struct HashEntry SVGAnimationElementImpl__s_hashTableEntries[] = {
+ { 0, 0, 0, 0, -1 },
+ { 0, 0, 0, 0, -1 },
+ { 55, SVGAnimationElementImpl::Accumulate, DontDelete|ReadOnly, 0, 25 },
+ { 0, 0, 0, 0, -1 },
+ { 29, SVGAnimationElementImpl::TargetElement, DontDelete|ReadOnly, 0, 26 },
+ { 66, SVGAnimationElementImpl::KeySplines, DontDelete|ReadOnly, 0, -1 },
+ { 0, 0, 0, 0, -1 },
+ { 145, SVGAnimationElementImpl::Href, DontDelete|ReadOnly, 0, -1 },
+ { 1, SVGAnimationElementImpl::AttributeName, DontDelete|ReadOnly, 0, -1 },
+ { 150, SVGAnimationElementImpl::Dur, DontDelete|ReadOnly, 0, 30 },
+ { 96, SVGAnimationElementImpl::CalcMode, DontDelete|ReadOnly, 0, -1 },
+ { 129, SVGAnimationElementImpl::Begin, DontDelete|ReadOnly, 0, -1 },
+ { 122, SVGAnimationElementImpl::Values, DontDelete|ReadOnly, 0, 23 },
+ { 0, 0, 0, 0, -1 },
+ { 87, SVGAnimationElementImpl::Additive, DontDelete|ReadOnly, 0, 27 },
+ { 105, SVGAnimationElementImpl::KeyTimes, DontDelete|ReadOnly, 0, -1 },
+ { 0, 0, 0, 0, -1 },
+ { 0, 0, 0, 0, -1 },
+ { 15, SVGAnimationElementImpl::AttributeType, DontDelete|ReadOnly, 0, -1 },
+ { 0, 0, 0, 0, -1 },
+ { 169, SVGAnimationElementImpl::To, DontDelete|ReadOnly, 0, 29 },
+ { 0, 0, 0, 0, -1 },
+ { 140, SVGAnimationElementImpl::From, DontDelete|ReadOnly, 0, -1 },
+ { 166, SVGAnimationElementImpl::By, DontDelete|ReadOnly, 0, 24 },
+ { 154, SVGAnimationElementImpl::End, DontDelete|ReadOnly, 0, 28 },
+ { 162, SVGAnimationElementImpl::Min, DontDelete|ReadOnly, 0, -1 },
+ { 158, SVGAnimationElementImpl::Max, DontDelete|ReadOnly, 0, -1 },
+ { 114, SVGAnimationElementImpl::Restart, DontDelete|ReadOnly, 0, -1 },
+ { 43, SVGAnimationElementImpl::RepeatCount, DontDelete|ReadOnly, 0, -1 },
+ { 77, SVGAnimationElementImpl::RepeatDur, DontDelete|ReadOnly, 0, -1 },
+ { 135, SVGAnimationElementImpl::Fill, DontDelete|ReadOnly, 0, -1 }
+};
+
+const struct HashTable SVGAnimationElementImpl::s_hashTable = { 2, 31, SVGAnimationElementImpl__s_hashTableEntries, 23, SVGAnimationElementImpl__s_hashTableStrings};
+
+} // namespace
+
+using namespace KJS;
+
+namespace KSVG {
+
+static const char SVGAnimationElementImplProto__s_hashTableStrings[] = {
+ "\0"
+ "getSimpleDuration\0"
+ "getCurrentTime\0"
+ "getStartTime\0"
+};
+
+
+static const struct HashEntry SVGAnimationElementImplProto__s_hashTableEntries[] = {
+ { 34, SVGAnimationElementImpl::GetStartTime, DontDelete|Function, 0, -1 },
+ { 1, SVGAnimationElementImpl::GetSimpleDuration, DontDelete|Function, 0, -1 },
+ { 0, 0, 0, 0, -1 },
+ { 19, SVGAnimationElementImpl::GetCurrentTime, DontDelete|Function, 0, -1 },
+ { 0, 0, 0, 0, -1 }
+};
+
+const struct HashTable SVGAnimationElementImplProto::s_hashTable = { 2, 5, SVGAnimationElementImplProto__s_hashTableEntries, 5, SVGAnimationElementImplProto__s_hashTableStrings};
+
+} // namespace