24 #include <aspect/inifins/webview.h> 25 #include <aspect/webview.h> 26 #include <core/threading/thread_finalizer.h> 27 #include <webview/url_manager.h> 28 #include <webview/nav_manager.h> 29 #include <webview/request_manager.h> 55 delete __request_manager;
64 if (webview_thread == NULL) {
66 "WebviewAspect, but RTTI says it " 67 "has not. ", thread->
name());
79 if (webview_thread == NULL) {
81 "WebviewAspect, but RTTI says it " 82 "has not. ", thread->
name());
WebviewAspectIniFin()
Constructor.
Fawkes library namespace.
Thread class encapsulation of pthreads.
~WebviewAspectIniFin()
Destructor.
virtual void init(Thread *thread)
Initialize thread.
Thread cannot be initialized.
virtual void finalize(Thread *thread)
Finalize thread.
Manage visible navigation entries.
Probides information about ongoing requests.
const char * name() const
Get name of thread.
void init_WebviewAspect(WebUrlManager *url_manager, WebNavManager *nav_manager, WebRequestManager *request_manager)
Set URL manager.
Thread cannot be finalized.
Thread aspect to provide web pages via Webview.
Aspect initializer/finalizer base class.