Copy as Markdown

Other Tools

/* THIS FILE IS AUTOGENERATED FROM SVGPreserveAspectRatio.webidl BY Codegen.py - DO NOT EDIT */
#ifndef DOM_SVGPRESERVEASPECTRATIOBINDING_H_
#define DOM_SVGPRESERVEASPECTRATIOBINDING_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 {
class DOMSVGPreserveAspectRatio;
struct NativePropertyHooks;
class ProtoAndIfaceCache;
} // namespace dom
} // namespace mozilla
namespace mozilla::dom {
namespace SVGPreserveAspectRatio_Binding {
typedef mozilla::dom::DOMSVGPreserveAspectRatio NativeType;
static const uint16_t SVG_PRESERVEASPECTRATIO_UNKNOWN = 0;
static const uint16_t SVG_PRESERVEASPECTRATIO_NONE = 1;
static const uint16_t SVG_PRESERVEASPECTRATIO_XMINYMIN = 2;
static const uint16_t SVG_PRESERVEASPECTRATIO_XMIDYMIN = 3;
static const uint16_t SVG_PRESERVEASPECTRATIO_XMAXYMIN = 4;
static const uint16_t SVG_PRESERVEASPECTRATIO_XMINYMID = 5;
static const uint16_t SVG_PRESERVEASPECTRATIO_XMIDYMID = 6;
static const uint16_t SVG_PRESERVEASPECTRATIO_XMAXYMID = 7;
static const uint16_t SVG_PRESERVEASPECTRATIO_XMINYMAX = 8;
static const uint16_t SVG_PRESERVEASPECTRATIO_XMIDYMAX = 9;
static const uint16_t SVG_PRESERVEASPECTRATIO_XMAXYMAX = 10;
static const uint16_t SVG_MEETORSLICE_UNKNOWN = 0;
static const uint16_t SVG_MEETORSLICE_MEET = 1;
static const uint16_t SVG_MEETORSLICE_SLICE = 2;
bool
Wrap(JSContext* aCx, mozilla::dom::DOMSVGPreserveAspectRatio* aObject, nsWrapperCache* aCache, JS::Handle<JSObject*> aGivenProto, JS::MutableHandle<JSObject*> aReflector);
template <class T>
inline JSObject* Wrap(JSContext* aCx, T* aObject, JS::Handle<JSObject*> aGivenProto)
{
JS::Rooted<JSObject*> reflector(aCx);
return Wrap(aCx, aObject, aObject, aGivenProto, &reflector) ? reflector.get() : nullptr;
}
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::SVGPreserveAspectRatio,
&CreateInterfaceObjects,
/* aDefineOnGlobal = */ true);
}
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::SVGPreserveAspectRatio,
&CreateInterfaceObjects,
aDefineOnGlobal);
}
JSObject*
GetConstructorObject(JSContext* aCx);
} // namespace SVGPreserveAspectRatio_Binding
} // namespace mozilla::dom
#endif // DOM_SVGPRESERVEASPECTRATIOBINDING_H_