AUI Framework
master
Cross-platform base for C++ UI apps
|
Public Member Functions# | |
AObjectBase (AObjectBase &&rhs) noexcept | |
AObjectBase (const AObjectBase &rhs) noexcept | |
AObjectBase & | operator= (const AObjectBase &rhs) noexcept |
AObjectBase & | operator= (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. | |