#include "MRHistoryStore.h"
#include <MRMesh/MRHistoryAction.h>
#include <string>
#include <memory>
Go to the source code of this file.
|
| void | MR::AppendHistory (std::shared_ptr< HistoryAction > action) |
| | Appends given history action to viewer's global history store.
|
| |
| template<class HistoryActionType , typename... Args> |
| void | MR::AppendHistory (Args &&... args) |
| | Constructs history action from given arguments, than appends it to viewer's global history store.
|
| |
| MRVIEWER_API void | MR::FilterHistoryByCondition (HistoryStackFilter filteringCondition, bool deepFiltering=true) |
| |
◆ SCOPED_HISTORY