diff options
Diffstat (limited to 'ksvg/data/SVGAnimatedPathDataImpl.lut.h')
-rw-r--r-- | ksvg/data/SVGAnimatedPathDataImpl.lut.h | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/ksvg/data/SVGAnimatedPathDataImpl.lut.h b/ksvg/data/SVGAnimatedPathDataImpl.lut.h new file mode 100644 index 00000000..8e0e8395 --- /dev/null +++ b/ksvg/data/SVGAnimatedPathDataImpl.lut.h @@ -0,0 +1,28 @@ +/* Automatically generated from impl/SVGAnimatedPathDataImpl.cc using ../../kdelibs/kjs/create_hash_table. DO NOT EDIT ! */ + +using namespace KJS; + +namespace KSVG { + +static const char SVGAnimatedPathDataImpl__s_hashTableStrings[] = { + "\0" + "animatedNormalizedPathSegList\0" + "normalizedPathSegList\0" + "animatedPathSegList\0" + "pathSegList\0" +}; + + +static const struct HashEntry SVGAnimatedPathDataImpl__s_hashTableEntries[] = { + { 0, 0, 0, 0, -1 }, + { 53, SVGAnimatedPathDataImpl::AnimatedPathSegList, DontDelete|ReadOnly, 0, 6 }, + { 0, 0, 0, 0, -1 }, + { 73, SVGAnimatedPathDataImpl::PathSegList, DontDelete|ReadOnly, 0, 5 }, + { 0, 0, 0, 0, -1 }, + { 31, SVGAnimatedPathDataImpl::NormalizedPathSegList, DontDelete|ReadOnly, 0, -1 }, + { 1, SVGAnimatedPathDataImpl::AnimatedNormalizedPathSegList, DontDelete|ReadOnly, 0, -1 } +}; + +const struct HashTable SVGAnimatedPathDataImpl::s_hashTable = { 2, 7, SVGAnimatedPathDataImpl__s_hashTableEntries, 5, SVGAnimatedPathDataImpl__s_hashTableStrings}; + +} // namespace |