HAL  v4.5.0-83-g30c8f0afc
The Hardware Analyzer - a comprehensive reverse engineering and manipulation framework for gate-level netlists.
hal::GraphShader::Shading Struct Reference

#include </home/runner/work/hal/hal/plugins/gui/include/gui/graph_widget/shaders/graph_shader.h>

Collaboration diagram for hal::GraphShader::Shading:
Collaboration graph

Public Attributes

QMap< u32, GraphicsNode::VisualsmOduleVisuals
 
QMap< u32, GraphicsNode::VisualsmGateVisuals
 
QMap< u32, GraphicsNet::VisualsmNetVisuals
 

Detailed Description

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.

Member Data Documentation

◆ mGateVisuals

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().

◆ mNetVisuals

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().

◆ mOduleVisuals

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().


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