MapLink Pro 11.1.1.0.
Envitia MapLink Pro: The Ultimate Mapping Application Toolkit
Loading...
Searching...
No Matches
TSLTimerCalibrationProgress Class Referenceabstract

Detailed Description

This abstract class defines the interface for an object that may be used to track progress of the calibration process.

To use, simply derive your own progress object and implement the operator() method as appropriate to your needs.

Public Member Functions

virtual bool operator() (int progressPercent)=0
 
virtual ~TSLTimerCalibrationProgress ()
 

Constructor & Destructor Documentation

◆ ~TSLTimerCalibrationProgress()

TSLTimerCalibrationProgress::~TSLTimerCalibrationProgress ( )
inlinevirtual

Virtual destructor.

Member Function Documentation

◆ operator()()

virtual bool TSLTimerCalibrationProgress::operator() ( int progressPercent)
pure virtual

This abstract method defines the interface for calibration progress notification. Override this method in your derived class to handle the progress notification.

Parameters
progressPercentthe percentage of calibration complete.

Should return true to cancel the operation, false to continue.