Geogram  Version 1.9.0
A programming library of geometric algorithms
progress.h File Reference

Functions and classes for displaying progress bars. More...

Go to the source code of this file.

Classes

class  GEO::ProgressClient
 Task progress listener. More...
 
struct  GEO::TaskCanceled
 Exception thrown when a task is canceled. More...
 
class  GEO::ProgressTask
 Tracks the progress of a task. More...
 

Namespaces

 GEO
 Global Vorpaline namespace.
 
 GEO::Progress
 Framework for tracking the progression of a task.
 

Typedefs

typedef SmartPointer< ProgressClient > GEO::ProgressClient_var
 

Functions

void GEO::Progress::initialize ()
 Initializes the Progress framework. More...
 
void GEO::Progress::terminate ()
 Cleans up the Progress framework. More...
 
void GEO::Progress::set_client (ProgressClient *client)
 Sets the Progress client. More...
 
const ProgressTask * GEO::Progress::current_progress_task ()
 Gets the current task. More...
 
void GEO::Progress::cancel ()
 Cancels the current task. More...
 
bool GEO::Progress::is_canceled ()
 Checks if the current task is canceled. More...
 
void GEO::Progress::clear_canceled ()
 Clears the cancellation flag.
 

Detailed Description

Functions and classes for displaying progress bars.

Definition in file progress.h.