|
LMMS
|
Debug implementation of EventSink. More...
#include <ctl_curve.h>
Public Member Functions | |
| virtual void | curve_changed (CalfCurve *src, const point_vector &data) |
| Called when a point has been edited, added or removed. | |
| Public Member Functions inherited from CalfCurve::EventAdapter | |
| virtual void | clip (CalfCurve *src, int pt, float &x, float &y, bool &hide) |
| Called to clip/snap/otherwise adjust candidate point coordinates. | |
| Public Member Functions inherited from CalfCurve::EventSink | |
| virtual | ~EventSink () |
Debug implementation of EventSink.
|
inlinevirtual |
Called when a point has been edited, added or removed.
Reimplemented from CalfCurve::EventAdapter.