MCPcopy Create free account
hub / github.com/MeshInspector/MeshLib / appendHistoryAction

Method appendHistoryAction

source/MRViewer/MRViewer.cpp:2868–2872  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2866}
2867
2868void Viewer::appendHistoryAction( const std::shared_ptr<HistoryAction>& action )
2869{
2870 if ( globalHistoryStore_ )
2871 globalHistoryStore_->appendAction( action );
2872}
2873
2874bool Viewer::globalHistoryUndo()
2875{

Callers

nothing calls this directly

Calls 1

appendActionMethod · 0.80

Tested by

no test coverage detected