MCPcopy Create free account
hub / github.com/HertzDevil/0CC-FamiTracker / CanUndo

Method CanUndo

Source/ActionHandler.cpp:64–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62}
63
64bool CActionHandler::CanUndo() const
65{
66 return redoPtr_ != undoList_.cbegin();
67}
68
69bool CActionHandler::CanRedo() const
70{

Callers 2

OnEditUndoMethod · 0.80
OnUpdateEditUndoMethod · 0.80

Calls 1

cbeginMethod · 0.80

Tested by

no test coverage detected