![]() |
CYD-UI
A C++ library for building native graphic user interfaces
|
Inheritance diagram for vg::circle:
Collaboration diagram for vg::circle:Public Member Functions | |
| circle () | |
| ~circle () override | |
| void | apply_to (pixelmap_editor_t &editor) const override |
| footprint | get_footprint () const override |
Public Member Functions inherited from vg::element_t | |
| void | _internal_set_origin (int x, int y) |
| virtual | ~element_t ()=default |
Public Member Functions inherited from vg::attr_hidden< circle > | |
| circle & | hidden (bool &_hidden_) |
| circle & | hidden (bool &&_hidden_) |
Public Member Functions inherited from vg::attr_opacity< circle > | |
| circle & | opacity (float &_opacity_) |
| circle & | opacity (float &&_opacity_) |
Public Member Functions inherited from vg::attr_fill< circle > | |
| circle & | fill (vg::paint::type &_fill_) |
| circle & | fill (vg::paint::type &&_fill_) |
| circle & | fill (vg::paint::solid &_fill_) |
| circle & | fill (vg::paint::solid &&_fill_) |
| circle & | fill (vg::paint::gradient::linear &_fill_) |
| circle & | fill (vg::paint::gradient::linear &&_fill_) |
| circle & | fill (vg::paint::gradient::radial &_fill_) |
| circle & | fill (vg::paint::gradient::radial &&_fill_) |
Public Member Functions inherited from vg::attr_fill_opacity< circle > | |
| circle & | fill_opacity (double &_fill_opacity_) |
| circle & | fill_opacity (double &&_fill_opacity_) |
Public Member Functions inherited from vg::attr_fill_rule< circle > | |
| circle & | fill_rule (fill_rule_e &_fill_rule_) |
| circle & | fill_rule (fill_rule_e &&_fill_rule_) |
Public Member Functions inherited from vg::attr_stroke< circle > | |
| circle & | stroke (vg::paint::type &_stroke_) |
| circle & | stroke (vg::paint::type &&_stroke_) |
| circle & | stroke (vg::paint::solid &_stroke_) |
| circle & | stroke (vg::paint::solid &&_stroke_) |
| circle & | stroke (vg::paint::gradient::linear &_stroke_) |
| circle & | stroke (vg::paint::gradient::linear &&_stroke_) |
| circle & | stroke (vg::paint::gradient::radial &_stroke_) |
| circle & | stroke (vg::paint::gradient::radial &&_stroke_) |
Public Member Functions inherited from vg::attr_stroke_width< circle > | |
| circle & | stroke_width (const quantify::quantity_t< UNIT, T > &_stroke_width_) |
| circle & | stroke_width (quantify::quantity_t< UNIT, T > &&_stroke_width_) |
| circle & | stroke_width (const int &_stroke_width_) |
| circle & | stroke_width (int &&_stroke_width_) |
Public Member Functions inherited from vg::attr_stroke_opacity< circle > | |
| circle & | stroke_opacity (float &_stroke_opacity_) |
| circle & | stroke_opacity (float &&_stroke_opacity_) |
Public Member Functions inherited from vg::attr_stroke_miterlimit< circle > | |
| circle & | stroke_miterlimit (int &_stroke_miterlimit_) |
| circle & | stroke_miterlimit (int &&_stroke_miterlimit_) |
Public Member Functions inherited from vg::attr_stroke_dasharray< circle > | |
| circle & | stroke_dasharray (std::valarray< double > &_stroke_dasharray_) |
| circle & | stroke_dasharray (std::valarray< double > &&_stroke_dasharray_) |
Public Member Functions inherited from vg::attr_stroke_dashoffset< circle > | |
| circle & | stroke_dashoffset (double &_stroke_dashoffset_) |
| circle & | stroke_dashoffset (double &&_stroke_dashoffset_) |
Public Member Functions inherited from vg::attr_stroke_linejoin< circle > | |
| circle & | stroke_linejoin (stroke_linejoin_e &_stroke_linejoin_) |
| circle & | stroke_linejoin (stroke_linejoin_e &&_stroke_linejoin_) |
Public Member Functions inherited from vg::attr_stroke_linecap< circle > | |
| circle & | stroke_linecap (stroke_linecap_e &_stroke_linecap_) |
| circle & | stroke_linecap (stroke_linecap_e &&_stroke_linecap_) |
Public Member Functions inherited from vg::attr_cx< circle > | |
| circle & | cx (const quantify::quantity_t< UNIT, T > &_cx_) |
| circle & | cx (quantify::quantity_t< UNIT, T > &&_cx_) |
| circle & | cx (const int &_cx_) |
| circle & | cx (int &&_cx_) |
Public Member Functions inherited from vg::attr_cy< circle > | |
| circle & | cy (const quantify::quantity_t< UNIT, T > &_cy_) |
| circle & | cy (quantify::quantity_t< UNIT, T > &&_cy_) |
| circle & | cy (const int &_cy_) |
| circle & | cy (int &&_cy_) |
Public Member Functions inherited from vg::attr_r< circle > | |
| circle & | r (const quantify::quantity_t< UNIT, T > &_r_) |
| circle & | r (quantify::quantity_t< UNIT, T > &&_r_) |
| circle & | r (const int &_r_) |
| circle & | r (int &&_r_) |
Additional Inherited Members | |
Public Attributes inherited from vg::element_t | |
| int | origin_x = 0 |
| int | origin_y = 0 |
Public Attributes inherited from vg::attr_hidden< circle > | |
| bool | _hidden |
Public Attributes inherited from vg::attr_opacity< circle > | |
| float | _opacity |
Public Attributes inherited from vg::attr_fill< circle > | |
| vg::paint::type | _fill |
Public Attributes inherited from vg::attr_fill_opacity< circle > | |
| double | _fill_opacity |
Public Attributes inherited from vg::attr_fill_rule< circle > | |
| fill_rule_e | _fill_rule |
Public Attributes inherited from vg::attr_stroke< circle > | |
| vg::paint::type | _stroke |
Public Attributes inherited from vg::attr_stroke_width< circle > | |
| int | _stroke_width |
Public Attributes inherited from vg::attr_stroke_opacity< circle > | |
| float | _stroke_opacity |
Public Attributes inherited from vg::attr_stroke_miterlimit< circle > | |
| int | _stroke_miterlimit |
Public Attributes inherited from vg::attr_stroke_dasharray< circle > | |
| std::valarray< double > | _stroke_dasharray |
Public Attributes inherited from vg::attr_stroke_dashoffset< circle > | |
| double | _stroke_dashoffset |
Public Attributes inherited from vg::attr_stroke_linejoin< circle > | |
| stroke_linejoin_e | _stroke_linejoin |
Public Attributes inherited from vg::attr_stroke_linecap< circle > | |
| stroke_linecap_e | _stroke_linecap |
Public Attributes inherited from vg::attr_cx< circle > | |
| int | _cx |
Public Attributes inherited from vg::attr_cy< circle > | |
| int | _cy |
Public Attributes inherited from vg::attr_r< circle > | |
| int | _r |
Protected Member Functions inherited from vg::attrs_fill< circle > | |
| void | apply_fill (pixelmap_editor_t &editor) const |
| void | set_source_to_fill (pixelmap_editor_t &editor) const |
| color::Color | sample_fill (int x, int y) const |
Protected Member Functions inherited from vg::attrs_stroke< circle > | |
| 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 |
Definition at line 16 of file circle.cppm.
|
inlineexport |
Definition at line 24 of file circle.cppm.
|
inlineoverrideexport |
Definition at line 27 of file circle.cppm.
|
inlineoverrideexportvirtual |
Implements vg::element_t.
Definition at line 30 of file circle.cppm.
Here is the call graph for this function:
|
inlineoverrideexportvirtual |
Implements vg::element_t.
Definition at line 50 of file circle.cppm.