|
VICI
0.11.815
Visual Chart Interpreter
|
Represents something that is notified about events occurring on a symbol. More...
#include <vici/vici.h>
Public Member Functions | |
| virtual | ~SymbolOwner () |
| virtual destructor | |
| virtual void | selected ()=0 |
| the object has become selected | |
| virtual void | opened ()=0 |
| virtual void | dragged (double x, double y)=0 |
| the object was moved More... | |
Represents something that is notified about events occurring on a symbol.
The object that owns the symbol gets called via this interface when the user interacts with the symbol.
|
pure virtual |
the object was moved
| x | the new x coordinate of the symbol |
| y | the new y coordinate of the symbol |
|
pure virtual |
the object was opened
1.8.5