You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
870 B
29 lines
870 B
/* Automatically generated from impl/SVGEllipseElementImpl.cc using ../../kdelibs/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
|