virtual void actionPerformed(const ActionEventUnrecPtr e)
    {
		TheUndoManager->undo();
    }
Пример #2
0
void handleUndoButtonAction(ActionEventDetails* const details,
                            UndoManagerPtr TheUndoManager)
{
    TheUndoManager->undo();
}