AUI Framework  master
Cross-platform base for C++ UI apps
Loading...
Searching...
No Matches
aui::react::DependencyObserver Struct Referenceabstract

Public Member Functions#

virtual void invalidate ()=0
 
- Public Member Functions inherited from AObjectBase
 AObjectBase (AObjectBase &&rhs) noexcept
 
 AObjectBase (const AObjectBase &rhs) noexcept
 
AObjectBaseoperator= (const AObjectBase &rhs) noexcept
 
AObjectBaseoperator= (AObjectBase &&rhs) noexcept
 

Additional Inherited Members#

- Static Public Attributes inherited from AObjectBase
static ASpinlockMutex SIGNAL_SLOT_GLOBAL_SYNC
 
- Protected Member Functions inherited from AObjectBase
void clearAllIngoingConnections () noexcept
 
virtual void handleSlotException (std::exception_ptr exception)
 Called then an exception has thrown during slot processing of the signal emitted by this object.
 

Member Function Documentation#

◆ invalidate()#

virtual void aui::react::DependencyObserver::invalidate ( )
pure virtual