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

height More...

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

Public Member Functions

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

Public Attributes

int _h = 0
 

Detailed Description

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

height

Definition at line 367 of file attributes.cppm.

Member Function Documentation

◆ h() [1/4]

template<typename E>
E & vg::attr_h< E >::h ( const int & _h_)
inlineexport

Definition at line 367 of file attributes.cppm.

◆ h() [2/4]

template<typename E>
template<typename UNIT, typename T>
E & vg::attr_h< E >::h ( const quantify::quantity_t< UNIT, T > & _h_)
inlineexport

Definition at line 367 of file attributes.cppm.

◆ h() [3/4]

template<typename E>
E & vg::attr_h< E >::h ( int && _h_)
inlineexport

Definition at line 367 of file attributes.cppm.

◆ h() [4/4]

template<typename E>
template<typename UNIT, typename T>
E & vg::attr_h< E >::h ( quantify::quantity_t< UNIT, T > && _h_)
inlineexport

Definition at line 367 of file attributes.cppm.


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