JS8Call-Improved master
Loading...
Searching...
No Matches
TwoPhaseSignal Class Referenceabstract
Inheritance diagram for TwoPhaseSignal:
Collaboration diagram for TwoPhaseSignal:

Public Slots

virtual void onPlumbingCompleted () const =0

Public Member Functions

 TwoPhaseSignal ()
 This is a humble helper class for Qt signals and slots when this mechanism is also used to initialize the data. In that case, we first do the "plumbing" phase, where signals and slots are connected as appropriate. After that has been completed, signals are to be sent in a volley so that an required initial values are being set.

Member Function Documentation

◆ onPlumbingCompleted

virtual void TwoPhaseSignal::onPlumbingCompleted ( ) const
pure virtualslot

Called when the plumbing has been completed. The object should react by fireing its signals.


The documentation for this class was generated from the following files: