This class implements the redo dialog. More...
#include <DlgUndoRedo.h>
Public Member Functions | |
RedoDialog (QWidget *parent=nullptr) | |
Constructs a UndoRedoDialog which is a child of 'parent', with the name 'name'. More... | |
virtual | ~RedoDialog () |
Destroys the object and frees any allocated resources. More... | |
Protected Slots | |
void | onFetchInfo () |
This method fetches the undo / redo information from the active document and shows it in the undo / redo dialog. More... | |
void | onSelected () |
Closes the dialog and sends the message 'Redo' to the currently active MDI view. More... | |
This class implements the redo dialog.
RedoDialog::RedoDialog | ( | QWidget * | parent = nullptr | ) |
Constructs a UndoRedoDialog which is a child of 'parent', with the name 'name'.
'
References draftgeoutils.intersections::connect(), and onFetchInfo().
|
virtual |
Destroys the object and frees any allocated resources.
|
protectedslot |
This method fetches the undo / redo information from the active document and shows it in the undo / redo dialog.
References Gui::MainWindow::activeWindow(), Gui::getMainWindow(), onSelected(), and Gui::MDIView::redoActions().
Referenced by RedoDialog().
|
protectedslot |
Closes the dialog and sends the message 'Redo' to the currently active MDI view.
References Gui::Application::Instance, and Gui::Application::sendMsgToActiveView().
Referenced by onFetchInfo().