![]() |
CYD-UI
A C++ library for building native graphic user interfaces
|
Public Member Functions | |
polyline () | |
~polyline () override | |
void | apply_to (pixelmap_editor_t &editor) const override |
footprint | get_footprint () const override |
![]() | |
void | _internal_set_origin (int x, int y) |
virtual | ~element_t ()=default |
![]() | |
polyline & | hidden (bool &_hidden_) |
polyline & | hidden (bool &&_hidden_) |
![]() | |
polyline & | opacity (float &_opacity_) |
polyline & | opacity (float &&_opacity_) |
![]() | |
polyline & | fill (vg::paint::type &_fill_) |
polyline & | fill (vg::paint::type &&_fill_) |
polyline & | fill (vg::paint::solid &_fill_) |
polyline & | fill (vg::paint::solid &&_fill_) |
polyline & | fill (vg::paint::gradient::linear &_fill_) |
polyline & | fill (vg::paint::gradient::linear &&_fill_) |
polyline & | fill (vg::paint::gradient::radial &_fill_) |
polyline & | fill (vg::paint::gradient::radial &&_fill_) |
![]() | |
polyline & | fill_opacity (double &_fill_opacity_) |
polyline & | fill_opacity (double &&_fill_opacity_) |
![]() | |
polyline & | fill_rule (fill_rule_e &_fill_rule_) |
polyline & | fill_rule (fill_rule_e &&_fill_rule_) |
![]() | |
polyline & | stroke (vg::paint::type &_stroke_) |
polyline & | stroke (vg::paint::type &&_stroke_) |
polyline & | stroke (vg::paint::solid &_stroke_) |
polyline & | stroke (vg::paint::solid &&_stroke_) |
polyline & | stroke (vg::paint::gradient::linear &_stroke_) |
polyline & | stroke (vg::paint::gradient::linear &&_stroke_) |
polyline & | stroke (vg::paint::gradient::radial &_stroke_) |
polyline & | stroke (vg::paint::gradient::radial &&_stroke_) |
![]() | |
polyline & | stroke_width (const quantify::quantity_t< UNIT, T > &_stroke_width_) |
polyline & | stroke_width (quantify::quantity_t< UNIT, T > &&_stroke_width_) |
polyline & | stroke_width (const int &_stroke_width_) |
polyline & | stroke_width (int &&_stroke_width_) |
![]() | |
polyline & | stroke_opacity (float &_stroke_opacity_) |
polyline & | stroke_opacity (float &&_stroke_opacity_) |
![]() | |
polyline & | stroke_miterlimit (int &_stroke_miterlimit_) |
polyline & | stroke_miterlimit (int &&_stroke_miterlimit_) |
![]() | |
polyline & | stroke_dasharray (std::valarray< double > &_stroke_dasharray_) |
polyline & | stroke_dasharray (std::valarray< double > &&_stroke_dasharray_) |
![]() | |
polyline & | stroke_dashoffset (double &_stroke_dashoffset_) |
polyline & | stroke_dashoffset (double &&_stroke_dashoffset_) |
![]() | |
polyline & | stroke_linejoin (stroke_linejoin_e &_stroke_linejoin_) |
polyline & | stroke_linejoin (stroke_linejoin_e &&_stroke_linejoin_) |
![]() | |
polyline & | stroke_linecap (stroke_linecap_e &_stroke_linecap_) |
polyline & | stroke_linecap (stroke_linecap_e &&_stroke_linecap_) |
![]() | |
polyline & | points (point_list_t &_points_) |
polyline & | points (point_list_t &&_points_) |
Definition at line 16 of file polyline.cppm.
|
inlineexport |
Definition at line 22 of file polyline.cppm.
|
inlineoverrideexport |
Definition at line 25 of file polyline.cppm.
|
inlineoverrideexportvirtual |
Implements vg::element_t.
Definition at line 28 of file polyline.cppm.
|
inlineoverrideexportvirtual |
Implements vg::element_t.
Definition at line 53 of file polyline.cppm.