* Add a measurement to the control point, taking ownership of the measure in * the process. * * @param measure The ControlMeasure to add */
| 220 | * @param measure The ControlMeasure to add |
| 221 | */ |
| 222 | void ControlPoint::Add(ControlMeasure *measure) { |
| 223 | PointModified(); |
| 224 | AddMeasure(measure); |
| 225 | } |
| 226 | |
| 227 | |
| 228 | /** |
no outgoing calls