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

(default)
Class CefApp

CefBase
   |
   +--CefApp

   in cef.h

class CefApp
extends CefBase

Implement this interface to provide handler implementations.


Method Summary
 virtual CefRefPtr< CefProxyHandler > GetProxyHandler()
          Return the handler for proxy events.
   
Methods inherited from class CefBase
AddRef, Release, GetRefCt
 

Method Detail

GetProxyHandler

public virtual CefRefPtr< CefProxyHandler > GetProxyHandler();
Return the handler for proxy events. If not handler is returned the default system handler will be used.

 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