This reference page is linked to from the following overview topics: Motion Capture Devices.
Progress bar.
Definition at line 1948 of file fbcontrols.h.
#include <fbcontrols.h>
Public Member Functions | |
FBProgress () | |
Constructor. | |
void | ProgressBegin () |
Start progress, must be called before set Text & Percent property. | |
void | ProgressDone () |
End progress, must be called to reset progress bar UI to normal status after finishing the task. | |
bool | UserRequestCancell () |
Return true if User is pressing and holding "ESC" key to request the cancellation. | |
Public Attributes | |
FBPropertyString | Caption |
Read Write Property: Caption to be displayed for progress bar. | |
FBPropertyString | Text |
Read Write Property: Text to display on progress bar. | |
FBPropertyInt | Percent |
Read Write Property: Percent completed for the operation. |
FBProgress | ( | ) |
Constructor.
void ProgressBegin | ( | ) |
Start progress, must be called before set Text & Percent property.
void ProgressDone | ( | ) |
End progress, must be called to reset progress bar UI to normal status after finishing the task.
bool UserRequestCancell | ( | ) |
Return true if User is pressing and holding "ESC" key to request the cancellation.
Must be called in between ProgressBegin()/ProgressDone().
Read Write Property: Caption to be displayed for progress bar.
Reimplemented from FBVisualComponent.
Definition at line 1967 of file fbcontrols.h.
Read Write Property: Text to display on progress bar.
Must be used in between ProgressBegin()/ProgressDone()
Definition at line 1968 of file fbcontrols.h.
Read Write Property: Percent completed for the operation.
Must be used called in between ProgressBegin()/ProgressDone()
Definition at line 1969 of file fbcontrols.h.