HAL
graphics_factory.h File Reference
#include "gui/graph_widget/items/nodes/gates/graphics_gate.h"
#include "gui/graph_widget/items/nodes/modules/graphics_module.h"
#include <QStringList>
#include <cassert>
#include <memory>
Include dependency graph for graphics_factory.h:

Go to the source code of this file.

Namespaces

 hal
 
 hal::GraphicsFactory
 Contains utility factory functions.
 

Functions

QStringList hal::GraphicsFactory::graphicsModuleTypes ()
 
QStringList hal::GraphicsFactory::graphicsGateTypes ()
 
GraphicsModule * hal::GraphicsFactory::createGraphicsModule (Module *m, const int type)
 
GraphicsGate * hal::GraphicsFactory::createGraphicsGate (Gate *g, const int type)