Index implementation for addressing elements in 2D-space.
Base interface for all used interfaces and implementations.
Common interface for all shapes which are mouse events receiver.
virtual bool OnMouseButton(istd::CIndex2d position, Qt::MouseButton buttonType, bool downFlag)=0
It is called, when mouse button is pushed down or up on this object.
virtual bool OnMouseMove(istd::CIndex2d position)=0
It is called, when mouse is moved.
In this library is defined 2D view concept and standard visualisation objects.