CYD-UI
A C++ library for building native graphic user interfaces
Loading...
Searching...
No Matches
cydui::components::simple_style_t Struct Referenceexport
+ Inheritance diagram for cydui::components::simple_style_t:
+ Collaboration diagram for cydui::components::simple_style_t:

Additional Inherited Members

- Public Attributes inherited from cydui::components::style_base_t
dimension_t x
 
dimension_t y
 
dimension_t width
 
dimension_t height
 
four_sided_property< dimension_tmargin
 
four_sided_property< dimension_tpadding
 
vg::paint::type background {vg::paint::type::make(vg::paint::solid("#00000000"_color))}
 
four_sided_property< vg::paint::typeborder
 
four_sided_property< int > border_width {0, 0, 0, 0}
 
four_cornered_property< int > border_radius {0, 0, 0, 0}
 
four_sided_property< std::valarray< double > > border_dasharray {}
 
la::scalar opacity {1.0f}
 
la::scalar translate_x {0.0f}
 
la::scalar translate_y {0.0f}
 
la::scalar scale_x {1.0f}
 
la::scalar scale_y {1.0f}
 
angle_type rotation {0.0f}
 

Detailed Description

Definition at line 71 of file component_style.cppm.


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