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

Hovered LESS-style subselector. More...

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

Public Member Functions#

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

Additional Inherited Members#

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

Detailed Description#

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
Hovered LESS-style subselector.
Definition on_state.h:42