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

class More...

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

Public Member Functions

E & style_class (std::vector< std::string > &_style_class_)
 
E & style_class (std::vector< std::string > &&_style_class_)
 

Public Attributes

std::vector< std::string > _style_class = std::vector<std::string>{}
 

Detailed Description

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

class

Definition at line 318 of file attributes.cppm.

Member Function Documentation

◆ style_class() [1/2]

template<typename E>
E & vg::attr_style_class< E >::style_class ( std::vector< std::string > && _style_class_)
inlineexport

Definition at line 318 of file attributes.cppm.

◆ style_class() [2/2]

template<typename E>
E & vg::attr_style_class< E >::style_class ( std::vector< std::string > & _style_class_)
inlineexport

Definition at line 318 of file attributes.cppm.


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