HAL
hal::GraphicsNode::Visuals Struct Reference

#include <graphics_node.h>

Collaboration diagram for hal::GraphicsNode::Visuals:
Collaboration graph

Public Attributes

bool mVisible
 
QColor mMainColor
 
QColor mNameColor
 
QColor mTypeColor
 
QColor mPinColor
 
QColor mBackgroundColor
 
QColor mHighlightColor
 

Detailed Description

Struct to store visuals properties of a graphics node, i.e. whether the node is visible or not as well as the different colors used to draw the node.

Definition at line 47 of file graphics_node.h.

Member Data Documentation

◆ mBackgroundColor

QColor hal::GraphicsNode::Visuals::mBackgroundColor

Definition at line 55 of file graphics_node.h.

◆ mHighlightColor

QColor hal::GraphicsNode::Visuals::mHighlightColor

Definition at line 56 of file graphics_node.h.

◆ mMainColor

QColor hal::GraphicsNode::Visuals::mMainColor

Definition at line 51 of file graphics_node.h.

Referenced by hal::GraphicsNode::setVisuals(), and hal::ModuleShader::update().

◆ mNameColor

QColor hal::GraphicsNode::Visuals::mNameColor

Definition at line 52 of file graphics_node.h.

◆ mPinColor

QColor hal::GraphicsNode::Visuals::mPinColor

Definition at line 54 of file graphics_node.h.

◆ mTypeColor

QColor hal::GraphicsNode::Visuals::mTypeColor

Definition at line 53 of file graphics_node.h.

◆ mVisible

bool hal::GraphicsNode::Visuals::mVisible

Definition at line 49 of file graphics_node.h.

Referenced by hal::GraphicsNode::setVisuals(), and hal::ModuleShader::update().


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