Inkscape
Vector Graphics Editor
|
Actions for Undo/Redo tied to document. More...
Go to the source code of this file.
Functions | |
void | add_actions_undo_document (SPDocument *document) |
void | enable_undo_actions (SPDocument *document, bool undo, bool redo) |
Actions for Undo/Redo tied to document.
Authors: Tavmjong Bah
Copyright (C) 2021 Authors
Released under GNU GPL v2+, read the file 'COPYING' for more information.
Definition in file actions-undo-document.h.
void add_actions_undo_document | ( | SPDocument * | document | ) |
Definition at line 101 of file actions-undo-document.cpp.
References SPDocument::getActionGroup(), InkscapeApplication::instance(), raw_data_undo_document, redo(), and undo().
Referenced by SPDocument::SPDocument().
void enable_undo_actions | ( | SPDocument * | document, |
bool | undo, | ||
bool | redo | ||
) |
Definition at line 69 of file actions-undo-document.cpp.
References SPDocument::getActionGroup(), redo(), show_output(), and undo().
Referenced by Inkscape::BooleanBuilder::redraw_items(), and Inkscape::EventLog::updateUndoVerbs().