4 #include "../../src/terralib/Defines.h" 9 #if TE_PLATFORM == TE_PLATFORMCODE_MSWINDOWS 15 #define TOTAL_STEPS 2000 16 #define TOTAL_STEPS_INTERNAL 1000 41 #if TE_PLATFORM == TE_PLATFORMCODE_MSWINDOWS 54 #if TE_PLATFORM == TE_PLATFORMCODE_MSWINDOWS An utility class to control the startup and cleanup of the TerraLib Platform and its resources...
void setMessage(const std::string &message)
Set the task message.
This class can be used to inform the progress of a task.
This class can be used to inform the progress of a task.
These routines show how to use the progress bar.
bool isActive() const
Verify if the task is active.
void setTotalSteps(int value)
Set the task total stepes.
void pulse()
Calls setCurrentStep() function using getCurrentStep() + 1.
#define TOTAL_STEPS_INTERNAL