|
FlowArithmeticCalculator 1.0.0
Flow Arithmetic Calculator
|
Interface for elements that can be double-clicked. More...
#include <IDoubleClickable.h>
Inheritance diagram for business_logic::elements::interactions::IDoubleClickable:
Collaboration diagram for business_logic::elements::interactions::IDoubleClickable:Public Member Functions | |
| virtual | ~IDoubleClickable ()=default |
| virtual void | onDoubleClick (int x, int y)=0 |
| Called when the element is double-clicked. | |
Interface for elements that can be double-clicked.
Definition at line 9 of file IDoubleClickable.h.
|
virtualdefault |
|
pure virtual |
Called when the element is double-clicked.
| x | X coordinate of the 2nd double-click event |
| y | Y coordinate of the 2nd double-click event |
Implemented in business_logic::elements::blocks::ConstantBlock.
Referenced by business_logic::BlocksManager::handleMouseDown().
Here is the caller graph for this function: