|
MrSID Decode SDK for LiDAR Reference Manual
1.1.4.4709
|
#include <ProgressDelegate.h>
Public Member Functions | |
| PercentProgressDelegate (void) | |
| ~PercentProgressDelegate (void) | |
| void | reportProgress (double fractionDone, const char *message) |
| Displays the progress of the operation. | |
| bool | getCancelled (void) |
| Indicate weather the operation should be cancelled. | |
| void | displayWarning (const char *message) |
| void | setCancelled (bool cancel) |
Definition at line 95 of file ProgressDelegate.h.
| void PercentProgressDelegate::displayWarning | ( | const char * | message | ) | [virtual] |
Reimplemented from ProgressDelegate.
| bool PercentProgressDelegate::getCancelled | ( | void | ) | [virtual] |
This method should be implemented to indicate whether some user-defined event indicates that the operation should be terminated.
Implements ProgressDelegate.
| void PercentProgressDelegate::reportProgress | ( | double | progress, |
| const char * | message | ||
| ) | [virtual] |
This method should be implemented to report to the client application the progress of a long-running operation.
| progress | a value between 0 and 1 (progress = <work completed>=""> / <total work>="">) |
Implements ProgressDelegate.
| void PercentProgressDelegate::setCancelled | ( | bool | cancel | ) |