|
HAL
v4.5.0-83-g30c8f0afc
The Hardware Analyzer - a comprehensive reverse engineering and manipulation framework for gate-level netlists.
|
#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>
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) |