21 #ifndef __ANTARES_LIBS_STUDY_ACTION_HANDLER_ANTARES_AREA_TS_GENERATOR_H__
22 #define __ANTARES_LIBS_STUDY_ACTION_HANDLER_ANTARES_AREA_TS_GENERATOR_H__
24 #include <yuni/yuni.h>
25 #include <action/action.h>
26 #include <antares/study/fwd.h>
28 namespace Antares::Action::AntaresStudy::Area
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: ts-generator.h:31
virtual ~DataTSGenerator()
Destructor.
Definition: ts-generator.cpp:68
virtual bool prepareWL(Context &ctx)
Prepare the execution.
Definition: ts-generator.cpp:105
virtual bool performWL(Context &ctx)
Perform the action.
Definition: ts-generator.cpp:121
IAction::Ptr Ptr
The most suitable smart ptr for the class.
Definition: ts-generator.h:34
DataTSGenerator(Data::TimeSeriesType ts, const AnyString &areaname)
Default constructor.
Definition: ts-generator.cpp:29
virtual void registerViewsWL(Context &ctx)
Register all views.
Definition: ts-generator.cpp:81
IAction::ThreadingPolicy ThreadingPolicy
The threading policy.
Definition: ts-generator.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