#include <WindowCloak.h>
Public Member Functions | |
| NS_DECL_ISUPPORTS NS_DECL_SBIWINDOWCLOAK | ~sbWindowCloak () |
Public Member Functions inherited from sbIWindowCloak | |
| void | cloak (in nsIDOMWindow aDOMWindow) |
| Cloak a window This method cloaks a xul window without closing it. More... | |
| void | uncloak (in nsIDOMWindow aDOMWindow) |
| Uncloak a window This method uncloaks a xul window. More... | |
| PRBool | isCloaked (in nsIDOMWindow aDOMWindow) |
| Determines whether a window is cloaked This method is used to figure out if a given window is cloaked. More... | |
Protected Member Functions | |
| NS_IMETHOD | SetVisibility (nsIDOMWindow *aDOMWindow, PRBool aVisible) |
Protected Attributes | |
| nsClassHashtable < nsISupportsHashKey, sbCloakInfo > | mCloakedWindows |
Definition at line 61 of file WindowCloak.h.
| sbWindowCloak::~sbWindowCloak | ( | ) |
Definition at line 43 of file WindowCloak.cpp.
|
protected |
Definition at line 106 of file WindowCloak.cpp.
|
protected |
Definition at line 72 of file WindowCloak.h.