void SymbolInserter::slotSelectSelected() { invokeInParentView("select"); }
void SymbolInserter::slotNotesSelected() { invokeInParentView("draw"); }
void SymbolInserter::slotEraseSelected() { invokeInParentView("erase"); }
void MatrixTool::slotEraseSelected() { invokeInParentView("erase"); }
void MatrixTool::slotResizeSelected() { invokeInParentView("resize"); }
void MatrixTool::slotMoveSelected() { invokeInParentView("move"); }
void MatrixTool::slotSelectSelected() { invokeInParentView("select"); }
void MatrixTool::slotVelocityChangeSelected() { invokeInParentView("velocity"); }
void MatrixTool::slotDrawSelected() { invokeInParentView("draw"); }
void ClefInserter::slotSelectSelected() { invokeInParentView("select"); }