MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / undo

Method undo

Engine/source/util/undo.cpp:126–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

124}
125
126void CompoundUndoAction::undo()
127{
128 Vector<UndoAction*>::iterator itr = mChildren.end() - 1;
129 for ( ; itr != mChildren.begin() - 1; itr-- )
130 (*itr)->undo();
131}
132
133void CompoundUndoAction::redo()
134{

Callers 2

undo.cppFile · 0.45
DefineEngineMethodFunction · 0.45

Calls 8

executefFunction · 0.85
endMethod · 0.45
beginMethod · 0.45
sizeMethod · 0.45
lastMethod · 0.45
pop_backMethod · 0.45
push_backMethod · 0.45
pop_frontMethod · 0.45

Tested by

no test coverage detected