This is the documentation for Enlighten.
class Geo TxtProgressBar
class Geo::TxtProgressBar
A simple implementation of an IGeoProgressProxy that uses printf to communicate with the user.
Functions
Name | Description |
|---|---|
Virtual destructor. | |
Trigger a Cancel, which the ongoing process will check at various points during execution. | |
Called when an error (or warning) is encountered by the task. | |
Called when an error (or warning) is encountered by the task. | |
Called by progress tracked tasks to inform clients of the current (sub) task. | |
Called by progress tracked tasks to inform clients of the current (sub) task. | |
Called when a further chunk of work has been performed on the current (sub) task. | |
Called when a further chunk of work has been performed on the current (sub) task. | |
Request a cancel of the current task. | |
Request a cancel of the current task. |
virtual Geo::IGeoProgressProxy::~IGeoProgressProxy
protected: virtual ~IGeoProgressProxy()
Virtual destructor.
void Geo::TxtProgressBar::Cancel
public: void Cancel()
Trigger a Cancel, which the ongoing process will check at various points during execution.
virtual void Geo::TxtProgressBar::ReportError
public: virtual void ReportError
(
const GeoError & error
)
Called when an error (or warning) is encountered by the task.
Details of the error can be found in the Error struct. The Error struct is valid only for the lifetime of the call to ReportError and cannot be copied.
virtual void Geo::IGeoProgressProxy::ReportError
public: void ReportError
(
const GeoError & error
)
Called when an error (or warning) is encountered by the task.
Details of the error can be found in the Error struct. The Error struct is valid only for the lifetime of the call to ReportError and cannot be copied.