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

(default)
Class CefWebPluginInfo

CefBase
   |
   +--CefWebPluginInfo

   in cef_web_plugin.h

class CefWebPluginInfo
extends CefBase

Information about a specific web plugin.


Method Summary
 virtual CefString GetDescription()= 0
          Returns a description of the plugin from the version information.
 virtual CefString GetName()= 0
          Returns the plugin name (i.e. Flash).
 virtual CefString GetPath()= 0
          Returns the plugin file path (DLL/bundle/library).
 virtual CefString GetVersion()= 0
          Returns the version of the plugin (may be OS-specific).
   
Methods inherited from class CefBase
AddRef, Release, GetRefCt
 

Method Detail

GetDescription

public virtual CefString GetDescription()= 0;
Returns a description of the plugin from the version information.

GetName

public virtual CefString GetName()= 0;
Returns the plugin name (i.e. Flash).

GetPath

public virtual CefString GetPath()= 0;
Returns the plugin file path (DLL/bundle/library).

GetVersion

public virtual CefString GetVersion()= 0;
Returns the version of the plugin (may be OS-specific).

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

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