|
HAL
v4.5.0-83-g30c8f0afc
The Hardware Analyzer - a comprehensive reverse engineering and manipulation framework for gate-level netlists.
|
#include </home/runner/work/hal/hal/plugins/gui/include/gui/graph_widget/shaders/graph_shader.h>

Public Attributes | |
| QMap< u32, GraphicsNode::Visuals > | mOduleVisuals |
| QMap< u32, GraphicsNode::Visuals > | mGateVisuals |
| QMap< u32, GraphicsNet::Visuals > | mNetVisuals |
The visual style that a shader assigns to each node and net of a graph view.
Definition at line 52 of file graph_shader.h.
| QMap<u32, GraphicsNode::Visuals> hal::GraphShader::Shading::mGateVisuals |
Definition at line 55 of file graph_shader.h.
Referenced by hal::ModuleShader::update(), and hal::GraphicsScene::updateVisuals().
| QMap<u32, GraphicsNet::Visuals> hal::GraphShader::Shading::mNetVisuals |
Definition at line 56 of file graph_shader.h.
Referenced by hal::ModuleShader::update(), and hal::GraphicsScene::updateVisuals().
| QMap<u32, GraphicsNode::Visuals> hal::GraphShader::Shading::mOduleVisuals |
Definition at line 54 of file graph_shader.h.
Referenced by hal::ModuleShader::update(), and hal::GraphicsScene::updateVisuals().