![]() |
CYD-UI
A C++ library for building native graphic user interfaces
|
Inheritance diagram for vg::group:
Collaboration diagram for vg::group:Public Member Functions | |
| group () | |
| ~group () 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_cx< group > | |
| group & | cx (const quantify::quantity_t< UNIT, T > &_cx_) |
| group & | cx (quantify::quantity_t< UNIT, T > &&_cx_) |
| group & | cx (const int &_cx_) |
| group & | cx (int &&_cx_) |
Public Member Functions inherited from vg::attr_hidden< group > | |
| group & | hidden (bool &_hidden_) |
| group & | hidden (bool &&_hidden_) |
Public Member Functions inherited from vg::attr_opacity< group > | |
| group & | opacity (float &_opacity_) |
| group & | opacity (float &&_opacity_) |
Public Member Functions inherited from vg::attr_fill< group > | |
| group & | fill (vg::paint::type &_fill_) |
| group & | fill (vg::paint::type &&_fill_) |
| group & | fill (vg::paint::solid &_fill_) |
| group & | fill (vg::paint::solid &&_fill_) |
| group & | fill (vg::paint::gradient::linear &_fill_) |
| group & | fill (vg::paint::gradient::linear &&_fill_) |
| group & | fill (vg::paint::gradient::radial &_fill_) |
| group & | fill (vg::paint::gradient::radial &&_fill_) |
Public Member Functions inherited from vg::attr_fill_opacity< group > | |
| group & | fill_opacity (double &_fill_opacity_) |
| group & | fill_opacity (double &&_fill_opacity_) |
Public Member Functions inherited from vg::attr_fill_rule< group > | |
| group & | fill_rule (fill_rule_e &_fill_rule_) |
| group & | fill_rule (fill_rule_e &&_fill_rule_) |
Public Member Functions inherited from vg::attr_stroke< group > | |
| group & | stroke (vg::paint::type &_stroke_) |
| group & | stroke (vg::paint::type &&_stroke_) |
| group & | stroke (vg::paint::solid &_stroke_) |
| group & | stroke (vg::paint::solid &&_stroke_) |
| group & | stroke (vg::paint::gradient::linear &_stroke_) |
| group & | stroke (vg::paint::gradient::linear &&_stroke_) |
| group & | stroke (vg::paint::gradient::radial &_stroke_) |
| group & | stroke (vg::paint::gradient::radial &&_stroke_) |
Public Member Functions inherited from vg::attr_stroke_width< group > | |
| group & | stroke_width (const quantify::quantity_t< UNIT, T > &_stroke_width_) |
| group & | stroke_width (quantify::quantity_t< UNIT, T > &&_stroke_width_) |
| group & | stroke_width (const int &_stroke_width_) |
| group & | stroke_width (int &&_stroke_width_) |
Public Member Functions inherited from vg::attr_stroke_opacity< group > | |
| group & | stroke_opacity (float &_stroke_opacity_) |
| group & | stroke_opacity (float &&_stroke_opacity_) |
Public Member Functions inherited from vg::attr_stroke_miterlimit< group > | |
| group & | stroke_miterlimit (int &_stroke_miterlimit_) |
| group & | stroke_miterlimit (int &&_stroke_miterlimit_) |
Public Member Functions inherited from vg::attr_stroke_dasharray< group > | |
| group & | stroke_dasharray (std::valarray< double > &_stroke_dasharray_) |
| group & | stroke_dasharray (std::valarray< double > &&_stroke_dasharray_) |
Public Member Functions inherited from vg::attr_stroke_dashoffset< group > | |
| group & | stroke_dashoffset (double &_stroke_dashoffset_) |
| group & | stroke_dashoffset (double &&_stroke_dashoffset_) |
Public Member Functions inherited from vg::attr_stroke_linejoin< group > | |
| group & | stroke_linejoin (stroke_linejoin_e &_stroke_linejoin_) |
| group & | stroke_linejoin (stroke_linejoin_e &&_stroke_linejoin_) |
Public Member Functions inherited from vg::attr_stroke_linecap< group > | |
| group & | stroke_linecap (stroke_linecap_e &_stroke_linecap_) |
| group & | stroke_linecap (stroke_linecap_e &&_stroke_linecap_) |
Public Member Functions inherited from vg::accepts_content< group > | |
| accepts_content & | with (std::vector< std::variant< T... > > _content_) |
Additional Inherited Members | |
Public Attributes inherited from vg::element_t | |
| int | origin_x = 0 |
| int | origin_y = 0 |
Public Attributes inherited from vg::attr_cx< group > | |
| int | _cx |
Public Attributes inherited from vg::attr_hidden< group > | |
| bool | _hidden |
Public Attributes inherited from vg::attr_opacity< group > | |
| float | _opacity |
Public Attributes inherited from vg::attr_fill< group > | |
| vg::paint::type | _fill |
Public Attributes inherited from vg::attr_fill_opacity< group > | |
| double | _fill_opacity |
Public Attributes inherited from vg::attr_fill_rule< group > | |
| fill_rule_e | _fill_rule |
Public Attributes inherited from vg::attr_stroke< group > | |
| vg::paint::type | _stroke |
Public Attributes inherited from vg::attr_stroke_width< group > | |
| int | _stroke_width |
Public Attributes inherited from vg::attr_stroke_opacity< group > | |
| float | _stroke_opacity |
Public Attributes inherited from vg::attr_stroke_miterlimit< group > | |
| int | _stroke_miterlimit |
Public Attributes inherited from vg::attr_stroke_dasharray< group > | |
| std::valarray< double > | _stroke_dasharray |
Public Attributes inherited from vg::attr_stroke_dashoffset< group > | |
| double | _stroke_dashoffset |
Public Attributes inherited from vg::attr_stroke_linejoin< group > | |
| stroke_linejoin_e | _stroke_linejoin |
Public Attributes inherited from vg::attr_stroke_linecap< group > | |
| stroke_linecap_e | _stroke_linecap |
Public Attributes inherited from vg::accepts_content< group > | |
| std::vector< std::variant< T... > > | content |
Protected Member Functions inherited from vg::attrs_fill< group > | |
| 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< group > | |
| 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 26 of file group.cppm.
|
inlineexport |
Definition at line 33 of file group.cppm.
|
inlineoverrideexport |
Definition at line 36 of file group.cppm.
|
inlineoverrideexportvirtual |
Implements vg::element_t.
Definition at line 39 of file group.cppm.
Here is the call graph for this function:
|
inlineoverrideexportvirtual |
Implements vg::element_t.
Definition at line 43 of file group.cppm.