|
LMMS
|
Null 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. | |
| 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 () |
Null implementation of EventSink.
|
inlinevirtual |
Called to clip/snap/otherwise adjust candidate point coordinates.
Implements CalfCurve::EventSink.
Reimplemented in curve_param_control_callback.
|
inlinevirtual |
Called when a point has been edited, added or removed.
Implements CalfCurve::EventSink.
Reimplemented in CalfCurve::EventTester, and curve_param_control_callback.