Searched refs:TxtProgress (Results 1 – 2 of 2) sorted by relevance
37 class TxtProgress final : public ProgressStrategy {39 explicit TxtProgress(const ComInfo &id) : ProgressStrategy(id) { } in TxtProgress() function40 ~TxtProgress() override = default;
33 { "txt", [] (const ComInfo &id) { return std::make_unique<TxtProgress>(id); }}, in Factory()54 void TxtProgress::ShowProgress(float value) const in ShowProgress()