Custom Progress-Indicator
Parent module: Base Module
- group a3d_progress_functions
Specifies a custom progress indicator.
This section describes the function and types that enable you to specify a custom progress indicator, such as a status bar.
Type definitions
A callback function the library invokes as it prepares to perform a potentially time-consuming process. |
|
A callback function the library invokes to report an approximate size of the PRC stream being processed. |
|
A callback function the library intermittently invokes while processing the PRC stream. |
|
A callback function the library invokes when it finishes the process. |
|
A callback function the library invokes to provide a text string relevant to the processing phase. |
Functions
Sets callbacks for progress bar facility. |