CYD-UI
A C++ library for building native graphic user interfaces
Loading...
Searching...
No Matches
vg::attr_stroke_width< E > Struct Template Referenceexport

stroke-width More...

+ Inheritance diagram for vg::attr_stroke_width< E >:
+ Collaboration diagram for vg::attr_stroke_width< E >:

Public Member Functions

template<typename UNIT, typename T>
E & stroke_width (const quantify::quantity_t< UNIT, T > &_stroke_width_)
 
template<typename UNIT, typename T>
E & stroke_width (quantify::quantity_t< UNIT, T > &&_stroke_width_)
 
E & stroke_width (const int &_stroke_width_)
 
E & stroke_width (int &&_stroke_width_)
 

Public Attributes

int _stroke_width = 0
 

Detailed Description

template<typename E>
struct vg::attr_stroke_width< E >

stroke-width

Definition at line 409 of file attributes.cppm.

Member Function Documentation

◆ stroke_width() [1/4]

template<typename E>
E & vg::attr_stroke_width< E >::stroke_width ( const int & _stroke_width_)
inlineexport

Definition at line 409 of file attributes.cppm.

◆ stroke_width() [2/4]

template<typename E>
template<typename UNIT, typename T>
E & vg::attr_stroke_width< E >::stroke_width ( const quantify::quantity_t< UNIT, T > & _stroke_width_)
inlineexport

Definition at line 409 of file attributes.cppm.

◆ stroke_width() [3/4]

template<typename E>
E & vg::attr_stroke_width< E >::stroke_width ( int && _stroke_width_)
inlineexport

Definition at line 409 of file attributes.cppm.

◆ stroke_width() [4/4]

template<typename E>
template<typename UNIT, typename T>
E & vg::attr_stroke_width< E >::stroke_width ( quantify::quantity_t< UNIT, T > && _stroke_width_)
inlineexport

Definition at line 409 of file attributes.cppm.


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