HAL
graph_shader.cpp
Go to the documentation of this file.
1
#include "
gui/graph_widget/shaders/graph_shader.h
"
2
#include <assert.h>
3
4
namespace
hal
5
{
6
GraphShader::GraphShader
(
const
GraphContext
*
const
context) :
7
mContext(context)
8
{
9
assert(context);
10
}
11
12
const
GraphShader::Shading
&
GraphShader::getShading
()
13
{
14
return
mShading
;
15
}
16
}
hal::GraphContext
Logical container for modules, gates, and nets.
Definition:
graph_context.h:55
hal::GraphShader::mShading
Shading mShading
Definition:
graph_shader.h:68
hal::GraphShader::GraphShader
GraphShader(const GraphContext *const context)
Definition:
graph_shader.cpp:6
hal::GraphShader::getShading
const Shading & getShading()
Definition:
graph_shader.cpp:12
graph_shader.h
hal
Definition:
parser_liberty.cpp:10
hal::GraphShader::Shading
Definition:
graph_shader.h:50
plugins
gui
src
graph_widget
shaders
graph_shader.cpp
Generated on Tue May 13 2025 10:20:04 for HAL by
1.9.1