import "nsIXPConnect.idl";
Inheritance diagram for nsIXPConnectWrappedNative:
Collaboration diagram for nsIXPConnectWrappedNative:Public Member Functions | |
| nsIInterfaceInfo | FindInterfaceWithMember (in jsid nameID) |
| nsIInterfaceInfo | FindInterfaceWithName (in jsid nameID) |
| void | debugDump (in short depth) |
| void | refreshPrototype () |
| voidPtrPtr | GetSecurityInfoAddress () |
| nsISupports * | Native () const |
| Faster access to the native object from C++. | |
Public Attributes | |
| readonly attribute nsISupports | Native |
| readonly attribute JSObjectPtr | JSObjectPrototype |
| readonly attribute nsIXPConnect | XPConnect |
| These are here as an aid to nsIXPCScriptable implementors. | |
Protected Attributes | |
| nsISupports * | mIdentity |
| void nsIXPConnectWrappedNative::debugDump | ( | in short | depth | ) |
| nsIInterfaceInfo nsIXPConnectWrappedNative::FindInterfaceWithMember | ( | in jsid | nameID | ) |
| nsIInterfaceInfo nsIXPConnectWrappedNative::FindInterfaceWithName | ( | in jsid | nameID | ) |
| voidPtrPtr nsIXPConnectWrappedNative::GetSecurityInfoAddress | ( | ) |
| nsISupports* nsIXPConnectWrappedNative::Native | ( | ) | const [inline] |
Faster access to the native object from C++.
Will never return null.
| void nsIXPConnectWrappedNative::refreshPrototype | ( | ) |
| readonly attribute JSObjectPtr nsIXPConnectWrappedNative::JSObjectPrototype |
nsISupports* nsIXPConnectWrappedNative::mIdentity [protected] |
| readonly attribute nsISupports nsIXPConnectWrappedNative::Native |
| readonly attribute nsIXPConnect nsIXPConnectWrappedNative::XPConnect |
These are here as an aid to nsIXPCScriptable implementors.
1.7.1