VICI  0.11.815
Visual Chart Interpreter
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Public Member Functions | List of all members
VICI::Symbol::SymbolOwner Class Referenceabstract

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...
 

Detailed Description

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.

Member Function Documentation

virtual void VICI::Symbol::SymbolOwner::dragged ( double  x,
double  y 
)
pure virtual

the object was moved

Parameters
xthe new x coordinate of the symbol
ythe new y coordinate of the symbol
virtual void VICI::Symbol::SymbolOwner::opened ( )
pure virtual

the object was opened


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