HAL  v4.5.0-83-g30c8f0afc
The Hardware Analyzer - a comprehensive reverse engineering and manipulation framework for gate-level netlists.
hal::ContentFactory Class Referenceabstract

#include </home/runner/work/hal/hal/plugins/gui/include/gui/content_manager/content_manager.h>

Inheritance diagram for hal::ContentFactory:
Inheritance graph
Collaboration diagram for hal::ContentFactory:
Collaboration graph

Public Member Functions

 ContentFactory (const QString &nam=QString())
 
QString name () const
 
virtual ExternalContentWidgetcontentFactory () const =0
 

Detailed Description

The base class for the factories that create the content widgets contributed by a plugin.

Definition at line 63 of file content_manager.h.

Constructor & Destructor Documentation

◆ ContentFactory()

hal::ContentFactory::ContentFactory ( const QString nam = QString())
inline

Definition at line 67 of file content_manager.h.

Member Function Documentation

◆ contentFactory()

virtual ExternalContentWidget* hal::ContentFactory::contentFactory ( ) const
pure virtual

◆ name()

QString hal::ContentFactory::name ( ) const
inline

Definition at line 68 of file content_manager.h.

Referenced by hal::DotViewerFactory::contentFactory().


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