mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 22:01:30 +00:00
Added NS_DEFINE_STATIC_IID_ACCESSOR
This commit is contained in:
parent
0cdd475f4c
commit
d8f155ad0c
@ -39,7 +39,7 @@ class nsString;
|
||||
|
||||
class nsIFormSubmitObserver : public nsISupports {
|
||||
public:
|
||||
static const nsIID& GetIID() { static nsIID iid = NS_IFORMSUBMITOBSERVER_IID; return iid; }
|
||||
NS_DEFINE_STATIC_IID_ACCESSOR(NS_IFORMSUBMITOBSERVER_IID)
|
||||
|
||||
/*
|
||||
* Subject calls the observer when the form is submitted
|
||||
|
@ -42,6 +42,7 @@ class nsVoidArray;
|
||||
class nsIComboboxControlFrame : public nsISupports {
|
||||
|
||||
public:
|
||||
NS_DEFINE_STATIC_IID_ACCESSOR(NS_ICOMBOBOXCONTROLFRAME_IID)
|
||||
|
||||
/**
|
||||
* Sets the Drop Down List
|
||||
|
@ -40,6 +40,7 @@ class nsIContent;
|
||||
class nsIFormControlFrame : public nsISupports {
|
||||
|
||||
public:
|
||||
NS_DEFINE_STATIC_IID_ACCESSOR(NS_IFORMCONTROLFRAME_IID)
|
||||
|
||||
NS_IMETHOD GetType(PRInt32* aType) const = 0;
|
||||
|
||||
|
@ -36,6 +36,7 @@ class nsIStyleContext;
|
||||
class nsIRadioControlFrame : public nsISupports {
|
||||
|
||||
public:
|
||||
NS_DEFINE_STATIC_IID_ACCESSOR(NS_IRADIOCONTROLFRAME_IID)
|
||||
|
||||
/**
|
||||
* Sets the Pseudo Style Contexts for the Radio button
|
||||
|
@ -42,6 +42,7 @@ class nsVoidArray;
|
||||
class nsIComboboxControlFrame : public nsISupports {
|
||||
|
||||
public:
|
||||
NS_DEFINE_STATIC_IID_ACCESSOR(NS_ICOMBOBOXCONTROLFRAME_IID)
|
||||
|
||||
/**
|
||||
* Sets the Drop Down List
|
||||
|
@ -40,6 +40,7 @@ class nsIContent;
|
||||
class nsIFormControlFrame : public nsISupports {
|
||||
|
||||
public:
|
||||
NS_DEFINE_STATIC_IID_ACCESSOR(NS_IFORMCONTROLFRAME_IID)
|
||||
|
||||
NS_IMETHOD GetType(PRInt32* aType) const = 0;
|
||||
|
||||
|
@ -33,6 +33,7 @@ class nsIFrame;
|
||||
**/
|
||||
class nsIFormManager : public nsISupports {
|
||||
public:
|
||||
NS_DEFINE_STATIC_IID_ACCESSOR(NS_IFORMMANAGER_IID)
|
||||
/**
|
||||
* Reset the values of all of this manager's controls back to their
|
||||
* initial values. This is in response to a reset button being pushed.
|
||||
|
@ -39,7 +39,7 @@ class nsString;
|
||||
|
||||
class nsIFormSubmitObserver : public nsISupports {
|
||||
public:
|
||||
static const nsIID& GetIID() { static nsIID iid = NS_IFORMSUBMITOBSERVER_IID; return iid; }
|
||||
NS_DEFINE_STATIC_IID_ACCESSOR(NS_IFORMSUBMITOBSERVER_IID)
|
||||
|
||||
/*
|
||||
* Subject calls the observer when the form is submitted
|
||||
|
@ -36,6 +36,7 @@ class nsIStyleContext;
|
||||
class nsIRadioControlFrame : public nsISupports {
|
||||
|
||||
public:
|
||||
NS_DEFINE_STATIC_IID_ACCESSOR(NS_IRADIOCONTROLFRAME_IID)
|
||||
|
||||
/**
|
||||
* Sets the Pseudo Style Contexts for the Radio button
|
||||
|
Loading…
Reference in New Issue
Block a user