|
Server : Apache/2.2.17 (Unix) mod_ssl/2.2.17 OpenSSL/0.9.8e-fips-rhel5 DAV/2 PHP/5.2.17 System : Linux localhost 2.6.18-419.el5 #1 SMP Fri Feb 24 22:47:42 UTC 2017 x86_64 User : nobody ( 99) PHP Version : 5.2.17 Disable Function : NONE Directory : /proc/21571/root/usr/lib64/xulrunner-devel-17.0.10/include/ |
Upload File : |
/*
* DO NOT EDIT. THIS FILE IS GENERATED FROM /builddir/build/BUILD/xulrunner-17.0.10/mozilla-esr17/dom/interfaces/svg/nsIDOMSVGEllipseElement.idl
*/
#ifndef __gen_nsIDOMSVGEllipseElement_h__
#define __gen_nsIDOMSVGEllipseElement_h__
#ifndef __gen_nsIDOMSVGElement_h__
#include "nsIDOMSVGElement.h"
#endif
/* For IDL files that don't want to include root IDL files. */
#ifndef NS_NO_VTABLE
#define NS_NO_VTABLE
#endif
class nsIDOMSVGAnimatedLength; /* forward declaration */
/* starting interface: nsIDOMSVGEllipseElement */
#define NS_IDOMSVGELLIPSEELEMENT_IID_STR "c03c3c5f-7510-4392-ba7a-dadc0ab92e28"
#define NS_IDOMSVGELLIPSEELEMENT_IID \
{0xc03c3c5f, 0x7510, 0x4392, \
{ 0xba, 0x7a, 0xda, 0xdc, 0x0a, 0xb9, 0x2e, 0x28 }}
class NS_NO_VTABLE nsIDOMSVGEllipseElement : public nsIDOMSVGElement {
public:
NS_DECLARE_STATIC_IID_ACCESSOR(NS_IDOMSVGELLIPSEELEMENT_IID)
/* readonly attribute nsIDOMSVGAnimatedLength cx; */
NS_IMETHOD GetCx(nsIDOMSVGAnimatedLength * *aCx) = 0;
/* readonly attribute nsIDOMSVGAnimatedLength cy; */
NS_IMETHOD GetCy(nsIDOMSVGAnimatedLength * *aCy) = 0;
/* readonly attribute nsIDOMSVGAnimatedLength rx; */
NS_IMETHOD GetRx(nsIDOMSVGAnimatedLength * *aRx) = 0;
/* readonly attribute nsIDOMSVGAnimatedLength ry; */
NS_IMETHOD GetRy(nsIDOMSVGAnimatedLength * *aRy) = 0;
};
NS_DEFINE_STATIC_IID_ACCESSOR(nsIDOMSVGEllipseElement, NS_IDOMSVGELLIPSEELEMENT_IID)
/* Use this macro when declaring classes that implement this interface. */
#define NS_DECL_NSIDOMSVGELLIPSEELEMENT \
NS_IMETHOD GetCx(nsIDOMSVGAnimatedLength * *aCx); \
NS_IMETHOD GetCy(nsIDOMSVGAnimatedLength * *aCy); \
NS_IMETHOD GetRx(nsIDOMSVGAnimatedLength * *aRx); \
NS_IMETHOD GetRy(nsIDOMSVGAnimatedLength * *aRy);
/* Use this macro to declare functions that forward the behavior of this interface to another object. */
#define NS_FORWARD_NSIDOMSVGELLIPSEELEMENT(_to) \
NS_IMETHOD GetCx(nsIDOMSVGAnimatedLength * *aCx) { return _to GetCx(aCx); } \
NS_IMETHOD GetCy(nsIDOMSVGAnimatedLength * *aCy) { return _to GetCy(aCy); } \
NS_IMETHOD GetRx(nsIDOMSVGAnimatedLength * *aRx) { return _to GetRx(aRx); } \
NS_IMETHOD GetRy(nsIDOMSVGAnimatedLength * *aRy) { return _to GetRy(aRy); }
/* Use this macro to declare functions that forward the behavior of this interface to another object in a safe way. */
#define NS_FORWARD_SAFE_NSIDOMSVGELLIPSEELEMENT(_to) \
NS_IMETHOD GetCx(nsIDOMSVGAnimatedLength * *aCx) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetCx(aCx); } \
NS_IMETHOD GetCy(nsIDOMSVGAnimatedLength * *aCy) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetCy(aCy); } \
NS_IMETHOD GetRx(nsIDOMSVGAnimatedLength * *aRx) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetRx(aRx); } \
NS_IMETHOD GetRy(nsIDOMSVGAnimatedLength * *aRy) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetRy(aRy); }
#if 0
/* Use the code below as a template for the implementation class for this interface. */
/* Header file */
class nsDOMSVGEllipseElement : public nsIDOMSVGEllipseElement
{
public:
NS_DECL_ISUPPORTS
NS_DECL_NSIDOMSVGELLIPSEELEMENT
nsDOMSVGEllipseElement();
private:
~nsDOMSVGEllipseElement();
protected:
/* additional members */
};
/* Implementation file */
NS_IMPL_ISUPPORTS1(nsDOMSVGEllipseElement, nsIDOMSVGEllipseElement)
nsDOMSVGEllipseElement::nsDOMSVGEllipseElement()
{
/* member initializers and constructor code */
}
nsDOMSVGEllipseElement::~nsDOMSVGEllipseElement()
{
/* destructor code */
}
/* readonly attribute nsIDOMSVGAnimatedLength cx; */
NS_IMETHODIMP nsDOMSVGEllipseElement::GetCx(nsIDOMSVGAnimatedLength * *aCx)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* readonly attribute nsIDOMSVGAnimatedLength cy; */
NS_IMETHODIMP nsDOMSVGEllipseElement::GetCy(nsIDOMSVGAnimatedLength * *aCy)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* readonly attribute nsIDOMSVGAnimatedLength rx; */
NS_IMETHODIMP nsDOMSVGEllipseElement::GetRx(nsIDOMSVGAnimatedLength * *aRx)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* readonly attribute nsIDOMSVGAnimatedLength ry; */
NS_IMETHODIMP nsDOMSVGEllipseElement::GetRy(nsIDOMSVGAnimatedLength * *aRy)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* End of implementation class template. */
#endif
#endif /* __gen_nsIDOMSVGEllipseElement_h__ */