LCOV - code coverage report
Current view: directory - objdir/dist/include - nsIDOMHTMLAppletElement.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/html/nsIDOMHTMLAppletElement.idl
       3                 :  */
       4                 : 
       5                 : #ifndef __gen_nsIDOMHTMLAppletElement_h__
       6                 : #define __gen_nsIDOMHTMLAppletElement_h__
       7                 : 
       8                 : 
       9                 : #ifndef __gen_nsIDOMHTMLElement_h__
      10                 : #include "nsIDOMHTMLElement.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:    nsIDOMHTMLAppletElement */
      19                 : #define NS_IDOMHTMLAPPLETELEMENT_IID_STR "a06bca18-791f-474e-a031-bf6c2bd14994"
      20                 : 
      21                 : #define NS_IDOMHTMLAPPLETELEMENT_IID \
      22                 :   {0xa06bca18, 0x791f, 0x474e, \
      23                 :     { 0xa0, 0x31, 0xbf, 0x6c, 0x2b, 0xd1, 0x49, 0x94 }}
      24                 : 
      25               0 : class NS_NO_VTABLE NS_SCRIPTABLE nsIDOMHTMLAppletElement : public nsIDOMHTMLElement {
      26                 :  public: 
      27                 : 
      28                 :   NS_DECLARE_STATIC_IID_ACCESSOR(NS_IDOMHTMLAPPLETELEMENT_IID)
      29                 : 
      30                 :   /* attribute DOMString align; */
      31                 :   NS_SCRIPTABLE NS_IMETHOD GetAlign(nsAString & aAlign) = 0;
      32                 :   NS_SCRIPTABLE NS_IMETHOD SetAlign(const nsAString & aAlign) = 0;
      33                 : 
      34                 :   /* attribute DOMString alt; */
      35                 :   NS_SCRIPTABLE NS_IMETHOD GetAlt(nsAString & aAlt) = 0;
      36                 :   NS_SCRIPTABLE NS_IMETHOD SetAlt(const nsAString & aAlt) = 0;
      37                 : 
      38                 :   /* attribute DOMString archive; */
      39                 :   NS_SCRIPTABLE NS_IMETHOD GetArchive(nsAString & aArchive) = 0;
      40                 :   NS_SCRIPTABLE NS_IMETHOD SetArchive(const nsAString & aArchive) = 0;
      41                 : 
      42                 :   /* attribute DOMString code; */
      43                 :   NS_SCRIPTABLE NS_IMETHOD GetCode(nsAString & aCode) = 0;
      44                 :   NS_SCRIPTABLE NS_IMETHOD SetCode(const nsAString & aCode) = 0;
      45                 : 
      46                 :   /* attribute DOMString codeBase; */
      47                 :   NS_SCRIPTABLE NS_IMETHOD GetCodeBase(nsAString & aCodeBase) = 0;
      48                 :   NS_SCRIPTABLE NS_IMETHOD SetCodeBase(const nsAString & aCodeBase) = 0;
      49                 : 
      50                 :   /* attribute DOMString height; */
      51                 :   NS_SCRIPTABLE NS_IMETHOD GetHeight(nsAString & aHeight) = 0;
      52                 :   NS_SCRIPTABLE NS_IMETHOD SetHeight(const nsAString & aHeight) = 0;
      53                 : 
      54                 :   /* attribute long hspace; */
      55                 :   NS_SCRIPTABLE NS_IMETHOD GetHspace(PRInt32 *aHspace) = 0;
      56                 :   NS_SCRIPTABLE NS_IMETHOD SetHspace(PRInt32 aHspace) = 0;
      57                 : 
      58                 :   /* attribute DOMString name; */
      59                 :   NS_SCRIPTABLE NS_IMETHOD GetName(nsAString & aName) = 0;
      60                 :   NS_SCRIPTABLE NS_IMETHOD SetName(const nsAString & aName) = 0;
      61                 : 
      62                 :   /* attribute DOMString object; */
      63                 :   NS_SCRIPTABLE NS_IMETHOD GetObject(nsAString & aObject) = 0;
      64                 :   NS_SCRIPTABLE NS_IMETHOD SetObject(const nsAString & aObject) = 0;
      65                 : 
      66                 :   /* attribute long vspace; */
      67                 :   NS_SCRIPTABLE NS_IMETHOD GetVspace(PRInt32 *aVspace) = 0;
      68                 :   NS_SCRIPTABLE NS_IMETHOD SetVspace(PRInt32 aVspace) = 0;
      69                 : 
      70                 :   /* attribute DOMString width; */
      71                 :   NS_SCRIPTABLE NS_IMETHOD GetWidth(nsAString & aWidth) = 0;
      72                 :   NS_SCRIPTABLE NS_IMETHOD SetWidth(const nsAString & aWidth) = 0;
      73                 : 
      74                 : };
      75                 : 
      76                 :   NS_DEFINE_STATIC_IID_ACCESSOR(nsIDOMHTMLAppletElement, NS_IDOMHTMLAPPLETELEMENT_IID)
      77                 : 
      78                 : /* Use this macro when declaring classes that implement this interface. */
      79                 : #define NS_DECL_NSIDOMHTMLAPPLETELEMENT \
      80                 :   NS_SCRIPTABLE NS_IMETHOD GetAlign(nsAString & aAlign); \
      81                 :   NS_SCRIPTABLE NS_IMETHOD SetAlign(const nsAString & aAlign); \
      82                 :   NS_SCRIPTABLE NS_IMETHOD GetAlt(nsAString & aAlt); \
      83                 :   NS_SCRIPTABLE NS_IMETHOD SetAlt(const nsAString & aAlt); \
      84                 :   NS_SCRIPTABLE NS_IMETHOD GetArchive(nsAString & aArchive); \
      85                 :   NS_SCRIPTABLE NS_IMETHOD SetArchive(const nsAString & aArchive); \
      86                 :   NS_SCRIPTABLE NS_IMETHOD GetCode(nsAString & aCode); \
      87                 :   NS_SCRIPTABLE NS_IMETHOD SetCode(const nsAString & aCode); \
      88                 :   NS_SCRIPTABLE NS_IMETHOD GetCodeBase(nsAString & aCodeBase); \
      89                 :   NS_SCRIPTABLE NS_IMETHOD SetCodeBase(const nsAString & aCodeBase); \
      90                 :   NS_SCRIPTABLE NS_IMETHOD GetHeight(nsAString & aHeight); \
      91                 :   NS_SCRIPTABLE NS_IMETHOD SetHeight(const nsAString & aHeight); \
      92                 :   NS_SCRIPTABLE NS_IMETHOD GetHspace(PRInt32 *aHspace); \
      93                 :   NS_SCRIPTABLE NS_IMETHOD SetHspace(PRInt32 aHspace); \
      94                 :   NS_SCRIPTABLE NS_IMETHOD GetName(nsAString & aName); \
      95                 :   NS_SCRIPTABLE NS_IMETHOD SetName(const nsAString & aName); \
      96                 :   NS_SCRIPTABLE NS_IMETHOD GetObject(nsAString & aObject); \
      97                 :   NS_SCRIPTABLE NS_IMETHOD SetObject(const nsAString & aObject); \
      98                 :   NS_SCRIPTABLE NS_IMETHOD GetVspace(PRInt32 *aVspace); \
      99                 :   NS_SCRIPTABLE NS_IMETHOD SetVspace(PRInt32 aVspace); \
     100                 :   NS_SCRIPTABLE NS_IMETHOD GetWidth(nsAString & aWidth); \
     101                 :   NS_SCRIPTABLE NS_IMETHOD SetWidth(const nsAString & aWidth); 
     102                 : 
     103                 : /* Use this macro to declare functions that forward the behavior of this interface to another object. */
     104                 : #define NS_FORWARD_NSIDOMHTMLAPPLETELEMENT(_to) \
     105                 :   NS_SCRIPTABLE NS_IMETHOD GetAlign(nsAString & aAlign) { return _to GetAlign(aAlign); } \
     106                 :   NS_SCRIPTABLE NS_IMETHOD SetAlign(const nsAString & aAlign) { return _to SetAlign(aAlign); } \
     107                 :   NS_SCRIPTABLE NS_IMETHOD GetAlt(nsAString & aAlt) { return _to GetAlt(aAlt); } \
     108                 :   NS_SCRIPTABLE NS_IMETHOD SetAlt(const nsAString & aAlt) { return _to SetAlt(aAlt); } \
     109                 :   NS_SCRIPTABLE NS_IMETHOD GetArchive(nsAString & aArchive) { return _to GetArchive(aArchive); } \
     110                 :   NS_SCRIPTABLE NS_IMETHOD SetArchive(const nsAString & aArchive) { return _to SetArchive(aArchive); } \
     111                 :   NS_SCRIPTABLE NS_IMETHOD GetCode(nsAString & aCode) { return _to GetCode(aCode); } \
     112                 :   NS_SCRIPTABLE NS_IMETHOD SetCode(const nsAString & aCode) { return _to SetCode(aCode); } \
     113                 :   NS_SCRIPTABLE NS_IMETHOD GetCodeBase(nsAString & aCodeBase) { return _to GetCodeBase(aCodeBase); } \
     114                 :   NS_SCRIPTABLE NS_IMETHOD SetCodeBase(const nsAString & aCodeBase) { return _to SetCodeBase(aCodeBase); } \
     115                 :   NS_SCRIPTABLE NS_IMETHOD GetHeight(nsAString & aHeight) { return _to GetHeight(aHeight); } \
     116                 :   NS_SCRIPTABLE NS_IMETHOD SetHeight(const nsAString & aHeight) { return _to SetHeight(aHeight); } \
     117                 :   NS_SCRIPTABLE NS_IMETHOD GetHspace(PRInt32 *aHspace) { return _to GetHspace(aHspace); } \
     118                 :   NS_SCRIPTABLE NS_IMETHOD SetHspace(PRInt32 aHspace) { return _to SetHspace(aHspace); } \
     119                 :   NS_SCRIPTABLE NS_IMETHOD GetName(nsAString & aName) { return _to GetName(aName); } \
     120                 :   NS_SCRIPTABLE NS_IMETHOD SetName(const nsAString & aName) { return _to SetName(aName); } \
     121                 :   NS_SCRIPTABLE NS_IMETHOD GetObject(nsAString & aObject) { return _to GetObject(aObject); } \
     122                 :   NS_SCRIPTABLE NS_IMETHOD SetObject(const nsAString & aObject) { return _to SetObject(aObject); } \
     123                 :   NS_SCRIPTABLE NS_IMETHOD GetVspace(PRInt32 *aVspace) { return _to GetVspace(aVspace); } \
     124                 :   NS_SCRIPTABLE NS_IMETHOD SetVspace(PRInt32 aVspace) { return _to SetVspace(aVspace); } \
     125                 :   NS_SCRIPTABLE NS_IMETHOD GetWidth(nsAString & aWidth) { return _to GetWidth(aWidth); } \
     126                 :   NS_SCRIPTABLE NS_IMETHOD SetWidth(const nsAString & aWidth) { return _to SetWidth(aWidth); } 
     127                 : 
     128                 : /* Use this macro to declare functions that forward the behavior of this interface to another object in a safe way. */
     129                 : #define NS_FORWARD_SAFE_NSIDOMHTMLAPPLETELEMENT(_to) \
     130                 :   NS_SCRIPTABLE NS_IMETHOD GetAlign(nsAString & aAlign) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetAlign(aAlign); } \
     131                 :   NS_SCRIPTABLE NS_IMETHOD SetAlign(const nsAString & aAlign) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetAlign(aAlign); } \
     132                 :   NS_SCRIPTABLE NS_IMETHOD GetAlt(nsAString & aAlt) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetAlt(aAlt); } \
     133                 :   NS_SCRIPTABLE NS_IMETHOD SetAlt(const nsAString & aAlt) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetAlt(aAlt); } \
     134                 :   NS_SCRIPTABLE NS_IMETHOD GetArchive(nsAString & aArchive) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetArchive(aArchive); } \
     135                 :   NS_SCRIPTABLE NS_IMETHOD SetArchive(const nsAString & aArchive) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetArchive(aArchive); } \
     136                 :   NS_SCRIPTABLE NS_IMETHOD GetCode(nsAString & aCode) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetCode(aCode); } \
     137                 :   NS_SCRIPTABLE NS_IMETHOD SetCode(const nsAString & aCode) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetCode(aCode); } \
     138                 :   NS_SCRIPTABLE NS_IMETHOD GetCodeBase(nsAString & aCodeBase) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetCodeBase(aCodeBase); } \
     139                 :   NS_SCRIPTABLE NS_IMETHOD SetCodeBase(const nsAString & aCodeBase) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetCodeBase(aCodeBase); } \
     140                 :   NS_SCRIPTABLE NS_IMETHOD GetHeight(nsAString & aHeight) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetHeight(aHeight); } \
     141                 :   NS_SCRIPTABLE NS_IMETHOD SetHeight(const nsAString & aHeight) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetHeight(aHeight); } \
     142                 :   NS_SCRIPTABLE NS_IMETHOD GetHspace(PRInt32 *aHspace) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetHspace(aHspace); } \
     143                 :   NS_SCRIPTABLE NS_IMETHOD SetHspace(PRInt32 aHspace) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetHspace(aHspace); } \
     144                 :   NS_SCRIPTABLE NS_IMETHOD GetName(nsAString & aName) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetName(aName); } \
     145                 :   NS_SCRIPTABLE NS_IMETHOD SetName(const nsAString & aName) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetName(aName); } \
     146                 :   NS_SCRIPTABLE NS_IMETHOD GetObject(nsAString & aObject) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetObject(aObject); } \
     147                 :   NS_SCRIPTABLE NS_IMETHOD SetObject(const nsAString & aObject) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetObject(aObject); } \
     148                 :   NS_SCRIPTABLE NS_IMETHOD GetVspace(PRInt32 *aVspace) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetVspace(aVspace); } \
     149                 :   NS_SCRIPTABLE NS_IMETHOD SetVspace(PRInt32 aVspace) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetVspace(aVspace); } \
     150                 :   NS_SCRIPTABLE NS_IMETHOD GetWidth(nsAString & aWidth) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetWidth(aWidth); } \
     151                 :   NS_SCRIPTABLE NS_IMETHOD SetWidth(const nsAString & aWidth) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetWidth(aWidth); } 
     152                 : 
     153                 : #if 0
     154                 : /* Use the code below as a template for the implementation class for this interface. */
     155                 : 
     156                 : /* Header file */
     157                 : class nsDOMHTMLAppletElement : public nsIDOMHTMLAppletElement
     158                 : {
     159                 : public:
     160                 :   NS_DECL_ISUPPORTS
     161                 :   NS_DECL_NSIDOMHTMLAPPLETELEMENT
     162                 : 
     163                 :   nsDOMHTMLAppletElement();
     164                 : 
     165                 : private:
     166                 :   ~nsDOMHTMLAppletElement();
     167                 : 
     168                 : protected:
     169                 :   /* additional members */
     170                 : };
     171                 : 
     172                 : /* Implementation file */
     173                 : NS_IMPL_ISUPPORTS1(nsDOMHTMLAppletElement, nsIDOMHTMLAppletElement)
     174                 : 
     175                 : nsDOMHTMLAppletElement::nsDOMHTMLAppletElement()
     176                 : {
     177                 :   /* member initializers and constructor code */
     178                 : }
     179                 : 
     180                 : nsDOMHTMLAppletElement::~nsDOMHTMLAppletElement()
     181                 : {
     182                 :   /* destructor code */
     183                 : }
     184                 : 
     185                 : /* attribute DOMString align; */
     186                 : NS_IMETHODIMP nsDOMHTMLAppletElement::GetAlign(nsAString & aAlign)
     187                 : {
     188                 :     return NS_ERROR_NOT_IMPLEMENTED;
     189                 : }
     190                 : NS_IMETHODIMP nsDOMHTMLAppletElement::SetAlign(const nsAString & aAlign)
     191                 : {
     192                 :     return NS_ERROR_NOT_IMPLEMENTED;
     193                 : }
     194                 : 
     195                 : /* attribute DOMString alt; */
     196                 : NS_IMETHODIMP nsDOMHTMLAppletElement::GetAlt(nsAString & aAlt)
     197                 : {
     198                 :     return NS_ERROR_NOT_IMPLEMENTED;
     199                 : }
     200                 : NS_IMETHODIMP nsDOMHTMLAppletElement::SetAlt(const nsAString & aAlt)
     201                 : {
     202                 :     return NS_ERROR_NOT_IMPLEMENTED;
     203                 : }
     204                 : 
     205                 : /* attribute DOMString archive; */
     206                 : NS_IMETHODIMP nsDOMHTMLAppletElement::GetArchive(nsAString & aArchive)
     207                 : {
     208                 :     return NS_ERROR_NOT_IMPLEMENTED;
     209                 : }
     210                 : NS_IMETHODIMP nsDOMHTMLAppletElement::SetArchive(const nsAString & aArchive)
     211                 : {
     212                 :     return NS_ERROR_NOT_IMPLEMENTED;
     213                 : }
     214                 : 
     215                 : /* attribute DOMString code; */
     216                 : NS_IMETHODIMP nsDOMHTMLAppletElement::GetCode(nsAString & aCode)
     217                 : {
     218                 :     return NS_ERROR_NOT_IMPLEMENTED;
     219                 : }
     220                 : NS_IMETHODIMP nsDOMHTMLAppletElement::SetCode(const nsAString & aCode)
     221                 : {
     222                 :     return NS_ERROR_NOT_IMPLEMENTED;
     223                 : }
     224                 : 
     225                 : /* attribute DOMString codeBase; */
     226                 : NS_IMETHODIMP nsDOMHTMLAppletElement::GetCodeBase(nsAString & aCodeBase)
     227                 : {
     228                 :     return NS_ERROR_NOT_IMPLEMENTED;
     229                 : }
     230                 : NS_IMETHODIMP nsDOMHTMLAppletElement::SetCodeBase(const nsAString & aCodeBase)
     231                 : {
     232                 :     return NS_ERROR_NOT_IMPLEMENTED;
     233                 : }
     234                 : 
     235                 : /* attribute DOMString height; */
     236                 : NS_IMETHODIMP nsDOMHTMLAppletElement::GetHeight(nsAString & aHeight)
     237                 : {
     238                 :     return NS_ERROR_NOT_IMPLEMENTED;
     239                 : }
     240                 : NS_IMETHODIMP nsDOMHTMLAppletElement::SetHeight(const nsAString & aHeight)
     241                 : {
     242                 :     return NS_ERROR_NOT_IMPLEMENTED;
     243                 : }
     244                 : 
     245                 : /* attribute long hspace; */
     246                 : NS_IMETHODIMP nsDOMHTMLAppletElement::GetHspace(PRInt32 *aHspace)
     247                 : {
     248                 :     return NS_ERROR_NOT_IMPLEMENTED;
     249                 : }
     250                 : NS_IMETHODIMP nsDOMHTMLAppletElement::SetHspace(PRInt32 aHspace)
     251                 : {
     252                 :     return NS_ERROR_NOT_IMPLEMENTED;
     253                 : }
     254                 : 
     255                 : /* attribute DOMString name; */
     256                 : NS_IMETHODIMP nsDOMHTMLAppletElement::GetName(nsAString & aName)
     257                 : {
     258                 :     return NS_ERROR_NOT_IMPLEMENTED;
     259                 : }
     260                 : NS_IMETHODIMP nsDOMHTMLAppletElement::SetName(const nsAString & aName)
     261                 : {
     262                 :     return NS_ERROR_NOT_IMPLEMENTED;
     263                 : }
     264                 : 
     265                 : /* attribute DOMString object; */
     266                 : NS_IMETHODIMP nsDOMHTMLAppletElement::GetObject(nsAString & aObject)
     267                 : {
     268                 :     return NS_ERROR_NOT_IMPLEMENTED;
     269                 : }
     270                 : NS_IMETHODIMP nsDOMHTMLAppletElement::SetObject(const nsAString & aObject)
     271                 : {
     272                 :     return NS_ERROR_NOT_IMPLEMENTED;
     273                 : }
     274                 : 
     275                 : /* attribute long vspace; */
     276                 : NS_IMETHODIMP nsDOMHTMLAppletElement::GetVspace(PRInt32 *aVspace)
     277                 : {
     278                 :     return NS_ERROR_NOT_IMPLEMENTED;
     279                 : }
     280                 : NS_IMETHODIMP nsDOMHTMLAppletElement::SetVspace(PRInt32 aVspace)
     281                 : {
     282                 :     return NS_ERROR_NOT_IMPLEMENTED;
     283                 : }
     284                 : 
     285                 : /* attribute DOMString width; */
     286                 : NS_IMETHODIMP nsDOMHTMLAppletElement::GetWidth(nsAString & aWidth)
     287                 : {
     288                 :     return NS_ERROR_NOT_IMPLEMENTED;
     289                 : }
     290                 : NS_IMETHODIMP nsDOMHTMLAppletElement::SetWidth(const nsAString & aWidth)
     291                 : {
     292                 :     return NS_ERROR_NOT_IMPLEMENTED;
     293                 : }
     294                 : 
     295                 : /* End of implementation class template. */
     296                 : #endif
     297                 : 
     298                 : 
     299                 : #endif /* __gen_nsIDOMHTMLAppletElement_h__ */

Generated by: LCOV version 1.7