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

cy - center y-axis coordinate More...

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

Public Member Functions

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

Public Attributes

int _cy = 0
 

Detailed Description

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

cy - center y-axis coordinate

Definition at line 341 of file attributes.cppm.

Member Function Documentation

◆ cy() [1/4]

template<typename E>
E & vg::attr_cy< E >::cy ( const int & _cy_)
inlineexport

Definition at line 341 of file attributes.cppm.

◆ cy() [2/4]

template<typename E>
template<typename UNIT, typename T>
E & vg::attr_cy< E >::cy ( const quantify::quantity_t< UNIT, T > & _cy_)
inlineexport

Definition at line 341 of file attributes.cppm.

◆ cy() [3/4]

template<typename E>
E & vg::attr_cy< E >::cy ( int && _cy_)
inlineexport

Definition at line 341 of file attributes.cppm.

◆ cy() [4/4]

template<typename E>
template<typename UNIT, typename T>
E & vg::attr_cy< E >::cy ( quantify::quantity_t< UNIT, T > && _cy_)
inlineexport

Definition at line 341 of file attributes.cppm.


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