summaryrefslogtreecommitdiffstats
path: root/ksvg/data/SVGEllipseElementImpl.lut.h
blob: d39018d9b707c4c8e78ac9265db31882bce45510 (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/SVGEllipseElementImpl.cc using ../../tdelibs/kjs/create_hash_table. DO NOT EDIT ! */

using namespace KJS;

namespace KSVG {

static const char SVGEllipseElementImpl__s_hashTableStrings[] = {
    "\0"
    "cx\0"
    "cy\0"
    "rx\0"
    "ry\0"
};


static const struct HashEntry SVGEllipseElementImpl__s_hashTableEntries[] = {
   { 4, SVGEllipseElementImpl::Cy, DontDelete|ReadOnly, 0, 6 },
   { 0, 0, 0, 0, -1 },
   { 0, 0, 0, 0, -1 },
   { 0, 0, 0, 0, -1 },
   { 1, SVGEllipseElementImpl::Cx, DontDelete|ReadOnly, 0, 5 },
   { 7, SVGEllipseElementImpl::Rx, DontDelete|ReadOnly, 0, -1 },
   { 10, SVGEllipseElementImpl::Ry, DontDelete|ReadOnly, 0, -1 }
};

const struct HashTable SVGEllipseElementImpl::s_hashTable = { 2, 7, SVGEllipseElementImpl__s_hashTableEntries, 5, SVGEllipseElementImpl__s_hashTableStrings};

} // namespace