Overview   Project   Class   Tree   Index 
CEF C++ API Docs - Revision 439
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD

(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.


 
Fields inherited from typedef cef_plugin_info_t
cef_plugin_info_t
 
Constructor Summary
CefPluginInfo( const cef_plugin_info_t& r )
          
CefPluginInfo( const CefPluginInfo& r )
          
CefPluginInfo()
          
virtual ~CefPluginInfo()
          
 
Method Summary
 void Attach( const cef_plugin_info_t& r )
          
 void Detach()
          
protected void Init()
          
 CefPluginInfo& operator=( const cef_plugin_info_t& r )
          
 CefPluginInfo& operator=( const CefPluginInfo& r )
          
 void Reset()
          
 

Constructor Detail

CefPluginInfo

public CefPluginInfo( const cef_plugin_info_t& r );

CefPluginInfo

public CefPluginInfo( const CefPluginInfo& r );

CefPluginInfo

public CefPluginInfo();

~CefPluginInfo

public virtual ~CefPluginInfo();


Method Detail

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();

 Overview   Project   Class   Tree   Index 
CEF C++ API Docs - Revision 439
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD

Chromium Embedded Framework (CEF) Copyright © 2011 Marshall A. Greenblatt