CFx SDK Documentation  2020SP3
Public Slots | Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes | Friends | List of all members
CFxWebWidgetManager Class Reference

#include <FxWebWidgetInterfaces.h>

Inheritance diagram for CFxWebWidgetManager:

Public Slots

bool UnloadModule ()
 

Public Member Functions

virtual ~CFxWebWidgetManager ()
 
void SetFactory (CFxWebWidgetFactory *pFactory)
 
CFxWebViewCreateView ()
 

Static Public Member Functions

static CFxWebWidgetManagerGetManager ()
 

Protected Member Functions

void OnViewDeleted (CFxWebView *pView)
 
 CFxWebWidgetManager ()
 
bool CheckModule ()
 
bool LoadModule ()
 

Protected Attributes

CFxWebWidgetManagerImpl * m_pImpl
 

Friends

class CFxWebView
 

Detailed Description

Description: Singleton manager creates web widgets and handles module loading. Library: DDKERNEL

Definition at line 309 of file FxWebWidgetInterfaces.h.

Constructor & Destructor Documentation

◆ ~CFxWebWidgetManager()

virtual CFxWebWidgetManager::~CFxWebWidgetManager ( )
virtual

◆ CFxWebWidgetManager()

CFxWebWidgetManager::CFxWebWidgetManager ( )
protected

Member Function Documentation

◆ CheckModule()

bool CFxWebWidgetManager::CheckModule ( )
protected

◆ CreateView()

CFxWebView* CFxWebWidgetManager::CreateView ( )

Creates QWebView/QWebEngine view objects and returns a wrapper

◆ GetManager()

static CFxWebWidgetManager* CFxWebWidgetManager::GetManager ( )
static

Returns a pointer to manager

◆ LoadModule()

bool CFxWebWidgetManager::LoadModule ( )
protected

◆ OnViewDeleted()

void CFxWebWidgetManager::OnViewDeleted ( CFxWebView pView)
protected

◆ SetFactory()

void CFxWebWidgetManager::SetFactory ( CFxWebWidgetFactory pFactory)

◆ UnloadModule

bool CFxWebWidgetManager::UnloadModule ( )
slot

Friends And Related Function Documentation

◆ CFxWebView

friend class CFxWebView
friend

Definition at line 329 of file FxWebWidgetInterfaces.h.

Member Data Documentation

◆ m_pImpl

CFxWebWidgetManagerImpl* CFxWebWidgetManager::m_pImpl
protected

Definition at line 339 of file FxWebWidgetInterfaces.h.


The documentation for this class was generated from the following file: