This class implements the redo dialog. More...
#include <DlgUndoRedo.h>
Public Member Functions | |
RedoDialog (QWidget *parent=0) | |
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... | |
Detailed Description
This class implements the redo dialog.
Constructor & Destructor Documentation
◆ RedoDialog()
RedoDialog::RedoDialog | ( | QWidget * | parent = 0 | ) |
Constructs a UndoRedoDialog which is a child of 'parent', with the name 'name'.
'
References onFetchInfo().
◆ ~RedoDialog()
|
virtual |
Destroys the object and frees any allocated resources.
Member Function Documentation
◆ onFetchInfo
|
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::BaseView::getGuiDocument(), Gui::getMainWindow(), Gui::Document::getRedoVector(), onSelected(), Gui::EditorView::redoActions(), and Gui::TextDocumentEditorView::redoActions().
Referenced by RedoDialog().
◆ onSelected
|
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().
The documentation for this class was generated from the following files:
- src/Gui/DlgUndoRedo.h
- src/Gui/DlgUndoRedo.cpp