|
CEF C++ API Docs - Revision 439 | ||||||
| FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
CefBase | +--CefDisplayHandlerin cef.h
Implement this interface to handle events related to browser display state. The methods of this class will be called on the UI thread.
| Inner Classes, Typedefs, and Enums | |
typedef |
CefDisplayHandler::StatusType
|
| Method Summary | |
virtual void |
OnAddressChange( CefRefPtr< CefBrowser > browser, CefRefPtr< CefFrame > frame, const CefString& url )
Called when a frame's address has changed. |
virtual bool |
OnConsoleMessage( CefRefPtr< CefBrowser > browser, const CefString& message, const CefString& source, int line )
Called to display a console message. |
virtual void |
OnContentsSizeChange( CefRefPtr< CefBrowser > browser, CefRefPtr< CefFrame > frame, int width, int height )
Called when the size of the content area has changed. |
virtual void |
OnNavStateChange( CefRefPtr< CefBrowser > browser, bool canGoBack, bool canGoForward )
Called when the navigation state has changed. |
virtual void |
OnStatusMessage( CefRefPtr< CefBrowser > browser, const CefString& value, CefDisplayHandler::StatusType type )
Called when the browser receives a status message. |
virtual void |
OnTitleChange( CefRefPtr< CefBrowser > browser, const CefString& title )
Called when the page title changes. |
virtual bool |
OnTooltip( CefRefPtr< CefBrowser > browser, CefString& text )
Called when the browser is about to display a tooltip. |
| Methods inherited from class CefBase |
AddRef, Release, GetRefCt |
| Method Detail |
public virtual void OnAddressChange( CefRefPtr< CefBrowser > browser, CefRefPtr< CefFrame > frame, const CefString& url );
public virtual bool OnConsoleMessage( CefRefPtr< CefBrowser > browser, const CefString& message, const CefString& source, int line );
public virtual void OnContentsSizeChange( CefRefPtr< CefBrowser > browser, CefRefPtr< CefFrame > frame, int width, int height );
public virtual void OnNavStateChange( CefRefPtr< CefBrowser > browser, bool canGoBack, bool canGoForward );
public virtual void OnStatusMessage( CefRefPtr< CefBrowser > browser, const CefString& value, CefDisplayHandler::StatusType type );
public virtual void OnTitleChange( CefRefPtr< CefBrowser > browser, const CefString& title );
public virtual bool OnTooltip( CefRefPtr< CefBrowser > browser, CefString& text );
|
CEF C++ API Docs - Revision 439 | ||||||
| FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||