CFx SDK Documentation
2022 SP0
|
#include <FxWebWidgetInterfaces.h>
Public Slots | |
bool | UnloadModule () |
Public Member Functions | |
virtual | ~CFxWebWidgetManager () |
void | SetFactory (CFxWebWidgetFactory *pFactory) |
CFxWebView * | CreateView () |
Static Public Member Functions | |
static CFxWebWidgetManager * | GetManager () |
Protected Member Functions | |
void | OnViewDeleted (CFxWebView *pView) |
CFxWebWidgetManager () | |
bool | CheckModule () |
bool | LoadModule () |
Protected Attributes | |
CFxWebWidgetManagerImpl * | m_pImpl |
Friends | |
class | CFxWebView |
Description: Singleton manager creates web widgets and handles module loading. Library: DDKERNEL
Definition at line 302 of file FxWebWidgetInterfaces.h.
|
virtual |
|
protected |
|
protected |
CFxWebView* CFxWebWidgetManager::CreateView | ( | ) |
Creates QWebView/QWebEngine view objects and returns a wrapper
|
static |
Returns a pointer to manager
|
protected |
|
protected |
void CFxWebWidgetManager::SetFactory | ( | CFxWebWidgetFactory * | pFactory | ) |
|
slot |
|
friend |
Definition at line 322 of file FxWebWidgetInterfaces.h.
|
protected |
Definition at line 332 of file FxWebWidgetInterfaces.h.