summaryrefslogtreecommitdiffstats
path: root/ksvg/data/SVGImageElementImpl.lut.h
blob: 25641ee98244de6f5fdf09fd56a5f01a60848c0b (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
29
30
31
/* Automatically generated from impl/SVGImageElementImpl.cc using ../../tdelibs/kjs/create_hash_table. DO NOT EDIT ! */

using namespace KJS;

namespace KSVG {

static const char SVGImageElementImpl__s_hashTableStrings[] = {
    "\0"
    "preserveAspectRatio\0"
    "height\0"
    "width\0"
    "href\0"
    "x\0"
    "y\0"
};


static const struct HashEntry SVGImageElementImpl__s_hashTableEntries[] = {
   { 1, SVGImageElementImpl::PreserveAspectRatio, DontDelete|ReadOnly, 0, -1 },
   { 39, SVGImageElementImpl::X, DontDelete|ReadOnly, 0, 7 },
   { 41, SVGImageElementImpl::Y, DontDelete|ReadOnly, 0, -1 },
   { 21, SVGImageElementImpl::Height, DontDelete|ReadOnly, 0, -1 },
   { 0, 0, 0, 0, -1 },
   { 28, SVGImageElementImpl::Width, DontDelete|ReadOnly, 0, -1 },
   { 0, 0, 0, 0, -1 },
   { 34, SVGImageElementImpl::Href, DontDelete|ReadOnly, 0, -1 }
};

const struct HashTable SVGImageElementImpl::s_hashTable = { 2, 8, SVGImageElementImpl__s_hashTableEntries, 7, SVGImageElementImpl__s_hashTableStrings};

} // namespace