aGrUM  0.16.0
gum::ProgressNotifier Class Reference

Notification for progress using listener. More...

#include <progressNotification.h>

+ Inheritance diagram for gum::ProgressNotifier:

Public Attributes

Signaler2< Size, doubleonProgress
 Progression (percent) and time. More...
 
Signaler1< const std::string &> onStop
 with a possible explanation for stopping More...
 

Detailed Description

Notification for progress using listener.

An interface for progress notification

Definition at line 45 of file progressNotification.h.

Member Data Documentation

◆ onProgress

Signaler2< Size, double > gum::ProgressNotifier::onProgress

Progression (percent) and time.

Definition at line 48 of file progressNotification.h.

Referenced by gum::learning::BNDatabaseGenerator< GUM_SCALAR >::drawSamples().

◆ onStop

Signaler1< const std::string& > gum::ProgressNotifier::onStop

with a possible explanation for stopping

Definition at line 51 of file progressNotification.h.

Referenced by gum::learning::BNDatabaseGenerator< GUM_SCALAR >::drawSamples().


The documentation for this class was generated from the following file: