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

width More...

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

Public Member Functions

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

Public Attributes

int _w = 0
 

Detailed Description

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

width

Definition at line 365 of file attributes.cppm.

Member Function Documentation

◆ w() [1/4]

template<typename E>
E & vg::attr_w< E >::w ( const int & _w_)
inlineexport

Definition at line 365 of file attributes.cppm.

◆ w() [2/4]

template<typename E>
template<typename UNIT, typename T>
E & vg::attr_w< E >::w ( const quantify::quantity_t< UNIT, T > & _w_)
inlineexport

Definition at line 365 of file attributes.cppm.

◆ w() [3/4]

template<typename E>
E & vg::attr_w< E >::w ( int && _w_)
inlineexport

Definition at line 365 of file attributes.cppm.

◆ w() [4/4]

template<typename E>
template<typename UNIT, typename T>
E & vg::attr_w< E >::w ( quantify::quantity_t< UNIT, T > && _w_)
inlineexport

Definition at line 365 of file attributes.cppm.


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