20#ifndef HEADER_PROGRESS_BAR_HPP
21#define HEADER_PROGRESS_BAR_HPP
25#include "guiengine/widget.hpp"
26#include "utils/leak_check.hpp"
27#include "utils/ptr_vector.hpp"
46 void setLabel(
const irr::core::stringw label);
52 float m_previous_value;
66 virtual
void update(
float delta);
76 void showLabel(
bool show_label) { m_show_label = show_label; }
Contains all GUI engine related classes and functions.
Definition: abstract_state_manager.hpp:33