LCOV - code coverage report
Current view: directory - objdir/dist/include - nsIDOMSVGStyleElement.h (source / functions) Found Hit Coverage
Test: app.info Lines: 1 0 0.0 %
Date: 2012-06-02 Functions: 1 0 0.0 %

       1                 : /*
       2                 :  * DO NOT EDIT.  THIS FILE IS GENERATED FROM /builds/slave/m-beta-lnx-codecoverage/build/dom/interfaces/svg/nsIDOMSVGStyleElement.idl
       3                 :  */
       4                 : 
       5                 : #ifndef __gen_nsIDOMSVGStyleElement_h__
       6                 : #define __gen_nsIDOMSVGStyleElement_h__
       7                 : 
       8                 : 
       9                 : #ifndef __gen_nsIDOMSVGElement_h__
      10                 : #include "nsIDOMSVGElement.h"
      11                 : #endif
      12                 : 
      13                 : /* For IDL files that don't want to include root IDL files. */
      14                 : #ifndef NS_NO_VTABLE
      15                 : #define NS_NO_VTABLE
      16                 : #endif
      17                 : 
      18                 : /* starting interface:    nsIDOMSVGStyleElement */
      19                 : #define NS_IDOMSVGSTYLEELEMENT_IID_STR "b67e4d60-7780-414c-9ee7-30776d0233f2"
      20                 : 
      21                 : #define NS_IDOMSVGSTYLEELEMENT_IID \
      22                 :   {0xb67e4d60, 0x7780, 0x414c, \
      23                 :     { 0x9e, 0xe7, 0x30, 0x77, 0x6d, 0x02, 0x33, 0xf2 }}
      24                 : 
      25               0 : class NS_NO_VTABLE NS_SCRIPTABLE nsIDOMSVGStyleElement : public nsIDOMSVGElement {
      26                 :  public: 
      27                 : 
      28                 :   NS_DECLARE_STATIC_IID_ACCESSOR(NS_IDOMSVGSTYLEELEMENT_IID)
      29                 : 
      30                 :   /* attribute DOMString xmlspace; */
      31                 :   NS_SCRIPTABLE NS_IMETHOD GetXmlspace(nsAString & aXmlspace) = 0;
      32                 :   NS_SCRIPTABLE NS_IMETHOD SetXmlspace(const nsAString & aXmlspace) = 0;
      33                 : 
      34                 :   /* attribute DOMString type; */
      35                 :   NS_SCRIPTABLE NS_IMETHOD GetType(nsAString & aType) = 0;
      36                 :   NS_SCRIPTABLE NS_IMETHOD SetType(const nsAString & aType) = 0;
      37                 : 
      38                 :   /* attribute DOMString media; */
      39                 :   NS_SCRIPTABLE NS_IMETHOD GetMedia(nsAString & aMedia) = 0;
      40                 :   NS_SCRIPTABLE NS_IMETHOD SetMedia(const nsAString & aMedia) = 0;
      41                 : 
      42                 :   /* attribute DOMString title; */
      43                 :   NS_SCRIPTABLE NS_IMETHOD GetTitle(nsAString & aTitle) = 0;
      44                 :   NS_SCRIPTABLE NS_IMETHOD SetTitle(const nsAString & aTitle) = 0;
      45                 : 
      46                 : };
      47                 : 
      48                 :   NS_DEFINE_STATIC_IID_ACCESSOR(nsIDOMSVGStyleElement, NS_IDOMSVGSTYLEELEMENT_IID)
      49                 : 
      50                 : /* Use this macro when declaring classes that implement this interface. */
      51                 : #define NS_DECL_NSIDOMSVGSTYLEELEMENT \
      52                 :   NS_SCRIPTABLE NS_IMETHOD GetXmlspace(nsAString & aXmlspace); \
      53                 :   NS_SCRIPTABLE NS_IMETHOD SetXmlspace(const nsAString & aXmlspace); \
      54                 :   NS_SCRIPTABLE NS_IMETHOD GetType(nsAString & aType); \
      55                 :   NS_SCRIPTABLE NS_IMETHOD SetType(const nsAString & aType); \
      56                 :   NS_SCRIPTABLE NS_IMETHOD GetMedia(nsAString & aMedia); \
      57                 :   NS_SCRIPTABLE NS_IMETHOD SetMedia(const nsAString & aMedia); \
      58                 :   NS_SCRIPTABLE NS_IMETHOD GetTitle(nsAString & aTitle); \
      59                 :   NS_SCRIPTABLE NS_IMETHOD SetTitle(const nsAString & aTitle); 
      60                 : 
      61                 : /* Use this macro to declare functions that forward the behavior of this interface to another object. */
      62                 : #define NS_FORWARD_NSIDOMSVGSTYLEELEMENT(_to) \
      63                 :   NS_SCRIPTABLE NS_IMETHOD GetXmlspace(nsAString & aXmlspace) { return _to GetXmlspace(aXmlspace); } \
      64                 :   NS_SCRIPTABLE NS_IMETHOD SetXmlspace(const nsAString & aXmlspace) { return _to SetXmlspace(aXmlspace); } \
      65                 :   NS_SCRIPTABLE NS_IMETHOD GetType(nsAString & aType) { return _to GetType(aType); } \
      66                 :   NS_SCRIPTABLE NS_IMETHOD SetType(const nsAString & aType) { return _to SetType(aType); } \
      67                 :   NS_SCRIPTABLE NS_IMETHOD GetMedia(nsAString & aMedia) { return _to GetMedia(aMedia); } \
      68                 :   NS_SCRIPTABLE NS_IMETHOD SetMedia(const nsAString & aMedia) { return _to SetMedia(aMedia); } \
      69                 :   NS_SCRIPTABLE NS_IMETHOD GetTitle(nsAString & aTitle) { return _to GetTitle(aTitle); } \
      70                 :   NS_SCRIPTABLE NS_IMETHOD SetTitle(const nsAString & aTitle) { return _to SetTitle(aTitle); } 
      71                 : 
      72                 : /* Use this macro to declare functions that forward the behavior of this interface to another object in a safe way. */
      73                 : #define NS_FORWARD_SAFE_NSIDOMSVGSTYLEELEMENT(_to) \
      74                 :   NS_SCRIPTABLE NS_IMETHOD GetXmlspace(nsAString & aXmlspace) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetXmlspace(aXmlspace); } \
      75                 :   NS_SCRIPTABLE NS_IMETHOD SetXmlspace(const nsAString & aXmlspace) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetXmlspace(aXmlspace); } \
      76                 :   NS_SCRIPTABLE NS_IMETHOD GetType(nsAString & aType) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetType(aType); } \
      77                 :   NS_SCRIPTABLE NS_IMETHOD SetType(const nsAString & aType) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetType(aType); } \
      78                 :   NS_SCRIPTABLE NS_IMETHOD GetMedia(nsAString & aMedia) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetMedia(aMedia); } \
      79                 :   NS_SCRIPTABLE NS_IMETHOD SetMedia(const nsAString & aMedia) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetMedia(aMedia); } \
      80                 :   NS_SCRIPTABLE NS_IMETHOD GetTitle(nsAString & aTitle) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetTitle(aTitle); } \
      81                 :   NS_SCRIPTABLE NS_IMETHOD SetTitle(const nsAString & aTitle) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetTitle(aTitle); } 
      82                 : 
      83                 : #if 0
      84                 : /* Use the code below as a template for the implementation class for this interface. */
      85                 : 
      86                 : /* Header file */
      87                 : class nsDOMSVGStyleElement : public nsIDOMSVGStyleElement
      88                 : {
      89                 : public:
      90                 :   NS_DECL_ISUPPORTS
      91                 :   NS_DECL_NSIDOMSVGSTYLEELEMENT
      92                 : 
      93                 :   nsDOMSVGStyleElement();
      94                 : 
      95                 : private:
      96                 :   ~nsDOMSVGStyleElement();
      97                 : 
      98                 : protected:
      99                 :   /* additional members */
     100                 : };
     101                 : 
     102                 : /* Implementation file */
     103                 : NS_IMPL_ISUPPORTS1(nsDOMSVGStyleElement, nsIDOMSVGStyleElement)
     104                 : 
     105                 : nsDOMSVGStyleElement::nsDOMSVGStyleElement()
     106                 : {
     107                 :   /* member initializers and constructor code */
     108                 : }
     109                 : 
     110                 : nsDOMSVGStyleElement::~nsDOMSVGStyleElement()
     111                 : {
     112                 :   /* destructor code */
     113                 : }
     114                 : 
     115                 : /* attribute DOMString xmlspace; */
     116                 : NS_IMETHODIMP nsDOMSVGStyleElement::GetXmlspace(nsAString & aXmlspace)
     117                 : {
     118                 :     return NS_ERROR_NOT_IMPLEMENTED;
     119                 : }
     120                 : NS_IMETHODIMP nsDOMSVGStyleElement::SetXmlspace(const nsAString & aXmlspace)
     121                 : {
     122                 :     return NS_ERROR_NOT_IMPLEMENTED;
     123                 : }
     124                 : 
     125                 : /* attribute DOMString type; */
     126                 : NS_IMETHODIMP nsDOMSVGStyleElement::GetType(nsAString & aType)
     127                 : {
     128                 :     return NS_ERROR_NOT_IMPLEMENTED;
     129                 : }
     130                 : NS_IMETHODIMP nsDOMSVGStyleElement::SetType(const nsAString & aType)
     131                 : {
     132                 :     return NS_ERROR_NOT_IMPLEMENTED;
     133                 : }
     134                 : 
     135                 : /* attribute DOMString media; */
     136                 : NS_IMETHODIMP nsDOMSVGStyleElement::GetMedia(nsAString & aMedia)
     137                 : {
     138                 :     return NS_ERROR_NOT_IMPLEMENTED;
     139                 : }
     140                 : NS_IMETHODIMP nsDOMSVGStyleElement::SetMedia(const nsAString & aMedia)
     141                 : {
     142                 :     return NS_ERROR_NOT_IMPLEMENTED;
     143                 : }
     144                 : 
     145                 : /* attribute DOMString title; */
     146                 : NS_IMETHODIMP nsDOMSVGStyleElement::GetTitle(nsAString & aTitle)
     147                 : {
     148                 :     return NS_ERROR_NOT_IMPLEMENTED;
     149                 : }
     150                 : NS_IMETHODIMP nsDOMSVGStyleElement::SetTitle(const nsAString & aTitle)
     151                 : {
     152                 :     return NS_ERROR_NOT_IMPLEMENTED;
     153                 : }
     154                 : 
     155                 : /* End of implementation class template. */
     156                 : #endif
     157                 : 
     158                 : 
     159                 : #endif /* __gen_nsIDOMSVGStyleElement_h__ */

Generated by: LCOV version 1.7