1 #ifndef CANVASMOVABLESCALLABLE_HPP_INCLUDED
2 #define CANVASMOVABLESCALLABLE_HPP_INCLUDED
15 virtual double GetScrollChange()
const;
17 virtual void ScaleMouseWheel(
Point newPos,
int wheelDelta);
18 virtual void OnRightDown(
Point newPos);
19 virtual void OnRightUp();
20 virtual void OnMove(
Point newPos);
24 void loadRefSystem(
Point newPos,
Point savedRefSystem );
27 bool m_doMoveRefSystem;
31 #endif // CANVASMOVABLESCALLABLE_HPP_INCLUDED