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> 61 if (webview_thread == NULL) {
63 "WebviewAspect, but RTTI says it " 64 "has not. ", thread->
name());
76 if (webview_thread == NULL) {
78 "WebviewAspect, but RTTI says it " 79 "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.
const char * name() const
Get name of thread.
Thread cannot be finalized.
Thread aspect to provide web pages via Webview.
void init_WebviewAspect(WebUrlManager *url_manager, WebNavManager *nav_manager)
Set URL manager.
Aspect initializer/finalizer base class.