예제 #1
0
void
SymbolInserter::slotSelectSelected()
{
    invokeInParentView("select");
}
예제 #2
0
void
SymbolInserter::slotNotesSelected()
{
    invokeInParentView("draw");
}
예제 #3
0
void
SymbolInserter::slotEraseSelected()
{
    invokeInParentView("erase");
}
예제 #4
0
void
MatrixTool::slotEraseSelected()
{
    invokeInParentView("erase");
}
예제 #5
0
void
MatrixTool::slotResizeSelected()
{
    invokeInParentView("resize");
}
예제 #6
0
void
MatrixTool::slotMoveSelected()
{
    invokeInParentView("move");
}
예제 #7
0
void
MatrixTool::slotSelectSelected()
{
    invokeInParentView("select");
}
예제 #8
0
void 
MatrixTool::slotVelocityChangeSelected()
{
    invokeInParentView("velocity");
}
예제 #9
0
void
MatrixTool::slotDrawSelected()
{
    invokeInParentView("draw");
}
예제 #10
0
void
ClefInserter::slotSelectSelected()
{
    invokeInParentView("select");
}