Copy as Markdown

Other Tools

/* THIS FILE IS AUTOGENERATED FROM SVGGraphicsElement.webidl BY Codegen.py - DO NOT EDIT */
#ifndef DOM_SVGGRAPHICSELEMENTBINDING_H_
#define DOM_SVGGRAPHICSELEMENTBINDING_H_
#include "js/CallAndConstruct.h"
#include "js/RootingAPI.h"
#include "js/TypeDecls.h"
#include "mozilla/dom/BindingDeclarations.h"
#include "mozilla/dom/Nullable.h"
#include "mozilla/dom/PrototypeList.h"
namespace mozilla {
namespace dom {
struct NativePropertyHooks;
class ProtoAndIfaceCache;
struct SVGBoundingBoxOptionsAtoms;
class SVGGraphicsElement;
} // namespace dom
} // namespace mozilla
namespace mozilla::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
}
SVGBoundingBoxOptions(SVGBoundingBoxOptions&& aOther) = default;
explicit inline SVGBoundingBoxOptions(const SVGBoundingBoxOptions& aOther)
{
*this = aOther;
}
bool
Init(BindingCallContext& cx, JS::Handle<JS::Value> val, const char* sourceDescription = "Value", bool passedToJSImpl = false);
bool
Init(JSContext* cx_, JS::Handle<JS::Value> val, const char* sourceDescription = "Value", bool passedToJSImpl = false);
void
TraceDictionary(JSTracer* trc);
SVGBoundingBoxOptions&
operator=(const SVGBoundingBoxOptions& aOther);
bool
operator==(const SVGBoundingBoxOptions& aOther) const;
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 SVGGraphicsElement_Binding {
typedef mozilla::dom::SVGGraphicsElement NativeType;
bool
CountMaybeMissingProperty(JS::Handle<JSObject*> proxy, JS::Handle<jsid> id);
void
CreateInterfaceObjects(JSContext* aCx, JS::Handle<JSObject*> aGlobal, ProtoAndIfaceCache& aProtoAndIfaceCache, bool aDefineOnGlobal);
inline JS::Handle<JSObject*> GetProtoObjectHandle(JSContext* aCx)
{
/* Get the interface prototype object for this class. This will create the
object as needed. */
return GetPerInterfaceObjectHandle(aCx, prototypes::id::SVGGraphicsElement,
&CreateInterfaceObjects,
/* aDefineOnGlobal = */ true);
}
JSObject*
GetProtoObject(JSContext* aCx);
inline JS::Handle<JSObject*> GetConstructorObjectHandle(JSContext* aCx, bool aDefineOnGlobal = true)
{
/* Get the interface object for this class. This will create the object as
needed. */
return GetPerInterfaceObjectHandle(aCx, constructors::id::SVGGraphicsElement,
&CreateInterfaceObjects,
aDefineOnGlobal);
}
JSObject*
GetConstructorObject(JSContext* aCx);
} // namespace SVGGraphicsElement_Binding
} // namespace mozilla::dom
#endif // DOM_SVGGRAPHICSELEMENTBINDING_H_