⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 nsidomeventgroup.h

📁 linux下的一款播放器
💻 H
字号:
/* * DO NOT EDIT.  THIS FILE IS GENERATED FROM nsIDOMEventGroup.idl */#ifndef __gen_nsIDOMEventGroup_h__#define __gen_nsIDOMEventGroup_h__#ifndef __gen_domstubs_h__#include "domstubs.h"#endif/* For IDL files that don't want to include root IDL files. */#ifndef NS_NO_VTABLE#define NS_NO_VTABLE#endif/* starting interface:    nsIDOMEventGroup */#define NS_IDOMEVENTGROUP_IID_STR "33347bee-6620-4841-8152-36091ae80c7e"#define NS_IDOMEVENTGROUP_IID \  {0x33347bee, 0x6620, 0x4841, \    { 0x81, 0x52, 0x36, 0x09, 0x1a, 0xe8, 0x0c, 0x7e }}class NS_NO_VTABLE nsIDOMEventGroup : public nsISupports { public:   NS_DEFINE_STATIC_IID_ACCESSOR(NS_IDOMEVENTGROUP_IID)  /** * The nsIDOMEventTarget interface is the interface implemented by all * event targets in the Document Object Model. * * For more information on this interface please see  * http://www.w3.org/TR/DOM-Level-3-Events/ */  /* boolean isSameEventGroup (in nsIDOMEventGroup other); */  NS_IMETHOD IsSameEventGroup(nsIDOMEventGroup *other, PRBool *_retval) = 0;};/* Use this macro when declaring classes that implement this interface. */#define NS_DECL_NSIDOMEVENTGROUP \  NS_IMETHOD IsSameEventGroup(nsIDOMEventGroup *other, PRBool *_retval); /* Use this macro to declare functions that forward the behavior of this interface to another object. */#define NS_FORWARD_NSIDOMEVENTGROUP(_to) \  NS_IMETHOD IsSameEventGroup(nsIDOMEventGroup *other, PRBool *_retval) { return _to IsSameEventGroup(other, _retval); } /* Use this macro to declare functions that forward the behavior of this interface to another object in a safe way. */#define NS_FORWARD_SAFE_NSIDOMEVENTGROUP(_to) \  NS_IMETHOD IsSameEventGroup(nsIDOMEventGroup *other, PRBool *_retval) { return !_to ? NS_ERROR_NULL_POINTER : _to->IsSameEventGroup(other, _retval); } #if 0/* Use the code below as a template for the implementation class for this interface. *//* Header file */class nsDOMEventGroup : public nsIDOMEventGroup{public:  NS_DECL_ISUPPORTS  NS_DECL_NSIDOMEVENTGROUP  nsDOMEventGroup();  virtual ~nsDOMEventGroup();  /* additional members */};/* Implementation file */NS_IMPL_ISUPPORTS1(nsDOMEventGroup, nsIDOMEventGroup)nsDOMEventGroup::nsDOMEventGroup(){  /* member initializers and constructor code */}nsDOMEventGroup::~nsDOMEventGroup(){  /* destructor code */}/* boolean isSameEventGroup (in nsIDOMEventGroup other); */NS_IMETHODIMP nsDOMEventGroup::IsSameEventGroup(nsIDOMEventGroup *other, PRBool *_retval){    return NS_ERROR_NOT_IMPLEMENTED;}/* End of implementation class template. */#endif#endif /* __gen_nsIDOMEventGroup_h__ */

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -