|
YODAU 1.0
YEAR OF THE DEPEND ADULT UNDERGARMENT
|
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. | |
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.
| 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.
| QColor stream_cell::line_instance::color { Qt::red } |
Line color used for rendering (default: red).
Definition at line 89 of file stream_cell.hpp.
| std::vector<QPointF> stream_cell::line_instance::pts_pct |
Polyline points in percentage coordinates.
Definition at line 93 of file stream_cell.hpp.
| QString stream_cell::line_instance::template_name |
Name of the underlying template/definition in backend.
Definition at line 87 of file stream_cell.hpp.