#include <sbPrompter.h>
Public Member Functions | |
| NS_DECL_ISUPPORTS NS_DECL_SBIPROMPTER NS_DECL_NSIPROMPTSERVICE NS_DECL_NSIOBSERVER | sbPrompter () |
| virtual | ~sbPrompter () |
| nsresult | Init () |
Public Member Functions inherited from sbIPrompter | |
| nsIDOMWindow | openDialog (in nsIDOMWindow aParent, in DOMString aUrl, in DOMString aName, in DOMString aOptions, in nsISupports aExtraArgument) |
| nsIDOMWindow | openWindow (in nsIDOMWindow aParent, in DOMString aUrl, in DOMString aName, in DOMString aOptions, in nsISupports aExtraArgument) |
| void | cancel () |
Additional Inherited Members | |
Public Attributes inherited from sbIPrompter | |
| attribute AString | parentWindowType |
| attribute boolean | waitForWindow |
| attribute boolean | renderHTML |
This class implements the Songbird prompter interface.
Definition at line 59 of file sbPrompter.h.
| sbPrompter::sbPrompter | ( | ) |
Construct a Songbird prompter object.
Definition at line 1145 of file sbPrompter.cpp.
|
virtual |
Destroy a Songbird prompter object.
Definition at line 1155 of file sbPrompter.cpp.
| nsresult sbPrompter::Init | ( | ) |
Initialize the prompter services.
Definition at line 1169 of file sbPrompter.cpp.