Home
last modified time | relevance | path

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

/dports/games/trenchbroom/TrenchBroom-ed46601/common/src/View/
H A DMapDocumentCommandFacade.h149 void doRedoNextCommand();
H A DMapDocument.h321 virtual void doRedoNextCommand() = 0;
H A DMapDocumentCommandFacade.cpp1096 void MapDocumentCommandFacade::doRedoNextCommand() { in doRedoNextCommand() function in TrenchBroom::View::MapDocumentCommandFacade
H A DMapDocument.cpp1028 doRedoNextCommand(); in redoNextCommand()