|
| line () |
|
| ~line () 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 |
|
line & | hidden (bool &_hidden_) |
|
line & | hidden (bool &&_hidden_) |
|
line & | opacity (float &_opacity_) |
|
line & | opacity (float &&_opacity_) |
|
line & | stroke (vg::paint::type &_stroke_) |
|
line & | stroke (vg::paint::type &&_stroke_) |
|
line & | stroke (vg::paint::solid &_stroke_) |
|
line & | stroke (vg::paint::solid &&_stroke_) |
|
line & | stroke (vg::paint::gradient::linear &_stroke_) |
|
line & | stroke (vg::paint::gradient::linear &&_stroke_) |
|
line & | stroke (vg::paint::gradient::radial &_stroke_) |
|
line & | stroke (vg::paint::gradient::radial &&_stroke_) |
|
line & | stroke_width (const quantify::quantity_t< UNIT, T > &_stroke_width_) |
|
line & | stroke_width (quantify::quantity_t< UNIT, T > &&_stroke_width_) |
|
line & | stroke_width (const int &_stroke_width_) |
|
line & | stroke_width (int &&_stroke_width_) |
|
line & | stroke_opacity (float &_stroke_opacity_) |
|
line & | stroke_opacity (float &&_stroke_opacity_) |
|
line & | stroke_miterlimit (int &_stroke_miterlimit_) |
|
line & | stroke_miterlimit (int &&_stroke_miterlimit_) |
|
line & | stroke_dasharray (std::valarray< double > &_stroke_dasharray_) |
|
line & | stroke_dasharray (std::valarray< double > &&_stroke_dasharray_) |
|
line & | stroke_dashoffset (double &_stroke_dashoffset_) |
|
line & | stroke_dashoffset (double &&_stroke_dashoffset_) |
|
line & | stroke_linejoin (stroke_linejoin_e &_stroke_linejoin_) |
|
line & | stroke_linejoin (stroke_linejoin_e &&_stroke_linejoin_) |
|
line & | stroke_linecap (stroke_linecap_e &_stroke_linecap_) |
|
line & | stroke_linecap (stroke_linecap_e &&_stroke_linecap_) |
|
line & | x1 (const quantify::quantity_t< UNIT, T > &_x1_) |
|
line & | x1 (quantify::quantity_t< UNIT, T > &&_x1_) |
|
line & | x1 (const int &_x1_) |
|
line & | x1 (int &&_x1_) |
|
line & | y1 (const quantify::quantity_t< UNIT, T > &_y1_) |
|
line & | y1 (quantify::quantity_t< UNIT, T > &&_y1_) |
|
line & | y1 (const int &_y1_) |
|
line & | y1 (int &&_y1_) |
|
line & | x2 (const quantify::quantity_t< UNIT, T > &_x2_) |
|
line & | x2 (quantify::quantity_t< UNIT, T > &&_x2_) |
|
line & | x2 (const int &_x2_) |
|
line & | x2 (int &&_x2_) |
|
line & | y2 (const quantify::quantity_t< UNIT, T > &_y2_) |
|
line & | y2 (quantify::quantity_t< UNIT, T > &&_y2_) |
|
line & | y2 (const int &_y2_) |
|
line & | y2 (int &&_y2_) |
|
Definition at line 16 of file line.cppm.