Home
last modified time | relevance | path

Searched refs:release_least_recently_used (Results 1 – 3 of 3) sorted by relevance

/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/slic3r/Utils/
H A DUndoRedo.hpp102 void release_least_recently_used();
H A DUndoRedo.cpp555 void release_least_recently_used();
996 void StackImpl::release_least_recently_used() in release_least_recently_used() function in Slic3r::UndoRedo::StackImpl
1088 void Stack::release_least_recently_used() { pimpl->release_least_recently_used(); } in release_least_recently_used() function in Slic3r::UndoRedo::Stack
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/slic3r/GUI/
H A DPlater.cpp4539 this->undo_redo_stack().release_least_recently_used(); in take_snapshot()
4683 this->undo_redo_stack().release_least_recently_used(); in update_after_undo_redo()