Home
last modified time | relevance | path

Searched refs:StepUndo (Results 1 – 1 of 1) sorted by relevance

/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonz/
H A Dcellselectioncommand.cpp352 class StepUndo final : public TUndo { class
362 StepUndo(int r0, int c0, int r1, int c1, int step);
377 StepUndo::StepUndo(int r0, int c0, int r1, int c1, int step) in StepUndo() function in __anonbf6bb6d40511::StepUndo
399 void StepUndo::redo() const { in redo()
411 void StepUndo::undo() const { in undo()
439 TUndo *undo = new StepUndo(m_range.m_r0, m_range.m_c0, m_range.m_r1, in stepCells()