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

y1 - 1st point y-axis coordinate More...

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

Public Member Functions

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

Public Attributes

int _y1 = 0
 

Detailed Description

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

y1 - 1st point y-axis coordinate

Definition at line 333 of file attributes.cppm.

Member Function Documentation

◆ y1() [1/4]

template<typename E>
E & vg::attr_y1< E >::y1 ( const int & _y1_)
inlineexport

Definition at line 333 of file attributes.cppm.

◆ y1() [2/4]

template<typename E>
template<typename UNIT, typename T>
E & vg::attr_y1< E >::y1 ( const quantify::quantity_t< UNIT, T > & _y1_)
inlineexport

Definition at line 333 of file attributes.cppm.

◆ y1() [3/4]

template<typename E>
E & vg::attr_y1< E >::y1 ( int && _y1_)
inlineexport

Definition at line 333 of file attributes.cppm.

◆ y1() [4/4]

template<typename E>
template<typename UNIT, typename T>
E & vg::attr_y1< E >::y1 ( quantify::quantity_t< UNIT, T > && _y1_)
inlineexport

Definition at line 333 of file attributes.cppm.


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