gecko-dev/mailnews/compose/public/nsIMsgCompose.h

60 lines
1.7 KiB
C++

/*
* DO NOT EDIT. THIS FILE IS GENERATED FROM nsIMsgCompose.idl
*/
#ifndef __gen_nsIMsgCompose_h__
#define __gen_nsIMsgCompose_h__
#include "nsISupports.h" /* interface nsISupports */
#include "nsIMsgCompFields.h" /* interface nsIMsgCompFields */
#include "nsID.h" /* interface nsID */
#ifdef XPIDL_JS_STUBS
#include "jsapi.h"
#endif
#include "nsDebug.h"
#include "nsTraceRefcnt.h"
#include "nsID.h"
#include "nsError.h"
/* starting interface nsIMsgCompose */
/* {4E606270-B588-11D2-8289-00805F2A0107} */
#define NS_IMSGCOMPOSE_IID_STR "4E606270-B588-11D2-8289-00805F2A0107"
#define NS_IMSGCOMPOSE_IID \
{0x4E606270, 0xB588, 0x11D2, \
{ 0x82, 0x89, 0x00, 0x80, 0x5F, 0x2A, 0x01, 0x07 }}
class nsIMsgCompose : public nsISupports {
public:
static const nsIID& IID() {
static nsIID iid = NS_IMSGCOMPOSE_IID;
return iid;
}
/* void Test (); */
NS_IMETHOD Test() = 0;
#if 0
/* void CreateAndInit (in long a_context, in long old_context, in long prefs, in nsIMsgCompFields initfields, in long master); */
NS_IMETHOD CreateAndInit(PRInt32 a_context, PRInt32 old_context, PRInt32 prefs, nsIMsgCompFields *initfields, PRInt32 master) = 0;
/* void Create (in long a_context, in long prefs, in long master); */
NS_IMETHOD Create(PRInt32 a_context, PRInt32 prefs, PRInt32 master) = 0;
/* void Initialize (in long old_context, in nsIMsgCompFields initfields); */
NS_IMETHOD Initialize(PRInt32 old_context, nsIMsgCompFields *initfields) = 0;
/* void Dispose (); */
NS_IMETHOD Dispose() = 0;
#endif
#ifdef XPIDL_JS_STUBS
static NS_EXPORT_(JSObject *) InitJSClass(JSContext *cx);
static NS_EXPORT_(JSObject *) GetJSObject(JSContext *cx, nsIMsgCompose *priv);
#endif
};
#endif /* __gen_nsIMsgCompose_h__ */