tizen beta release
[profile/ivi/webkit-efl.git] / DerivedSources / WebCore / JSSVGLengthList.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 JSSVGLengthList_h
22 #define JSSVGLengthList_h
23
24 #if ENABLE(SVG)
25
26 #include "JSDOMBinding.h"
27 #include "SVGAnimatedListPropertyTearOff.h"
28 #include "SVGElement.h"
29 #include "SVGLengthList.h"
30 #include <runtime/JSGlobalObject.h>
31 #include <runtime/JSObject.h>
32 #include <runtime/ObjectPrototype.h>
33
34 namespace WebCore {
35
36 class JSSVGLengthList : public JSDOMWrapper {
37 public:
38     typedef JSDOMWrapper Base;
39     static JSSVGLengthList* create(JSC::Structure* structure, JSDOMGlobalObject* globalObject, PassRefPtr<SVGListPropertyTearOff<SVGLengthList> > impl)
40     {
41         JSSVGLengthList* ptr = new (JSC::allocateCell<JSSVGLengthList>(globalObject->globalData().heap)) JSSVGLengthList(structure, globalObject, impl);
42         ptr->finishCreation(globalObject->globalData());
43         return ptr;
44     }
45
46     static JSC::JSObject* createPrototype(JSC::ExecState*, JSC::JSGlobalObject*);
47     static bool getOwnPropertySlot(JSC::JSCell*, JSC::ExecState*, const JSC::Identifier& propertyName, JSC::PropertySlot&);
48     static bool getOwnPropertyDescriptor(JSC::JSObject*, JSC::ExecState*, const JSC::Identifier& propertyName, JSC::PropertyDescriptor&);
49     static const JSC::ClassInfo s_info;
50
51     static JSC::Structure* createStructure(JSC::JSGlobalData& globalData, JSC::JSGlobalObject* globalObject, JSC::JSValue prototype)
52     {
53         return JSC::Structure::create(globalData, globalObject, prototype, JSC::TypeInfo(JSC::ObjectType, StructureFlags), &s_info);
54     }
55
56     static JSC::JSValue getConstructor(JSC::ExecState*, JSC::JSGlobalObject*);
57     SVGListPropertyTearOff<SVGLengthList> * impl() const { return m_impl; }
58     void releaseImpl() { m_impl->deref(); m_impl = 0; }
59
60 private:
61     SVGListPropertyTearOff<SVGLengthList> * m_impl;
62 protected:
63     JSSVGLengthList(JSC::Structure*, JSDOMGlobalObject*, PassRefPtr<SVGListPropertyTearOff<SVGLengthList> >);
64     void finishCreation(JSC::JSGlobalData&);
65     static const unsigned StructureFlags = JSC::OverridesGetOwnPropertySlot | Base::StructureFlags;
66 };
67
68 class JSSVGLengthListOwner : public JSC::WeakHandleOwner {
69     virtual bool isReachableFromOpaqueRoots(JSC::Handle<JSC::Unknown>, void* context, JSC::SlotVisitor&);
70     virtual void finalize(JSC::Handle<JSC::Unknown>, void* context);
71 };
72
73 inline JSC::WeakHandleOwner* wrapperOwner(DOMWrapperWorld*, SVGListPropertyTearOff<SVGLengthList> *)
74 {
75     DEFINE_STATIC_LOCAL(JSSVGLengthListOwner, jsSVGLengthListOwner, ());
76     return &jsSVGLengthListOwner;
77 }
78
79 inline void* wrapperContext(DOMWrapperWorld* world, SVGListPropertyTearOff<SVGLengthList> *)
80 {
81     return world;
82 }
83
84 JSC::JSValue toJS(JSC::ExecState*, JSDOMGlobalObject*, SVGListPropertyTearOff<SVGLengthList> *);
85 SVGListPropertyTearOff<SVGLengthList> * toSVGLengthList(JSC::JSValue);
86
87 class JSSVGLengthListPrototype : public JSC::JSNonFinalObject {
88 public:
89     typedef JSC::JSNonFinalObject Base;
90     static JSC::JSObject* self(JSC::ExecState*, JSC::JSGlobalObject*);
91     static JSSVGLengthListPrototype* create(JSC::JSGlobalData& globalData, JSC::JSGlobalObject* globalObject, JSC::Structure* structure)
92     {
93         JSSVGLengthListPrototype* ptr = new (JSC::allocateCell<JSSVGLengthListPrototype>(globalData.heap)) JSSVGLengthListPrototype(globalData, globalObject, structure);
94         ptr->finishCreation(globalData);
95         return ptr;
96     }
97
98     static const JSC::ClassInfo s_info;
99     static bool getOwnPropertySlot(JSC::JSCell*, JSC::ExecState*, const JSC::Identifier&, JSC::PropertySlot&);
100     static bool getOwnPropertyDescriptor(JSC::JSObject*, JSC::ExecState*, const JSC::Identifier&, JSC::PropertyDescriptor&);
101     static JSC::Structure* createStructure(JSC::JSGlobalData& globalData, JSC::JSGlobalObject* globalObject, JSC::JSValue prototype)
102     {
103         return JSC::Structure::create(globalData, globalObject, prototype, JSC::TypeInfo(JSC::ObjectType, StructureFlags), &s_info);
104     }
105
106 private:
107     JSSVGLengthListPrototype(JSC::JSGlobalData& globalData, JSC::JSGlobalObject*, JSC::Structure* structure) : JSC::JSNonFinalObject(globalData, structure) { }
108 protected:
109     static const unsigned StructureFlags = JSC::OverridesGetOwnPropertySlot | Base::StructureFlags;
110 };
111
112 class JSSVGLengthListConstructor : public DOMConstructorObject {
113 private:
114     JSSVGLengthListConstructor(JSC::Structure*, JSDOMGlobalObject*);
115     void finishCreation(JSC::ExecState*, JSDOMGlobalObject*);
116
117 public:
118     typedef DOMConstructorObject Base;
119     static JSSVGLengthListConstructor* create(JSC::ExecState* exec, JSC::Structure* structure, JSDOMGlobalObject* globalObject)
120     {
121         JSSVGLengthListConstructor* ptr = new (JSC::allocateCell<JSSVGLengthListConstructor>(*exec->heap())) JSSVGLengthListConstructor(structure, globalObject);
122         ptr->finishCreation(exec, globalObject);
123         return ptr;
124     }
125
126     static bool getOwnPropertySlot(JSC::JSCell*, JSC::ExecState*, const JSC::Identifier&, JSC::PropertySlot&);
127     static bool getOwnPropertyDescriptor(JSC::JSObject*, JSC::ExecState*, const JSC::Identifier&, JSC::PropertyDescriptor&);
128     static const JSC::ClassInfo s_info;
129     static JSC::Structure* createStructure(JSC::JSGlobalData& globalData, JSC::JSGlobalObject* globalObject, JSC::JSValue prototype)
130     {
131         return JSC::Structure::create(globalData, globalObject, prototype, JSC::TypeInfo(JSC::ObjectType, StructureFlags), &s_info);
132     }
133 protected:
134     static const unsigned StructureFlags = JSC::OverridesGetOwnPropertySlot | JSC::ImplementsHasInstance | DOMConstructorObject::StructureFlags;
135 };
136
137 // Functions
138
139 JSC::EncodedJSValue JSC_HOST_CALL jsSVGLengthListPrototypeFunctionClear(JSC::ExecState*);
140 JSC::EncodedJSValue JSC_HOST_CALL jsSVGLengthListPrototypeFunctionInitialize(JSC::ExecState*);
141 JSC::EncodedJSValue JSC_HOST_CALL jsSVGLengthListPrototypeFunctionGetItem(JSC::ExecState*);
142 JSC::EncodedJSValue JSC_HOST_CALL jsSVGLengthListPrototypeFunctionInsertItemBefore(JSC::ExecState*);
143 JSC::EncodedJSValue JSC_HOST_CALL jsSVGLengthListPrototypeFunctionReplaceItem(JSC::ExecState*);
144 JSC::EncodedJSValue JSC_HOST_CALL jsSVGLengthListPrototypeFunctionRemoveItem(JSC::ExecState*);
145 JSC::EncodedJSValue JSC_HOST_CALL jsSVGLengthListPrototypeFunctionAppendItem(JSC::ExecState*);
146 // Attributes
147
148 JSC::JSValue jsSVGLengthListNumberOfItems(JSC::ExecState*, JSC::JSValue, const JSC::Identifier&);
149 JSC::JSValue jsSVGLengthListConstructor(JSC::ExecState*, JSC::JSValue, const JSC::Identifier&);
150
151 } // namespace WebCore
152
153 #endif // ENABLE(SVG)
154
155 #endif