webengine/osswebengine/DerivedSources/WebCore/JSSVGFESpecularLightingElement.h
changeset 0 dd21522fd290
equal deleted inserted replaced
-1:000000000000 0:dd21522fd290
       
     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 JSSVGFESpecularLightingElement_H
       
    22 #define JSSVGFESpecularLightingElement_H
       
    23 
       
    24 
       
    25 #if ENABLE(SVG) && ENABLE(SVG_EXPERIMENTAL_FEATURES)
       
    26 
       
    27 #include "JSSVGElement.h"
       
    28 
       
    29 namespace WebCore {
       
    30 
       
    31 class SVGFESpecularLightingElement;
       
    32 
       
    33 class JSSVGFESpecularLightingElement : public JSSVGElement {
       
    34 public:
       
    35     JSSVGFESpecularLightingElement(KJS::ExecState*, SVGFESpecularLightingElement*);
       
    36     virtual bool getOwnPropertySlot(KJS::ExecState*, const KJS::Identifier&, KJS::PropertySlot&);
       
    37     KJS::JSValue* getValueProperty(KJS::ExecState*, int token) const;
       
    38     virtual const KJS::ClassInfo* classInfo() const { return &info; }
       
    39     static const KJS::ClassInfo info;
       
    40 
       
    41     enum {
       
    42         // Attributes
       
    43         In1AttrNum, SurfaceScaleAttrNum, SpecularConstantAttrNum, SpecularExponentAttrNum, 
       
    44         XAttrNum, YAttrNum, WidthAttrNum, HeightAttrNum, 
       
    45         ResultAttrNum, ClassNameAttrNum, StyleAttrNum
       
    46     };
       
    47 };
       
    48 
       
    49 
       
    50 class JSSVGFESpecularLightingElementPrototype : public KJS::JSObject {
       
    51 public:
       
    52     static KJS::JSObject* self(KJS::ExecState* exec);
       
    53     virtual const KJS::ClassInfo* classInfo() const { return &info; }
       
    54     static const KJS::ClassInfo info;
       
    55     JSSVGFESpecularLightingElementPrototype(KJS::ExecState* exec)
       
    56         : KJS::JSObject(JSSVGElementPrototype::self(exec)) { }
       
    57 };
       
    58 
       
    59 } // namespace WebCore
       
    60 
       
    61 #endif // ENABLE(SVG) && ENABLE(SVG_EXPERIMENTAL_FEATURES)
       
    62 
       
    63 #endif