AUI Framework  master
Cross-platform module-based framework for developing C++20 desktop applications
declarative::Style Struct Reference

Extra styles wrapper. More...

Detailed Description

Extra styles wrapper.

Button { "Default button" },
Style{
{
c(".btn"),
BackgroundSolid { 0xff0000_rgb },
},
} ({
Button { "Red button" },
Button { "Another red button" },
}),

Public Member Functions

 Style (std::initializer_list< Rule > rules)
 
Styleoperator() (AVector< _< AView > > views)
 
 operator AVector< _< AView > > () noexcept
 

#include <AUI/Util/Declarative.h>


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