tizen beta release
[profile/ivi/webkit-efl.git] / DerivedSources / WebCore / JSSVGPathSegLinetoVerticalAbs.h
1 /*
2     This file is part of the WebKit open source project.
3     This file has been generated by generate-bindings.pl. DO NOT MODIFY!
4
5     This library is free software; you can redistribute it and/or
6     modify it under the terms of the GNU Library General Public
7     License as published by the Free Software Foundation; either
8     version 2 of the License, or (at your option) any later version.
9
10     This library is distributed in the hope that it will be useful,
11     but WITHOUT ANY WARRANTY; without even the implied warranty of
12     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
13     Library General Public License for more details.
14
15     You should have received a copy of the GNU Library General Public License
16     along with this library; see the file COPYING.LIB.  If not, write to
17     the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
18     Boston, MA 02110-1301, USA.
19 */
20
21 #ifndef JSSVGPathSegLinetoVerticalAbs_h
22 #define JSSVGPathSegLinetoVerticalAbs_h
23
24 #if ENABLE(SVG)
25
26 #include "JSDOMBinding.h"
27 #include "JSSVGPathSeg.h"
28 #include "SVGElement.h"
29 #include "SVGPathSegLinetoVertical.h"
30 #include <runtime/JSObject.h>
31
32 namespace WebCore {
33
34 class JSSVGPathSegLinetoVerticalAbs : public JSSVGPathSeg {
35 public:
36     typedef JSSVGPathSeg Base;
37     static JSSVGPathSegLinetoVerticalAbs* create(JSC::Structure* structure, JSDOMGlobalObject* globalObject, PassRefPtr<SVGPathSegLinetoVerticalAbs> impl)
38     {
39         JSSVGPathSegLinetoVerticalAbs* ptr = new (JSC::allocateCell<JSSVGPathSegLinetoVerticalAbs>(globalObject->globalData().heap)) JSSVGPathSegLinetoVerticalAbs(structure, globalObject, impl);
40         ptr->finishCreation(globalObject->globalData());
41         return ptr;
42     }
43
44     static JSC::JSObject* createPrototype(JSC::ExecState*, JSC::JSGlobalObject*);
45     static bool getOwnPropertySlot(JSC::JSCell*, JSC::ExecState*, const JSC::Identifier& propertyName, JSC::PropertySlot&);
46     static bool getOwnPropertyDescriptor(JSC::JSObject*, JSC::ExecState*, const JSC::Identifier& propertyName, JSC::PropertyDescriptor&);
47     static void put(JSC::JSCell*, JSC::ExecState*, const JSC::Identifier& propertyName, JSC::JSValue, JSC::PutPropertySlot&);
48     static const JSC::ClassInfo s_info;
49
50     static JSC::Structure* createStructure(JSC::JSGlobalData& globalData, JSC::JSGlobalObject* globalObject, JSC::JSValue prototype)
51     {
52         return JSC::Structure::create(globalData, globalObject, prototype, JSC::TypeInfo(JSC::ObjectType, StructureFlags), &s_info);
53     }
54
55     static JSC::JSValue getConstructor(JSC::ExecState*, JSC::JSGlobalObject*);
56 protected:
57     JSSVGPathSegLinetoVerticalAbs(JSC::Structure*, JSDOMGlobalObject*, PassRefPtr<SVGPathSegLinetoVerticalAbs>);
58     void finishCreation(JSC::JSGlobalData&);
59     static const unsigned StructureFlags = JSC::OverridesGetOwnPropertySlot | Base::StructureFlags;
60 };
61
62
63 class JSSVGPathSegLinetoVerticalAbsPrototype : public JSC::JSNonFinalObject {
64 public:
65     typedef JSC::JSNonFinalObject Base;
66     static JSC::JSObject* self(JSC::ExecState*, JSC::JSGlobalObject*);
67     static JSSVGPathSegLinetoVerticalAbsPrototype* create(JSC::JSGlobalData& globalData, JSC::JSGlobalObject* globalObject, JSC::Structure* structure)
68     {
69         JSSVGPathSegLinetoVerticalAbsPrototype* ptr = new (JSC::allocateCell<JSSVGPathSegLinetoVerticalAbsPrototype>(globalData.heap)) JSSVGPathSegLinetoVerticalAbsPrototype(globalData, globalObject, structure);
70         ptr->finishCreation(globalData);
71         return ptr;
72     }
73
74     static const JSC::ClassInfo s_info;
75     static JSC::Structure* createStructure(JSC::JSGlobalData& globalData, JSC::JSGlobalObject* globalObject, JSC::JSValue prototype)
76     {
77         return JSC::Structure::create(globalData, globalObject, prototype, JSC::TypeInfo(JSC::ObjectType, StructureFlags), &s_info);
78     }
79
80 private:
81     JSSVGPathSegLinetoVerticalAbsPrototype(JSC::JSGlobalData& globalData, JSC::JSGlobalObject*, JSC::Structure* structure) : JSC::JSNonFinalObject(globalData, structure) { }
82 protected:
83     static const unsigned StructureFlags = Base::StructureFlags;
84 };
85
86 class JSSVGPathSegLinetoVerticalAbsConstructor : public DOMConstructorObject {
87 private:
88     JSSVGPathSegLinetoVerticalAbsConstructor(JSC::Structure*, JSDOMGlobalObject*);
89     void finishCreation(JSC::ExecState*, JSDOMGlobalObject*);
90
91 public:
92     typedef DOMConstructorObject Base;
93     static JSSVGPathSegLinetoVerticalAbsConstructor* create(JSC::ExecState* exec, JSC::Structure* structure, JSDOMGlobalObject* globalObject)
94     {
95         JSSVGPathSegLinetoVerticalAbsConstructor* ptr = new (JSC::allocateCell<JSSVGPathSegLinetoVerticalAbsConstructor>(*exec->heap())) JSSVGPathSegLinetoVerticalAbsConstructor(structure, globalObject);
96         ptr->finishCreation(exec, globalObject);
97         return ptr;
98     }
99
100     static bool getOwnPropertySlot(JSC::JSCell*, JSC::ExecState*, const JSC::Identifier&, JSC::PropertySlot&);
101     static bool getOwnPropertyDescriptor(JSC::JSObject*, JSC::ExecState*, const JSC::Identifier&, JSC::PropertyDescriptor&);
102     static const JSC::ClassInfo s_info;
103     static JSC::Structure* createStructure(JSC::JSGlobalData& globalData, JSC::JSGlobalObject* globalObject, JSC::JSValue prototype)
104     {
105         return JSC::Structure::create(globalData, globalObject, prototype, JSC::TypeInfo(JSC::ObjectType, StructureFlags), &s_info);
106     }
107 protected:
108     static const unsigned StructureFlags = JSC::OverridesGetOwnPropertySlot | JSC::ImplementsHasInstance | DOMConstructorObject::StructureFlags;
109 };
110
111 // Attributes
112
113 JSC::JSValue jsSVGPathSegLinetoVerticalAbsY(JSC::ExecState*, JSC::JSValue, const JSC::Identifier&);
114 void setJSSVGPathSegLinetoVerticalAbsY(JSC::ExecState*, JSC::JSObject*, JSC::JSValue);
115 JSC::JSValue jsSVGPathSegLinetoVerticalAbsConstructor(JSC::ExecState*, JSC::JSValue, const JSC::Identifier&);
116
117 } // namespace WebCore
118
119 #endif // ENABLE(SVG)
120
121 #endif