![]() |
HAL
|
#include <graphics_net.h>
Public Attributes | |
bool | mVisible |
QColor | color |
Qt::PenStyle | mPenStyle |
bool | mFillIcon |
QColor | mFillColor |
Qt::BrushStyle | mBrushStyle |
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.
QColor hal::GraphicsNet::Visuals::color |
Definition at line 52 of file graphics_net.h.
Referenced by hal::GraphicsNet::setVisuals().
Qt::BrushStyle hal::GraphicsNet::Visuals::mBrushStyle |
Definition at line 56 of file graphics_net.h.
Referenced by hal::GraphicsNet::setVisuals().
QColor hal::GraphicsNet::Visuals::mFillColor |
Definition at line 55 of file graphics_net.h.
Referenced by hal::GraphicsNet::setVisuals().
bool hal::GraphicsNet::Visuals::mFillIcon |
Definition at line 54 of file graphics_net.h.
Referenced by hal::GraphicsNet::setVisuals().
Qt::PenStyle hal::GraphicsNet::Visuals::mPenStyle |
Definition at line 53 of file graphics_net.h.
Referenced by hal::GraphicsNet::setVisuals().
bool hal::GraphicsNet::Visuals::mVisible |
Definition at line 51 of file graphics_net.h.
Referenced by hal::GraphicsNet::setVisuals().