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

y - y-axis coordinate More...

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

Public Member Functions

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

Public Attributes

int _y = 0
 

Detailed Description

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

y - y-axis coordinate

Definition at line 323 of file attributes.cppm.

Member Function Documentation

◆ y() [1/4]

template<typename E>
E & vg::attr_y< E >::y ( const int & _y_)
inlineexport

Definition at line 323 of file attributes.cppm.

◆ y() [2/4]

template<typename E>
template<typename UNIT, typename T>
E & vg::attr_y< E >::y ( const quantify::quantity_t< UNIT, T > & _y_)
inlineexport

Definition at line 323 of file attributes.cppm.

◆ y() [3/4]

template<typename E>
E & vg::attr_y< E >::y ( int && _y_)
inlineexport

Definition at line 323 of file attributes.cppm.

◆ y() [4/4]

template<typename E>
template<typename UNIT, typename T>
E & vg::attr_y< E >::y ( quantify::quantity_t< UNIT, T > && _y_)
inlineexport

Definition at line 323 of file attributes.cppm.


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