| 
    HAL
    
   | 
 
#include <graphics_node.h>

Public Attributes | |
| bool | mVisible | 
| QColor | mMainColor | 
| QColor | mNameColor | 
| QColor | mTypeColor | 
| QColor | mPinColor | 
| QColor | mBackgroundColor | 
| QColor | mHighlightColor | 
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 48 of file graphics_node.h.
| QColor hal::GraphicsNode::Visuals::mBackgroundColor | 
Definition at line 56 of file graphics_node.h.
| QColor hal::GraphicsNode::Visuals::mHighlightColor | 
Definition at line 57 of file graphics_node.h.
| QColor hal::GraphicsNode::Visuals::mMainColor | 
Definition at line 52 of file graphics_node.h.
Referenced by hal::GraphicsNode::setVisuals(), and hal::ModuleShader::update().
| QColor hal::GraphicsNode::Visuals::mNameColor | 
Definition at line 53 of file graphics_node.h.
| QColor hal::GraphicsNode::Visuals::mPinColor | 
Definition at line 55 of file graphics_node.h.
| QColor hal::GraphicsNode::Visuals::mTypeColor | 
Definition at line 54 of file graphics_node.h.
| bool hal::GraphicsNode::Visuals::mVisible | 
Definition at line 50 of file graphics_node.h.
Referenced by hal::GraphicsNode::setVisuals(), and hal::ModuleShader::update().