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

pivot_y - rotate pivot y-axis coordinate More...

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

Public Member Functions

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

Public Attributes

int _pivot_y = 0
 

Detailed Description

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

pivot_y - rotate pivot y-axis coordinate

Definition at line 347 of file attributes.cppm.

Member Function Documentation

◆ pivot_y() [1/4]

template<typename E>
E & vg::attr_pivot_y< E >::pivot_y ( const int & _pivot_y_)
inlineexport

Definition at line 347 of file attributes.cppm.

◆ pivot_y() [2/4]

template<typename E>
template<typename UNIT, typename T>
E & vg::attr_pivot_y< E >::pivot_y ( const quantify::quantity_t< UNIT, T > & _pivot_y_)
inlineexport

Definition at line 347 of file attributes.cppm.

◆ pivot_y() [3/4]

template<typename E>
E & vg::attr_pivot_y< E >::pivot_y ( int && _pivot_y_)
inlineexport

Definition at line 347 of file attributes.cppm.

◆ pivot_y() [4/4]

template<typename E>
template<typename UNIT, typename T>
E & vg::attr_pivot_y< E >::pivot_y ( quantify::quantity_t< UNIT, T > && _pivot_y_)
inlineexport

Definition at line 347 of file attributes.cppm.


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