Home
last modified time | relevance | path

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

/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/libslic3r/
H A DSLAPrintSteps.hpp42 void throw_if_canceled() const { m_print->throw_if_canceled(); } in throw_if_canceled() function in Slic3r::SLAPrint::Steps
H A DPrintBase.hpp120 bool set_started(StepType step, std::mutex &mtx, ThrowIfCanceled throw_if_canceled) { in set_started()
153 …pair<TimeStamp, bool> set_done(StepType step, std::mutex &mtx, ThrowIfCanceled throw_if_canceled) { in set_done()
470 …void throw_if_canceled() const { if (m_cancel_status) throw CanceledException();… in throw_if_canceled() function in Slic3r::PrintBase
586 void throw_if_canceled() { if (m_print->canceled()) throw CanceledException(); } in throw_if_canceled() function in Slic3r::PrintObjectBaseWithState
H A DGCode.cpp790 …, const std::vector<Vec2d> &sizes, WriteToOutput output, ThrowIfCanceledCallback throw_if_canceled) in export_thumbnails_to_file()
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/slic3r/GUI/
H A DBackgroundSlicingProcess.hpp223 …void throw_if_canceled() const { if (m_print->canceled()) throw CanceledException()… in throw_if_canceled() function in Slic3r::BackgroundSlicingProcess
H A DTab.cpp2719 void TabPrinter::activate_selected_page(std::function<void()> throw_if_canceled) in activate_selected_page()
3283 void Tab::activate_selected_page(std::function<void()> throw_if_canceled) in activate_selected_page()
3328 auto throw_if_canceled = std::function<void()>([this](){ in tree_sel_change_delayed() local
3823 void Page::activate(ConfigOptionMode mode, std::function<void()> throw_if_canceled) in activate()
H A DOptionsGroup.cpp401 bool OptionsGroup::activate(std::function<void()> throw_if_canceled) in activate()