HAL
hal::GraphicsNet::Visuals Struct Reference

#include <graphics_net.h>

Collaboration diagram for hal::GraphicsNet::Visuals:
Collaboration graph

Public Attributes

bool mVisible
 
QColor color
 
Qt::PenStyle mPenStyle
 
bool mFillIcon
 
QColor mFillColor
 
Qt::BrushStyle mBrushStyle
 

Detailed Description

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

Definition at line 49 of file graphics_net.h.

Member Data Documentation

◆ color

QColor hal::GraphicsNet::Visuals::color

Definition at line 52 of file graphics_net.h.

Referenced by hal::GraphicsNet::setVisuals().

◆ mBrushStyle

Qt::BrushStyle hal::GraphicsNet::Visuals::mBrushStyle

Definition at line 56 of file graphics_net.h.

Referenced by hal::GraphicsNet::setVisuals().

◆ mFillColor

QColor hal::GraphicsNet::Visuals::mFillColor

Definition at line 55 of file graphics_net.h.

Referenced by hal::GraphicsNet::setVisuals().

◆ mFillIcon

bool hal::GraphicsNet::Visuals::mFillIcon

Definition at line 54 of file graphics_net.h.

Referenced by hal::GraphicsNet::setVisuals().

◆ mPenStyle

Qt::PenStyle hal::GraphicsNet::Visuals::mPenStyle

Definition at line 53 of file graphics_net.h.

Referenced by hal::GraphicsNet::setVisuals().

◆ mVisible

bool hal::GraphicsNet::Visuals::mVisible

Definition at line 51 of file graphics_net.h.

Referenced by hal::GraphicsNet::setVisuals().


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