21 #ifndef __ANTARES_LIBS_STUDY_ACTION_HANDLER_ANTARES_AREA_TIMESERIES_H__
22 #define __ANTARES_LIBS_STUDY_ACTION_HANDLER_ANTARES_AREA_TIMESERIES_H__
24 #include <yuni/yuni.h>
25 #include <action/action.h>
26 #include <antares/study/fwd.h>
28 namespace Antares::Action::AntaresStudy::Area
44 DataTimeseries(Data::TimeSeriesType ts,
const AnyString& areaname);
50 const AnyString& areaname,
51 const AnyString& clustername);
57 virtual void datagridCaption(YString& title);
59 virtual void behaviorToText(Behavior
behavior, YString& out);
67 Data::TimeSeriesType pType;
68 Data::AreaName pOriginalAreaName;
69 std::string pOriginalPlantName;
Definition: timeseries.h:31
DataTimeseries(Data::TimeSeriesType ts, const AnyString &areaname)
Default constructor.
Definition: timeseries.cpp:28
virtual void registerViewsWL(Context &ctx)
Register all views.
Definition: timeseries.cpp:80
virtual bool prepareWL(Context &ctx)
Prepare the execution.
Definition: timeseries.cpp:104
virtual ~DataTimeseries()
Destructor.
Definition: timeseries.cpp:67
virtual bool performWL(Context &ctx)
Perform the action.
Definition: timeseries.cpp:119
IAction::Ptr Ptr
The most suitable smart ptr for the class.
Definition: timeseries.h:34
IAction::ThreadingPolicy ThreadingPolicy
The threading policy.
Definition: timeseries.h:36
AncestorType::Ptr Ptr
The most suitable smart ptr for the class.
Definition: action.h:41
Behavior behavior() const
Get the behavior.
Definition: action.hxx:36
AncestorType::ThreadingPolicy ThreadingPolicy
The threading policy.
Definition: action.h:43