AUI Framework  master
Cross-platform module-based framework for developing C++20 desktop applications
AAssHelper Class Reference

Remember, ASS is not a butt. ASS is Aui Style Sheets. More...

Detailed Description

Remember, ASS is not a butt. ASS is Aui Style Sheets.

Examples
/github/workspace/aui.views/src/AUI/View/AView.h.

Classes

struct  State
 

Public Member Functions

void onInvalidateFullAss ()
 
void onInvalidateStateAss ()
 
const AVector< ass::Rule > & getPossiblyApplicableRules () const
 
- Public Member Functions inherited from AObject
_< AObjectsharedPtr ()
 
_weak< AObjectweakPtr ()
 
void clearSignals () noexcept
 
template<AAnySignal Signal, ACompatibleSlotFor< Signal > Function>
void connect (Signal &signal, Function &&function)
 
void setSignalsEnabled (bool enabled)
 
bool isSignalsEnabled () const noexcept
 
template<ASignalInvokable T>
void operator^ (T &&t)
 
_< AAbstractThreadgetThread () const
 
bool isSlotsCallsOnlyOnMyThread () const noexcept
 
void setSlotsCallsOnlyOnMyThread (bool slotsCallsOnlyOnMyThread)
 
- Public Member Functions inherited from aui::noncopyable
 noncopyable (const noncopyable &)=delete
 
noncopyableoperator= (const noncopyable &)=delete
 

Signals and public fields

struct AAssHelper::State state
 
emits invalidateFullAss
 
emits invalidateStateAss
 

Friends

class AView
 

Additional Inherited Members

- Static Public Member Functions inherited from AObject
static void disconnect ()
 
template<AAnySignal Signal, aui::derived_from< AObject > Object, ACompatibleSlotFor< Signal > Function>
static void connect (Signal &signal, Object *object, Function &&function)
 
template<AAnySignal Signal, aui::derived_from< AObject > Object, ACompatibleSlotFor< Signal > Function>
static void connect (Signal &signal, Object &object, Function &&function)
 
template<AAnySignal Signal, aui::derived_from< AObject > Object, ACompatibleSlotFor< Signal > Function>
static void connect (Signal &signal, _< Object > object, Function &&function)
 
static void moveToThread (aui::no_escape< AObject > object, _< AAbstractThread > thread)
 
- Protected Member Functions inherited from AObject
void setThread (_< AAbstractThread > thread)
 Set thread of the object.
 

#include <AUI/ASS/AAssHelper.h>


The documentation for this class was generated from the following file:
Inheritance diagram for AAssHelper:
Collaboration diagram for AAssHelper: