summaryrefslogtreecommitdiffstats
path: root/ksvg/data/SVGRectImpl.lut.h
blob: 439835bc0e9029ed88f3ee2fbcbb506c5073ae82 (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
/* Automatically generated from impl/SVGRectImpl.cc using ../../kdelibs/kjs/create_hash_table. DO NOT EDIT ! */

using namespace KJS;

namespace KSVG {

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


static const struct HashEntry SVGRectImpl__s_hashTableEntries[] = {
   { 14, SVGRectImpl::X, DontDelete, 0, -1 },
   { 16, SVGRectImpl::Y, DontDelete, 0, -1 },
   { 0, 0, 0, 0, -1 },
   { 1, SVGRectImpl::Height, DontDelete, 0, -1 },
   { 8, SVGRectImpl::Width, DontDelete, 0, -1 }
};

const struct HashTable SVGRectImpl::s_hashTable = { 2, 5, SVGRectImpl__s_hashTableEntries, 5, SVGRectImpl__s_hashTableStrings};

} // namespace