summaryrefslogtreecommitdiffstats
path: root/ksvg/data/SVGAnimatedPathDataImpl.lut.h
blob: 76238d7a63b4e47c03f9d46eafe6d0075da56959 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
/* Automatically generated from impl/SVGAnimatedPathDataImpl.cpp using ../../tdelibs/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