| 2866 | } |
| 2867 | |
| 2868 | void Viewer::appendHistoryAction( const std::shared_ptr<HistoryAction>& action ) |
| 2869 | { |
| 2870 | if ( globalHistoryStore_ ) |
| 2871 | globalHistoryStore_->appendAction( action ); |
| 2872 | } |
| 2873 | |
| 2874 | bool Viewer::globalHistoryUndo() |
| 2875 | { |
nothing calls this directly
no test coverage detected