CYD-UI
A C++ library for building native graphic user interfaces
Loading...
Searching...
No Matches
vg::group Struct Referenceexport
+ 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 >
groupcx (const quantify::quantity_t< UNIT, T > &_cx_)
 
groupcx (quantify::quantity_t< UNIT, T > &&_cx_)
 
groupcx (const int &_cx_)
 
groupcx (int &&_cx_)
 
- Public Member Functions inherited from vg::attr_hidden< group >
grouphidden (bool &_hidden_)
 
grouphidden (bool &&_hidden_)
 
- Public Member Functions inherited from vg::attr_opacity< group >
groupopacity (float &_opacity_)
 
groupopacity (float &&_opacity_)
 
- Public Member Functions inherited from vg::attr_fill< group >
groupfill (vg::paint::type &_fill_)
 
groupfill (vg::paint::type &&_fill_)
 
groupfill (vg::paint::solid &_fill_)
 
groupfill (vg::paint::solid &&_fill_)
 
groupfill (vg::paint::gradient::linear &_fill_)
 
groupfill (vg::paint::gradient::linear &&_fill_)
 
groupfill (vg::paint::gradient::radial &_fill_)
 
groupfill (vg::paint::gradient::radial &&_fill_)
 
- Public Member Functions inherited from vg::attr_fill_opacity< group >
groupfill_opacity (double &_fill_opacity_)
 
groupfill_opacity (double &&_fill_opacity_)
 
- Public Member Functions inherited from vg::attr_fill_rule< group >
groupfill_rule (fill_rule_e &_fill_rule_)
 
groupfill_rule (fill_rule_e &&_fill_rule_)
 
- Public Member Functions inherited from vg::attr_stroke< group >
groupstroke (vg::paint::type &_stroke_)
 
groupstroke (vg::paint::type &&_stroke_)
 
groupstroke (vg::paint::solid &_stroke_)
 
groupstroke (vg::paint::solid &&_stroke_)
 
groupstroke (vg::paint::gradient::linear &_stroke_)
 
groupstroke (vg::paint::gradient::linear &&_stroke_)
 
groupstroke (vg::paint::gradient::radial &_stroke_)
 
groupstroke (vg::paint::gradient::radial &&_stroke_)
 
- Public Member Functions inherited from vg::attr_stroke_width< group >
groupstroke_width (const quantify::quantity_t< UNIT, T > &_stroke_width_)
 
groupstroke_width (quantify::quantity_t< UNIT, T > &&_stroke_width_)
 
groupstroke_width (const int &_stroke_width_)
 
groupstroke_width (int &&_stroke_width_)
 
- Public Member Functions inherited from vg::attr_stroke_opacity< group >
groupstroke_opacity (float &_stroke_opacity_)
 
groupstroke_opacity (float &&_stroke_opacity_)
 
- Public Member Functions inherited from vg::attr_stroke_miterlimit< group >
groupstroke_miterlimit (int &_stroke_miterlimit_)
 
groupstroke_miterlimit (int &&_stroke_miterlimit_)
 
- Public Member Functions inherited from vg::attr_stroke_dasharray< group >
groupstroke_dasharray (std::valarray< double > &_stroke_dasharray_)
 
groupstroke_dasharray (std::valarray< double > &&_stroke_dasharray_)
 
- Public Member Functions inherited from vg::attr_stroke_dashoffset< group >
groupstroke_dashoffset (double &_stroke_dashoffset_)
 
groupstroke_dashoffset (double &&_stroke_dashoffset_)
 
- Public Member Functions inherited from vg::attr_stroke_linejoin< group >
groupstroke_linejoin (stroke_linejoin_e &_stroke_linejoin_)
 
groupstroke_linejoin (stroke_linejoin_e &&_stroke_linejoin_)
 
- Public Member Functions inherited from vg::attr_stroke_linecap< group >
groupstroke_linecap (stroke_linecap_e &_stroke_linecap_)
 
groupstroke_linecap (stroke_linecap_e &&_stroke_linecap_)
 
- Public Member Functions inherited from vg::accepts_content< group >
accepts_contentwith (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
 

Detailed Description

Definition at line 26 of file group.cppm.

Constructor & Destructor Documentation

◆ group()

vg::group::group ( )
inlineexport

Definition at line 33 of file group.cppm.

◆ ~group()

vg::group::~group ( )
inlineoverrideexport

Definition at line 36 of file group.cppm.

Member Function Documentation

◆ apply_to()

void vg::group::apply_to ( pixelmap_editor_t & editor) const
inlineoverrideexportvirtual

Implements vg::element_t.

Definition at line 39 of file group.cppm.

+ Here is the call graph for this function:

◆ get_footprint()

footprint vg::group::get_footprint ( ) const
inlineoverrideexportvirtual

Implements vg::element_t.

Definition at line 43 of file group.cppm.


The documentation for this struct was generated from the following file: