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.
28 lines
918 B
28 lines
918 B
15 years ago
|
/* Automatically generated from impl/SVGLinearGradientElementImpl.cc using ../../kdelibs/kjs/create_hash_table. DO NOT EDIT ! */
|
||
|
|
||
|
using namespace KJS;
|
||
|
|
||
|
namespace KSVG {
|
||
|
|
||
|
static const char SVGLinearGradientElementImpl__s_hashTableStrings[] = {
|
||
|
"\0"
|
||
|
"x1\0"
|
||
|
"x2\0"
|
||
|
"y1\0"
|
||
|
"y2\0"
|
||
|
};
|
||
|
|
||
|
|
||
|
static const struct HashEntry SVGLinearGradientElementImpl__s_hashTableEntries[] = {
|
||
|
{ 7, SVGLinearGradientElementImpl::Y1, DontDelete|ReadOnly, 0, 5 },
|
||
|
{ 10, SVGLinearGradientElementImpl::Y2, DontDelete|ReadOnly, 0, -1 },
|
||
|
{ 0, 0, 0, 0, -1 },
|
||
|
{ 0, 0, 0, 0, -1 },
|
||
|
{ 1, SVGLinearGradientElementImpl::X1, DontDelete|ReadOnly, 0, -1 },
|
||
|
{ 4, SVGLinearGradientElementImpl::X2, DontDelete|ReadOnly, 0, -1 }
|
||
|
};
|
||
|
|
||
|
const struct HashTable SVGLinearGradientElementImpl::s_hashTable = { 2, 6, SVGLinearGradientElementImpl__s_hashTableEntries, 5, SVGLinearGradientElementImpl__s_hashTableStrings};
|
||
|
|
||
|
} // namespace
|