YODAU 1.0
YEAR OF THE DEPEND ADULT UNDERGARMENT
Loading...
Searching...
No Matches
stream_cell::line_instance Struct Reference

Instance of a persistent (saved) line to be rendered on the stream. More...

#include <frontend/include/widgets/stream_cell.hpp>

Public Attributes

QString template_name
 Name of the underlying template/definition in backend.
QColor color { Qt::red }
 Line color used for rendering (default: red).
bool closed { false }
 Whether the polyline should be treated as closed polygon.
std::vector< QPointF > pts_pct
 Polyline points in percentage coordinates.

Detailed Description

Instance of a persistent (saved) line to be rendered on the stream.

Line is described in percentage coordinates.

Definition at line 85 of file stream_cell.hpp.

Member Data Documentation

◆ closed

bool stream_cell::line_instance::closed { false }

Whether the polyline should be treated as closed polygon.

Definition at line 91 of file stream_cell.hpp.

91{ false };

◆ color

QColor stream_cell::line_instance::color { Qt::red }

Line color used for rendering (default: red).

Definition at line 89 of file stream_cell.hpp.

89{ Qt::red };

◆ pts_pct

std::vector<QPointF> stream_cell::line_instance::pts_pct

Polyline points in percentage coordinates.

Definition at line 93 of file stream_cell.hpp.

◆ template_name

QString stream_cell::line_instance::template_name

Name of the underlying template/definition in backend.

Definition at line 87 of file stream_cell.hpp.


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