21#ifndef __ANTARES_WINDOWS_OUTPUT_JOB_H__
22#define __ANTARES_WINDOWS_OUTPUT_JOB_H__
25#include <yuni/job/job.h>
26#include <antares/study/fwd.h>
34namespace OutputViewerData
36class Job final :
public Yuni::Job::IJob
47 virtual void onExecute()
override;
void gatherInfosAboutYearByYearData(const AnyString &path)
Gather informations about year-by-year data.
Definition job.cpp:246
Job(Antares::Window::OutputViewer::Component &component, const AnyString &path)
Constructor.
Definition job.cpp:119
virtual ~Job()
Destructor.
Definition job.cpp:124
void gatherInfosAboutThermalClusters(const AnyString &path)
Gather informations about thermal clusters.
Definition job.cpp:226
Component: Viewer for simulation results.
Definition output.h:49