/* THIS FILE IS AUTOGENERATED FROM SVGGraphicsElement.webidl BY Codegen.py - DO NOT EDIT */

#ifndef mozilla_dom_SVGGraphicsElementBinding_h
#define mozilla_dom_SVGGraphicsElementBinding_h

#include "js/RootingAPI.h"
#include "jspubtd.h"
#include "mozilla/ErrorResult.h"
#include "mozilla/dom/BindingDeclarations.h"
#include "mozilla/dom/Nullable.h"

namespace mozilla {
namespace dom {

struct NativePropertyHooks;
class ProtoAndIfaceCache;
struct SVGBoundingBoxOptionsAtoms;
class SVGGraphicsElement;
struct SVGGraphicsElementAtoms;

} // namespace dom
} // namespace mozilla

namespace mozilla {
namespace dom {

struct SVGBoundingBoxOptions : public DictionaryBase
{
  MOZ_INIT_OUTSIDE_CTOR bool mClipped;
  MOZ_INIT_OUTSIDE_CTOR bool mFill;
  MOZ_INIT_OUTSIDE_CTOR bool mMarkers;
  MOZ_INIT_OUTSIDE_CTOR bool mStroke;

  SVGBoundingBoxOptions();

  explicit inline SVGBoundingBoxOptions(const FastDictionaryInitializer& )
  {
    // Do nothing here; this is used by our "Fast" subclass
  }

  explicit inline SVGBoundingBoxOptions(const SVGBoundingBoxOptions& aOther)
  {
    *this = aOther;
  }

  bool
  Init(JSContext* cx, JS::Handle<JS::Value> val, const char* sourceDescription = "Value", bool passedToJSImpl = false);

  bool
  Init(const nsAString& aJSON);

  bool
  ToObjectInternal(JSContext* cx, JS::MutableHandle<JS::Value> rval) const;

  bool
  ToJSON(nsAString& aJSON) const;

  void
  TraceDictionary(JSTracer* trc);

  void
  operator=(const SVGBoundingBoxOptions& aOther);

private:
  static bool
  InitIds(JSContext* cx, SVGBoundingBoxOptionsAtoms* atomsCache);
};

namespace binding_detail {
struct FastSVGBoundingBoxOptions : public SVGBoundingBoxOptions
{
  inline FastSVGBoundingBoxOptions()
    : SVGBoundingBoxOptions(FastDictionaryInitializer())
  {
    // Doesn't matter what int we pass to the parent constructor
  }
};
} // namespace binding_detail


namespace SVGGraphicsElementBinding {

  typedef mozilla::dom::SVGGraphicsElement NativeType;

  JSObject*
  DefineDOMInterface(JSContext* aCx, JS::Handle<JSObject*> aGlobal, JS::Handle<jsid> id, bool aDefineOnGlobal);

  // We declare this as an array so that retrieving a pointer to this
  // binding's property hooks only requires compile/link-time resolvable
  // address arithmetic.  Declaring it as a pointer instead would require
  // doing a run-time load to fetch a pointer to this binding's property
  // hooks.  And then structures which embedded a pointer to this structure
  // would require a run-time load for proper initialization, which would
  // then induce static constructors.  Lots of static constructors.
  extern const NativePropertyHooks sNativePropertyHooks[];

  void
  CreateInterfaceObjects(JSContext* aCx, JS::Handle<JSObject*> aGlobal, ProtoAndIfaceCache& aProtoAndIfaceCache, bool aDefineOnGlobal);

  JS::Handle<JSObject*>
  GetProtoObjectHandle(JSContext* aCx);

  JSObject*
  GetProtoObject(JSContext* aCx);

  JS::Handle<JSObject*>
  GetConstructorObjectHandle(JSContext* aCx, bool aDefineOnGlobal = true);

  JSObject*
  GetConstructorObject(JSContext* aCx);

} // namespace SVGGraphicsElementBinding



} // namespace dom
} // namespace mozilla

#endif // mozilla_dom_SVGGraphicsElementBinding_h
