Class ProgressBar¶
Defined in File progressbar.h
Page Contents
Inheritance Relationships¶
Base Type¶
public nanogui::Widget(Class Widget)
Class Documentation¶
-
class
ProgressBar: public nanogui::Widget¶ Standard widget for visualizing progress.
Public Functions
-
float
value()¶
-
void
setValue(float value)¶
-
virtual void
draw(NVGcontext *ctx)¶ Draw the widget (and all child widgets)
-
virtual void
save(Serializer &s) const¶ Save the state of the widget into the given Serializer instance.
-
virtual bool
load(Serializer &s)¶ Restore the state of the widget from the given Serializer instance.
Protected Attributes
-
float
mValue¶
-
float