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

rx - radius in x-axis More...

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

Public Member Functions

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

Public Attributes

int _rx = 0
 

Detailed Description

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

rx - radius in x-axis

Definition at line 327 of file attributes.cppm.

Member Function Documentation

◆ rx() [1/4]

template<typename E>
E & vg::attr_rx< E >::rx ( const int & _rx_)
inlineexport

Definition at line 327 of file attributes.cppm.

◆ rx() [2/4]

template<typename E>
template<typename UNIT, typename T>
E & vg::attr_rx< E >::rx ( const quantify::quantity_t< UNIT, T > & _rx_)
inlineexport

Definition at line 327 of file attributes.cppm.

◆ rx() [3/4]

template<typename E>
E & vg::attr_rx< E >::rx ( int && _rx_)
inlineexport

Definition at line 327 of file attributes.cppm.

◆ rx() [4/4]

template<typename E>
template<typename UNIT, typename T>
E & vg::attr_rx< E >::rx ( quantify::quantity_t< UNIT, T > && _rx_)
inlineexport

Definition at line 327 of file attributes.cppm.


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