diff options
Diffstat (limited to 'ksvg/data/SVGLineElementImpl.lut.h')
-rw-r--r-- | ksvg/data/SVGLineElementImpl.lut.h | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/ksvg/data/SVGLineElementImpl.lut.h b/ksvg/data/SVGLineElementImpl.lut.h new file mode 100644 index 00000000..857b3ee2 --- /dev/null +++ b/ksvg/data/SVGLineElementImpl.lut.h @@ -0,0 +1,27 @@ +/* Automatically generated from impl/SVGLineElementImpl.cc using ../../kdelibs/kjs/create_hash_table. DO NOT EDIT ! */ + +using namespace KJS; + +namespace KSVG { + +static const char SVGLineElementImpl__s_hashTableStrings[] = { + "\0" + "x1\0" + "x2\0" + "y1\0" + "y2\0" +}; + + +static const struct HashEntry SVGLineElementImpl__s_hashTableEntries[] = { + { 7, SVGLineElementImpl::Y1, DontDelete|ReadOnly, 0, 5 }, + { 10, SVGLineElementImpl::Y2, DontDelete|ReadOnly, 0, -1 }, + { 0, 0, 0, 0, -1 }, + { 0, 0, 0, 0, -1 }, + { 1, SVGLineElementImpl::X1, DontDelete|ReadOnly, 0, -1 }, + { 4, SVGLineElementImpl::X2, DontDelete|ReadOnly, 0, -1 } +}; + +const struct HashTable SVGLineElementImpl::s_hashTable = { 2, 6, SVGLineElementImpl__s_hashTableEntries, 5, SVGLineElementImpl__s_hashTableStrings}; + +} // namespace |