AUI Framework  develop
Cross-platform base for C++ UI apps
Loading...
Searching...
No Matches
ass::on_state::Focused Struct Reference

Focused LESS-style subselector. More...

#include <AUI/ASS/Selector/on_state.h>

Public Member Functions

template<typename... Declarations>
 Focused (Declarations &&... declarations)
 
- Public Member Functions inherited from ass::PropertyListRecursive::ConditionalPropertyList
template<typename... Declarations>
 ConditionalPropertyList (AAssSelector selector, Declarations &&... declarations)
 

Additional Inherited Members

- Signals and public fields inherited from ass::PropertyListRecursive::ConditionalPropertyList
AAssSelector selector
 
PropertyListRecursive list
 

Detailed Description

Focused LESS-style subselector.

It's convenient to use it with with_style:

_new<AView>() with_style {
MinSize { 16_dp },
BackgroundSolid { AColor::BLACK },
BackgroundSolid { AColor::RED },
},
},
#define with_style
Allows to define a style to the view right in place.
Definition kAUI.h:287
Represents solid (single color) background.
Definition BackgroundSolid.h:26
Controls the min size of AView.
Definition MinSize.h:28
Focused LESS-style subselector.
Definition on_state.h:88

The documentation for this struct was generated from the following file:
Inheritance diagram for ass::on_state::Focused:
Collaboration diagram for ass::on_state::Focused: