Home
last modified time | relevance | path

Searched defs:object_history (Results 1 – 1 of 1) sorted by relevance

/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/slic3r/Utils/
H A DUndoRedo.cpp778 auto *object_history = static_cast<MutableObjectHistory<T>*>(it_object_history->second.get()); in save_mutable_object() local
828 auto *object_history = static_cast<ImmutableObjectHistory<T>*>(it_object_history->second.get()); in load_immutable_object() local
839 …auto *object_history = static_cast<const MutableObjectHistory<T>*>(it_object_history->second.get()… in load_mutable_object() local