|
class AddOrnamentThis operation adds an ornament to a note. #include <addOrnament.h> Inherits: Operation |
This operation adds an ornament to a note. In case the operation is undone, the element has to be deleted when the operation-instance is deleted. For this reason, a _delete element is used...
AddOrnament (Ornament * o, Note * note)
example: new AddOrnament(new Expression(0), new Note());
Generated by: wuerthne@clouseau on Fri Jan 19 23:08:00 200. |