Searched refs:BarProgress (Results 1 – 2 of 2) sorted by relevance
34 { "bar", [] (const ComInfo &id) { return std::make_unique<BarProgress>(id); }} in Factory()40 return std::make_unique<BarProgress>(id); in Factory()65 BarProgress::BarProgress(const ComInfo &id) : ProgressStrategy(id) in BarProgress() function in Updater::BarProgress72 void BarProgress::ShowProgress(float value) const in ShowProgress()
44 class BarProgress final : public ProgressStrategy {46 explicit BarProgress(const ComInfo &id);47 ~BarProgress() override = default;