|
| ellipse () |
|
| ~ellipse () 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 |
|
ellipse & | hidden (bool &_hidden_) |
|
ellipse & | hidden (bool &&_hidden_) |
|
ellipse & | opacity (float &_opacity_) |
|
ellipse & | opacity (float &&_opacity_) |
|
ellipse & | fill (vg::paint::type &_fill_) |
|
ellipse & | fill (vg::paint::type &&_fill_) |
|
ellipse & | fill (vg::paint::solid &_fill_) |
|
ellipse & | fill (vg::paint::solid &&_fill_) |
|
ellipse & | fill (vg::paint::gradient::linear &_fill_) |
|
ellipse & | fill (vg::paint::gradient::linear &&_fill_) |
|
ellipse & | fill (vg::paint::gradient::radial &_fill_) |
|
ellipse & | fill (vg::paint::gradient::radial &&_fill_) |
|
ellipse & | fill_opacity (double &_fill_opacity_) |
|
ellipse & | fill_opacity (double &&_fill_opacity_) |
|
ellipse & | fill_rule (fill_rule_e &_fill_rule_) |
|
ellipse & | fill_rule (fill_rule_e &&_fill_rule_) |
|
ellipse & | stroke (vg::paint::type &_stroke_) |
|
ellipse & | stroke (vg::paint::type &&_stroke_) |
|
ellipse & | stroke (vg::paint::solid &_stroke_) |
|
ellipse & | stroke (vg::paint::solid &&_stroke_) |
|
ellipse & | stroke (vg::paint::gradient::linear &_stroke_) |
|
ellipse & | stroke (vg::paint::gradient::linear &&_stroke_) |
|
ellipse & | stroke (vg::paint::gradient::radial &_stroke_) |
|
ellipse & | stroke (vg::paint::gradient::radial &&_stroke_) |
|
ellipse & | stroke_width (const quantify::quantity_t< UNIT, T > &_stroke_width_) |
|
ellipse & | stroke_width (quantify::quantity_t< UNIT, T > &&_stroke_width_) |
|
ellipse & | stroke_width (const int &_stroke_width_) |
|
ellipse & | stroke_width (int &&_stroke_width_) |
|
ellipse & | stroke_opacity (float &_stroke_opacity_) |
|
ellipse & | stroke_opacity (float &&_stroke_opacity_) |
|
ellipse & | stroke_miterlimit (int &_stroke_miterlimit_) |
|
ellipse & | stroke_miterlimit (int &&_stroke_miterlimit_) |
|
ellipse & | stroke_dasharray (std::valarray< double > &_stroke_dasharray_) |
|
ellipse & | stroke_dasharray (std::valarray< double > &&_stroke_dasharray_) |
|
ellipse & | stroke_dashoffset (double &_stroke_dashoffset_) |
|
ellipse & | stroke_dashoffset (double &&_stroke_dashoffset_) |
|
ellipse & | stroke_linejoin (stroke_linejoin_e &_stroke_linejoin_) |
|
ellipse & | stroke_linejoin (stroke_linejoin_e &&_stroke_linejoin_) |
|
ellipse & | stroke_linecap (stroke_linecap_e &_stroke_linecap_) |
|
ellipse & | stroke_linecap (stroke_linecap_e &&_stroke_linecap_) |
|
ellipse & | cx (const quantify::quantity_t< UNIT, T > &_cx_) |
|
ellipse & | cx (quantify::quantity_t< UNIT, T > &&_cx_) |
|
ellipse & | cx (const int &_cx_) |
|
ellipse & | cx (int &&_cx_) |
|
ellipse & | cy (const quantify::quantity_t< UNIT, T > &_cy_) |
|
ellipse & | cy (quantify::quantity_t< UNIT, T > &&_cy_) |
|
ellipse & | cy (const int &_cy_) |
|
ellipse & | cy (int &&_cy_) |
|
ellipse & | rx (const quantify::quantity_t< UNIT, T > &_rx_) |
|
ellipse & | rx (quantify::quantity_t< UNIT, T > &&_rx_) |
|
ellipse & | rx (const int &_rx_) |
|
ellipse & | rx (int &&_rx_) |
|
ellipse & | ry (const quantify::quantity_t< UNIT, T > &_ry_) |
|
ellipse & | ry (quantify::quantity_t< UNIT, T > &&_ry_) |
|
ellipse & | ry (const int &_ry_) |
|
ellipse & | ry (int &&_ry_) |
|
Definition at line 16 of file ellipse.cppm.