diff options
author | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
---|---|---|
committer | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
commit | 47d455dd55be855e4cc691c32f687f723d9247ee (patch) | |
tree | 52e236aaa2576bdb3840ebede26619692fed6d7d /ksvg/data/SVGColorImpl.lut.h | |
download | tdegraphics-47d455dd55be855e4cc691c32f687f723d9247ee.tar.gz tdegraphics-47d455dd55be855e4cc691c32f687f723d9247ee.zip |
Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.
BUG:215923
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdegraphics@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'ksvg/data/SVGColorImpl.lut.h')
-rw-r--r-- | ksvg/data/SVGColorImpl.lut.h | 76 |
1 files changed, 76 insertions, 0 deletions
diff --git a/ksvg/data/SVGColorImpl.lut.h b/ksvg/data/SVGColorImpl.lut.h new file mode 100644 index 00000000..e6e0fe48 --- /dev/null +++ b/ksvg/data/SVGColorImpl.lut.h @@ -0,0 +1,76 @@ +/* Automatically generated from impl/SVGColorImpl.cc using ../../kdelibs/kjs/create_hash_table. DO NOT EDIT ! */ + +using namespace KJS; + +namespace KSVG { + +static const char SVGColorImpl__s_hashTableStrings[] = { + "\0" + "colorType\0" + "ICCColor\0" + "RGBColor\0" +}; + + +static const struct HashEntry SVGColorImpl__s_hashTableEntries[] = { + { 20, SVGColorImpl::RGBColor, DontDelete|ReadOnly, 0, -1 }, + { 1, SVGColorImpl::ColorType, DontDelete|ReadOnly, 0, -1 }, + { 0, 0, 0, 0, -1 }, + { 11, SVGColorImpl::ICCColor, DontDelete|ReadOnly, 0, -1 }, + { 0, 0, 0, 0, -1 } +}; + +const struct HashTable SVGColorImpl::s_hashTable = { 2, 5, SVGColorImpl__s_hashTableEntries, 5, SVGColorImpl__s_hashTableStrings}; + +} // namespace + +using namespace KJS; + +namespace KSVG { + +static const char SVGColorImplProto__s_hashTableStrings[] = { + "\0" + "setRGBColorICCColor\0" + "setRGBColor\0" + "setColor\0" +}; + + +static const struct HashEntry SVGColorImplProto__s_hashTableEntries[] = { + { 1, SVGColorImpl::SetRGBColorICCColor, DontDelete|Function, 2, -1 }, + { 0, 0, 0, 0, -1 }, + { 21, SVGColorImpl::SetRGBColor, DontDelete|Function, 1, -1 }, + { 33, SVGColorImpl::SetColor, DontDelete|Function, 3, -1 }, + { 0, 0, 0, 0, -1 } +}; + +const struct HashTable SVGColorImplProto::s_hashTable = { 2, 5, SVGColorImplProto__s_hashTableEntries, 5, SVGColorImplProto__s_hashTableStrings}; + +} // namespace + +using namespace KJS; + +namespace KSVG { + +static const char SVGColorImplConstructor__s_hashTableStrings[] = { + "\0" + "SVG_COLORTYPE_RGBCOLOR_ICCCOLOR\0" + "SVG_COLORTYPE_CURRENTCOLOR\0" + "SVG_COLORTYPE_RGBCOLOR\0" + "SVG_COLORTYPE_UNKNOWN\0" +}; + + +static const struct HashEntry SVGColorImplConstructor__s_hashTableEntries[] = { + { 83, KSVG::SVG_COLORTYPE_UNKNOWN, DontDelete|ReadOnly, 0, 6 }, + { 0, 0, 0, 0, -1 }, + { 60, KSVG::SVG_COLORTYPE_RGBCOLOR, DontDelete|ReadOnly, 0, 5 }, + { 0, 0, 0, 0, -1 }, + { 0, 0, 0, 0, -1 }, + { 1, KSVG::SVG_COLORTYPE_RGBCOLOR_ICCCOLOR, DontDelete|ReadOnly, 0, -1 }, + { 33, KSVG::SVG_COLORTYPE_CURRENTCOLOR, DontDelete|ReadOnly, 0, -1 } +}; + +const struct HashTable SVGColorImplConstructor::s_hashTable = { 2, 7, SVGColorImplConstructor__s_hashTableEntries, 5, SVGColorImplConstructor__s_hashTableStrings}; + +} // namespace |