![]() |
CYD-UI
A C++ library for building native graphic user interfaces
|
Protected Member Functions | |
void | apply_stroke (pixelmap_editor_t &editor) const |
void | set_source_to_stroke (pixelmap_editor_t &editor) const |
color::Color | sample_stroke (int x, int y) const |
Additional Inherited Members | |
![]() | |
T & | stroke (vg::paint::type &_stroke_) |
T & | stroke (vg::paint::type &&_stroke_) |
T & | stroke (vg::paint::solid &_stroke_) |
T & | stroke (vg::paint::solid &&_stroke_) |
T & | stroke (vg::paint::gradient::linear &_stroke_) |
T & | stroke (vg::paint::gradient::linear &&_stroke_) |
T & | stroke (vg::paint::gradient::radial &_stroke_) |
T & | stroke (vg::paint::gradient::radial &&_stroke_) |
![]() | |
T & | stroke_width (const quantify::quantity_t< UNIT, T > &_stroke_width_) |
T & | stroke_width (quantify::quantity_t< UNIT, T > &&_stroke_width_) |
T & | stroke_width (const int &_stroke_width_) |
T & | stroke_width (int &&_stroke_width_) |
![]() | |
T & | stroke_opacity (float &_stroke_opacity_) |
T & | stroke_opacity (float &&_stroke_opacity_) |
![]() | |
T & | stroke_miterlimit (int &_stroke_miterlimit_) |
T & | stroke_miterlimit (int &&_stroke_miterlimit_) |
![]() | |
T & | stroke_dasharray (std::valarray< double > &_stroke_dasharray_) |
T & | stroke_dasharray (std::valarray< double > &&_stroke_dasharray_) |
![]() | |
T & | stroke_dashoffset (double &_stroke_dashoffset_) |
T & | stroke_dashoffset (double &&_stroke_dashoffset_) |
![]() | |
T & | stroke_linejoin (stroke_linejoin_e &_stroke_linejoin_) |
T & | stroke_linejoin (stroke_linejoin_e &&_stroke_linejoin_) |
![]() | |
T & | stroke_linecap (stroke_linecap_e &_stroke_linecap_) |
T & | stroke_linecap (stroke_linecap_e &&_stroke_linecap_) |
![]() | |
vg::paint::type | _stroke |
![]() | |
int | _stroke_width |
![]() | |
float | _stroke_opacity |
![]() | |
int | _stroke_miterlimit |
![]() | |
std::valarray< double > | _stroke_dasharray |
![]() | |
double | _stroke_dashoffset |
![]() | |
stroke_linejoin_e | _stroke_linejoin |
![]() | |
stroke_linecap_e | _stroke_linecap |
Definition at line 466 of file attributes.cppm.
|
inlineexportprotected |
Definition at line 475 of file attributes.cppm.
|
inlinenodiscardexportprotected |
Definition at line 488 of file attributes.cppm.
|
inlineexportprotected |
Definition at line 483 of file attributes.cppm.