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

ry - radius in y-axis More...

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

Public Member Functions

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

Public Attributes

int _ry = 0
 

Detailed Description

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

ry - radius in y-axis

Definition at line 329 of file attributes.cppm.

Member Function Documentation

◆ ry() [1/4]

template<typename E>
E & vg::attr_ry< E >::ry ( const int & _ry_)
inlineexport

Definition at line 329 of file attributes.cppm.

◆ ry() [2/4]

template<typename E>
template<typename UNIT, typename T>
E & vg::attr_ry< E >::ry ( const quantify::quantity_t< UNIT, T > & _ry_)
inlineexport

Definition at line 329 of file attributes.cppm.

◆ ry() [3/4]

template<typename E>
E & vg::attr_ry< E >::ry ( int && _ry_)
inlineexport

Definition at line 329 of file attributes.cppm.

◆ ry() [4/4]

template<typename E>
template<typename UNIT, typename T>
E & vg::attr_ry< E >::ry ( quantify::quantity_t< UNIT, T > && _ry_)
inlineexport

Definition at line 329 of file attributes.cppm.


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