Searched refs:rollback (Results 1 - 4 of 4) sorted by relevance

/inkscape/src/xml/
H A Ddocument.h35 * is that they provide rollback. After starting a transaction,
37 * after starting the transaction, you can call the rollback() method, which restores
58 * You can undo all changes made to the document after this call using rollback().
68 virtual void rollback()=0;
H A Dsimple-document.h41 void rollback();
H A Dsimple-document.cpp34 void SimpleDocument::rollback() { function in class:Inkscape::XML::SimpleDocument
H A Devent.cpp52 EventTracker<SimpleEvent<Event::XML> > tracker("rollback");
55 doc->rollback();

Completed in 30 milliseconds