|
LMMS
|
Public Member Functions | |
| curve_param_control_callback (curve_param_control *_ctl) | |
| virtual void | curve_changed (CalfCurve *src, const CalfCurve::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 () |
Public Attributes | |
| curve_param_control * | ctl |
|
inline |
|
inlinevirtual |
Called to clip/snap/otherwise adjust candidate point coordinates.
Reimplemented from CalfCurve::EventAdapter.
|
inlinevirtual |
Called when a point has been edited, added or removed.
Reimplemented from CalfCurve::EventAdapter.
| curve_param_control* curve_param_control_callback::ctl |