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

x - x-axis coordinate More...

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

Public Member Functions

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

Public Attributes

int _x = 0
 

Detailed Description

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

x - x-axis coordinate

Definition at line 321 of file attributes.cppm.

Member Function Documentation

◆ x() [1/4]

template<typename E>
E & vg::attr_x< E >::x ( const int & _x_)
inlineexport

Definition at line 321 of file attributes.cppm.

◆ x() [2/4]

template<typename E>
template<typename UNIT, typename T>
E & vg::attr_x< E >::x ( const quantify::quantity_t< UNIT, T > & _x_)
inlineexport

Definition at line 321 of file attributes.cppm.

◆ x() [3/4]

template<typename E>
E & vg::attr_x< E >::x ( int && _x_)
inlineexport

Definition at line 321 of file attributes.cppm.

◆ x() [4/4]

template<typename E>
template<typename UNIT, typename T>
E & vg::attr_x< E >::x ( quantify::quantity_t< UNIT, T > && _x_)
inlineexport

Definition at line 321 of file attributes.cppm.


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