|
HAL
|
#include "gui/gui_globals.h"#include "gui/graph_widget/graphics_factory.h"#include "gui/graph_widget/items/nodes/gates/standard_graphics_gate.h"#include "gui/graph_widget/items/nodes/modules/standard_graphics_module.h"#include "hal_core/netlist/netlist.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) |