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

x2 - 2nd point x-axis coordinate More...

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

Public Member Functions

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

Public Attributes

int _x2 = 0
 

Detailed Description

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

x2 - 2nd point x-axis coordinate

Definition at line 335 of file attributes.cppm.

Member Function Documentation

◆ x2() [1/4]

template<typename E>
E & vg::attr_x2< E >::x2 ( const int & _x2_)
inlineexport

Definition at line 335 of file attributes.cppm.

◆ x2() [2/4]

template<typename E>
template<typename UNIT, typename T>
E & vg::attr_x2< E >::x2 ( const quantify::quantity_t< UNIT, T > & _x2_)
inlineexport

Definition at line 335 of file attributes.cppm.

◆ x2() [3/4]

template<typename E>
E & vg::attr_x2< E >::x2 ( int && _x2_)
inlineexport

Definition at line 335 of file attributes.cppm.

◆ x2() [4/4]

template<typename E>
template<typename UNIT, typename T>
E & vg::attr_x2< E >::x2 ( quantify::quantity_t< UNIT, T > && _x2_)
inlineexport

Definition at line 335 of file attributes.cppm.


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