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

y2 - 2nd point y-axis coordinate More...

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

Public Member Functions

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

Public Attributes

int _y2 = 0
 

Detailed Description

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

y2 - 2nd point y-axis coordinate

Definition at line 337 of file attributes.cppm.

Member Function Documentation

◆ y2() [1/4]

template<typename E>
E & vg::attr_y2< E >::y2 ( const int & _y2_)
inlineexport

Definition at line 337 of file attributes.cppm.

◆ y2() [2/4]

template<typename E>
template<typename UNIT, typename T>
E & vg::attr_y2< E >::y2 ( const quantify::quantity_t< UNIT, T > & _y2_)
inlineexport

Definition at line 337 of file attributes.cppm.

◆ y2() [3/4]

template<typename E>
E & vg::attr_y2< E >::y2 ( int && _y2_)
inlineexport

Definition at line 337 of file attributes.cppm.

◆ y2() [4/4]

template<typename E>
template<typename UNIT, typename T>
E & vg::attr_y2< E >::y2 ( quantify::quantity_t< UNIT, T > && _y2_)
inlineexport

Definition at line 337 of file attributes.cppm.


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