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

cx - center x-axis coordinate More...

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

Public Member Functions

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

Public Attributes

int _cx = 0
 

Detailed Description

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

cx - center x-axis coordinate

Definition at line 339 of file attributes.cppm.

Member Function Documentation

◆ cx() [1/4]

template<typename E>
E & vg::attr_cx< E >::cx ( const int & _cx_)
inlineexport

Definition at line 339 of file attributes.cppm.

◆ cx() [2/4]

template<typename E>
template<typename UNIT, typename T>
E & vg::attr_cx< E >::cx ( const quantify::quantity_t< UNIT, T > & _cx_)
inlineexport

Definition at line 339 of file attributes.cppm.

◆ cx() [3/4]

template<typename E>
E & vg::attr_cx< E >::cx ( int && _cx_)
inlineexport

Definition at line 339 of file attributes.cppm.

◆ cx() [4/4]

template<typename E>
template<typename UNIT, typename T>
E & vg::attr_cx< E >::cx ( quantify::quantity_t< UNIT, T > && _cx_)
inlineexport

Definition at line 339 of file attributes.cppm.


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