_hidden | vg::attr_hidden< line > | |
_internal_set_origin(int x, int y) | vg::element_t | inline |
_opacity | vg::attr_opacity< line > | |
_stroke | vg::attr_stroke< line > | |
_stroke_dasharray | vg::attr_stroke_dasharray< line > | |
_stroke_dashoffset | vg::attr_stroke_dashoffset< line > | |
_stroke_linecap | vg::attr_stroke_linecap< line > | |
_stroke_linejoin | vg::attr_stroke_linejoin< line > | |
_stroke_miterlimit | vg::attr_stroke_miterlimit< line > | |
_stroke_opacity | vg::attr_stroke_opacity< line > | |
_stroke_width | vg::attr_stroke_width< line > | |
_x1 | vg::attr_x1< line > | |
_x2 | vg::attr_x2< line > | |
_y1 | vg::attr_y1< line > | |
_y2 | vg::attr_y2< line > | |
apply_stroke(pixelmap_editor_t &editor) const | vg::attrs_stroke< line > | inlineprotected |
apply_to(pixelmap_editor_t &editor) const override | vg::line | inlinevirtual |
get_footprint() const override | vg::line | inlinevirtual |
hidden(bool &_hidden_) | vg::attr_hidden< line > | inline |
hidden(bool &&_hidden_) | vg::attr_hidden< line > | inline |
line() | vg::line | inline |
opacity(float &_opacity_) | vg::attr_opacity< line > | inline |
opacity(float &&_opacity_) | vg::attr_opacity< line > | inline |
origin_x | vg::element_t | |
origin_y | vg::element_t | |
sample_stroke(int x, int y) const | vg::attrs_stroke< line > | inlineprotected |
set_source_to_stroke(pixelmap_editor_t &editor) const | vg::attrs_stroke< line > | inlineprotected |
stroke(vg::paint::type &_stroke_) | vg::attr_stroke< line > | inline |
stroke(vg::paint::type &&_stroke_) | vg::attr_stroke< line > | inline |
stroke(vg::paint::solid &_stroke_) | vg::attr_stroke< line > | inline |
stroke(vg::paint::solid &&_stroke_) | vg::attr_stroke< line > | inline |
stroke(vg::paint::gradient::linear &_stroke_) | vg::attr_stroke< line > | inline |
stroke(vg::paint::gradient::linear &&_stroke_) | vg::attr_stroke< line > | inline |
stroke(vg::paint::gradient::radial &_stroke_) | vg::attr_stroke< line > | inline |
stroke(vg::paint::gradient::radial &&_stroke_) | vg::attr_stroke< line > | inline |
stroke_dasharray(std::valarray< double > &_stroke_dasharray_) | vg::attr_stroke_dasharray< line > | inline |
stroke_dasharray(std::valarray< double > &&_stroke_dasharray_) | vg::attr_stroke_dasharray< line > | inline |
stroke_dashoffset(double &_stroke_dashoffset_) | vg::attr_stroke_dashoffset< line > | inline |
stroke_dashoffset(double &&_stroke_dashoffset_) | vg::attr_stroke_dashoffset< line > | inline |
stroke_linecap(stroke_linecap_e &_stroke_linecap_) | vg::attr_stroke_linecap< line > | inline |
stroke_linecap(stroke_linecap_e &&_stroke_linecap_) | vg::attr_stroke_linecap< line > | inline |
stroke_linejoin(stroke_linejoin_e &_stroke_linejoin_) | vg::attr_stroke_linejoin< line > | inline |
stroke_linejoin(stroke_linejoin_e &&_stroke_linejoin_) | vg::attr_stroke_linejoin< line > | inline |
stroke_miterlimit(int &_stroke_miterlimit_) | vg::attr_stroke_miterlimit< line > | inline |
stroke_miterlimit(int &&_stroke_miterlimit_) | vg::attr_stroke_miterlimit< line > | inline |
stroke_opacity(float &_stroke_opacity_) | vg::attr_stroke_opacity< line > | inline |
stroke_opacity(float &&_stroke_opacity_) | vg::attr_stroke_opacity< line > | inline |
stroke_width(const quantify::quantity_t< UNIT, T > &_stroke_width_) | vg::attr_stroke_width< line > | inline |
stroke_width(quantify::quantity_t< UNIT, T > &&_stroke_width_) | vg::attr_stroke_width< line > | inline |
stroke_width(const int &_stroke_width_) | vg::attr_stroke_width< line > | inline |
stroke_width(int &&_stroke_width_) | vg::attr_stroke_width< line > | inline |
x1(const quantify::quantity_t< UNIT, T > &_x1_) | vg::attr_x1< line > | inline |
x1(quantify::quantity_t< UNIT, T > &&_x1_) | vg::attr_x1< line > | inline |
x1(const int &_x1_) | vg::attr_x1< line > | inline |
x1(int &&_x1_) | vg::attr_x1< line > | inline |
x2(const quantify::quantity_t< UNIT, T > &_x2_) | vg::attr_x2< line > | inline |
x2(quantify::quantity_t< UNIT, T > &&_x2_) | vg::attr_x2< line > | inline |
x2(const int &_x2_) | vg::attr_x2< line > | inline |
x2(int &&_x2_) | vg::attr_x2< line > | inline |
y1(const quantify::quantity_t< UNIT, T > &_y1_) | vg::attr_y1< line > | inline |
y1(quantify::quantity_t< UNIT, T > &&_y1_) | vg::attr_y1< line > | inline |
y1(const int &_y1_) | vg::attr_y1< line > | inline |
y1(int &&_y1_) | vg::attr_y1< line > | inline |
y2(const quantify::quantity_t< UNIT, T > &_y2_) | vg::attr_y2< line > | inline |
y2(quantify::quantity_t< UNIT, T > &&_y2_) | vg::attr_y2< line > | inline |
y2(const int &_y2_) | vg::attr_y2< line > | inline |
y2(int &&_y2_) | vg::attr_y2< line > | inline |
~element_t()=default | vg::element_t | virtual |
~line() override | vg::line | inline |