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

hidden - replaces display="none" from SVG More...

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

Public Member Functions

E & hidden (bool &_hidden_)
 
E & hidden (bool &&_hidden_)
 

Public Attributes

bool _hidden = 1.0
 

Detailed Description

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

hidden - replaces display="none" from SVG

Definition at line 370 of file attributes.cppm.

Member Function Documentation

◆ hidden() [1/2]

template<typename E>
E & vg::attr_hidden< E >::hidden ( bool && _hidden_)
inlineexport

Definition at line 370 of file attributes.cppm.

◆ hidden() [2/2]

template<typename E>
E & vg::attr_hidden< E >::hidden ( bool & _hidden_)
inlineexport

Definition at line 370 of file attributes.cppm.


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