| PathEngine home | previous: | next: |
A helper method to enable progress to be reported as a pair of longs.
void updateProgressL(const char* description, tSigned32 current, tSigned32 total);
|
| description | A C string with a human readable text description of the sub-process currently underway. | ||
| current | Progress as a positive integer, e.g. the counter value of a loop. | ||
| total | The maximum value of the counter passed in to current. |
This method is just a helper method, is not virtual, and should not be implemented by client side progress callback objects.
| Documentation for PathEngine release 5.29 - Copyright © 2002-2012 PathEngine | next: |