(default)
Class CefPluginInfo
cef_plugin_info_t
|
+--CefPluginInfo
in cef_nplugin.h
- class CefPluginInfo
- extends cef_plugin_info_t
Netscape plugins are normally built at separate DLLs that are loaded by the
browser when needed. This interface supports the creation of plugins that
are an embedded component of the application. Embedded plugins built using
this interface use the same Netscape Plugin API as DLL-based plugins.
See https://developer.mozilla.org/En/Gecko_Plugin_API_Reference for complete
documentation on how to use the Netscape Plugin API.
This class provides attribute information and entry point functions for a
plugin.
CefPluginInfo
public CefPluginInfo( const cef_plugin_info_t& r );
CefPluginInfo
public CefPluginInfo( const CefPluginInfo& r );
CefPluginInfo
public CefPluginInfo();
~CefPluginInfo
public virtual ~CefPluginInfo();
Attach
public void Attach( const cef_plugin_info_t& r );
Detach
public void Detach();
Init
protected void Init();
operator=
public CefPluginInfo& operator=( const cef_plugin_info_t& r );
operator=
public CefPluginInfo& operator=( const CefPluginInfo& r );
Reset
public void Reset();
Chromium Embedded Framework (CEF) Copyright © 2011 Marshall A. Greenblatt