Mana
|
A widget that indicates progress. More...
#include <progressindicator.h>
Public Member Functions | |
ProgressIndicator () | |
~ProgressIndicator () override | |
void | logic () override |
void | draw (gcn::Graphics *graphics) override |
Private Attributes | |
std::unique_ptr< SimpleAnimation > | mIndicator |
ResourceRef< ImageSet > | mImageSet |
A widget that indicates progress.
Suitable to use instead of a progress bar in cases where it is unknown how long something is going to take.
Definition at line 35 of file progressindicator.h.
ProgressIndicator::ProgressIndicator | ( | ) |
Definition at line 33 of file progressindicator.cpp.
|
overridedefault |
|
override |
Definition at line 54 of file progressindicator.cpp.
|
override |
Definition at line 49 of file progressindicator.cpp.
|
private |
Definition at line 46 of file progressindicator.h.
|
private |
Definition at line 45 of file progressindicator.h.