|
FlowArithmeticCalculator 1.0.0
Flow Arithmetic Calculator
|
Delegate that is notified when a new block is chosen to be added to the canvas. More...
#include <INewBlockChoiceDelegate.h>
Inheritance diagram for business_logic::delegate::INewBlockChoiceDelegate:
Collaboration diagram for business_logic::delegate::INewBlockChoiceDelegate:Public Member Functions | |
| virtual | ~INewBlockChoiceDelegate ()=default |
| virtual void | onNewBlockChoice (const business_logic::elements::blocks::BlockType &blockType)=0 |
| Called when a new block is chosen. | |
Delegate that is notified when a new block is chosen to be added to the canvas.
Definition at line 10 of file INewBlockChoiceDelegate.h.
|
virtualdefault |
|
pure virtual |
Called when a new block is chosen.
| blockType | The type of the block that was chosen |
Implemented in business_logic::BlocksManager.