32 #include <QTextStream>
51 [[maybe_unused]])
override{};
52 virtual void count()
override{};
53 virtual void setTitle(
const QString &title [[maybe_unused]])
override{};
54 virtual void setStatus(
const QString &status [[maybe_unused]])
override{};
55 virtual void appendText(
const QString &text [[maybe_unused]])
override{};
virtual bool shouldIstop() override
should the procces be stopped ? If true, then cancel process Use this function at strategic point of ...
virtual void count() override
count steps report when a step is computed in an algorithm
virtual void setTitle(const QString &title[[maybe_unused]]) override
virtual void appendText(const QString &text[[maybe_unused]]) override
virtual void setStatus(const QString &status[[maybe_unused]]) override
virtual void setTotalSteps(std::size_t total_number_of_steps[[maybe_unused]]) override
tries to keep as much as possible monoisotopes, removing any possible C13 peaks and changes multichar...
generic interface to monitor any long process A long process needs to be interrupted by the user and ...