![]() |
HydroCouple
2.0.0
HydroCouple Interface Definitions
|
IPropertyChanged interface is used to emit signal/event when a property of an object changes. More...
#include <hydrocouple.h>
Public Member Functions | |
virtual | ~IPropertyChanged ()=default |
IPropertyChanged::~IPropertyChanged is a virtual destructor. | |
![]() | |
virtual | ~ISignal ()=default |
ISignal::~ISignal is a virtual destructor. | |
virtual void | connect (const shared_ptr< ISlot< Args... > > &slot)=0 |
connect is used to connect a slot to the signal. | |
virtual void | disconnect (const shared_ptr< ISlot< Args... > > &slot)=0 |
disconnect is used to disconnect a slot from the signal. | |
virtual void | blockSignals (bool block)=0 |
blockSignals is used to block signals from being emitted. | |
Additional Inherited Members | |
![]() | |
virtual void | emit (Args... args)=0 |
emit is used to emit the signal. | |
IPropertyChanged interface is used to emit signal/event when a property of an object changes.
|
virtualdefault |
IPropertyChanged::~IPropertyChanged is a virtual destructor.