AUI Framework
develop
Cross-platform base for C++ UI apps
|
A circle-shaped progress bar. More...
#include <AUI/View/ACircleProgressBar.h>
A progress bar is used to express a long operation (i.e. file copy) with known progress and reassure the user that application is still running.
Unlike AProgressBar, this one is circle shaped; thus occupies less space.
> All members, including inherited
|
overridevirtual |
AView::render is not guaranteed to be called on per-frame basis. Moreover, this method can be called multiple times if render-to-texture caching decides to do so.
Reimplemented from AView.
|
inline |
Set progress bar value.
value | progress value, where 0.0f = 0%, 1.0f = 100% |
Contents