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 appendText(const QString &text) override
append a text to a long report
virtual void setTotalSteps(std::size_t total_number_of_steps) override
use it if the number of steps is known in an algorithm the total number of steps is usefull to report...
virtual void setTitle(const QString &title) override
current kind of process running
virtual void setStatus(const QString &status) override
current status of the process
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 ...