Class for handling various web browser requests that require user input. More...
#include <WebBrowserCef/RequestHandler.hpp>
Public Member Functions | |
| virtual void | cancelRequests ()=0 |
| Cancel pending requests and free the objects. | |
| virtual void | certificateError (int certError, const QString &requestUrl, CefRefPtr< CefSSLInfo > sslInfo, CefRefPtr< CefRequestCallback > callback)=0 |
| Handle certificate errors Call callback->Cancel() to cancel the request or callback->Continue(true) to continue loading the page. | |
| virtual void | getAuthCredentials (const QString &host, CefRefPtr< CefAuthCallback > callback)=0 |
| Handle requests for authentication credentials Call callback->Cancel() to cancel the request or callback->Continue(username, password) to supply credentials. | |
| virtual void | renderProcessTerminated (cef_termination_status_t status)=0 |
| Handle render process termination. | |
Friends | |
| class | WebPage |
Class for handling various web browser requests that require user input.