|
CEF C++ API Docs - Revision 439 | ||||||
| FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
CefBase | +--CefLifeSpanHandlerin cef.h
Implement this interface to handle events related to browser life span. The methods of this class will be called on the UI thread.
| Method Summary | |
virtual bool |
DoClose( CefRefPtr< CefBrowser > browser )
Called when a window has recieved a request to close. |
virtual void |
OnAfterCreated( CefRefPtr< CefBrowser > browser )
Called after a new window is created. |
virtual void |
OnBeforeClose( CefRefPtr< CefBrowser > browser )
Called just before a window is closed. |
virtual bool |
OnBeforePopup( CefRefPtr< CefBrowser > parentBrowser, const CefPopupFeatures& popupFeatures, CefWindowInfo& windowInfo, const CefString& url, CefRefPtr< CefClient >& client, CefBrowserSettings& settings )
Called before a new popup window is created. |
virtual bool |
RunModal( CefRefPtr< CefBrowser > browser )
Called when a modal window is about to display and the modal loop should begin running. |
| Methods inherited from class CefBase |
AddRef, Release, GetRefCt |
| Method Detail |
public virtual bool DoClose( CefRefPtr< CefBrowser > browser );
public virtual void OnAfterCreated( CefRefPtr< CefBrowser > browser );
public virtual void OnBeforeClose( CefRefPtr< CefBrowser > browser );
public virtual bool OnBeforePopup( CefRefPtr< CefBrowser > parentBrowser, const CefPopupFeatures& popupFeatures, CefWindowInfo& windowInfo, const CefString& url, CefRefPtr< CefClient >& client, CefBrowserSettings& settings );
public virtual bool RunModal( CefRefPtr< CefBrowser > browser );
|
CEF C++ API Docs - Revision 439 | ||||||
| FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||