AUI Framework  master
Cross-platform base for C++ UI apps
Loading...
Searching...
No Matches
AObjectBase Class Reference

Public Member Functions#

 AObjectBase (AObjectBase &&rhs) noexcept
 
 AObjectBase (const AObjectBase &rhs) noexcept
 
AObjectBaseoperator= (const AObjectBase &rhs) noexcept
 
AObjectBaseoperator= (AObjectBase &&rhs) noexcept
 

Static Public Attributes#

static ASpinlockMutex SIGNAL_SLOT_GLOBAL_SYNC
 

Protected Member Functions#

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.