21 #ifndef __ANTARES_APPLICATION_WINDOWS_SIMULATION_PANEL_H__
22 #define __ANTARES_APPLICATION_WINDOWS_SIMULATION_PANEL_H__
24 #include "../inspector/data.h"
25 #include <ui/common/component/panel.h>
26 #include "../../toolbox/components/datagrid/component.h"
28 namespace Antares::Window::Simulation
45 Panel(wxWindow* parent);
52 void onRenewableGenerationModellingChanged(
bool);
56 void onDelayedStudyLoaded();
58 void onUpdatePlaylist();
63 wxBoxSizer* verticalSizer_;
A datagrid with virtual values.
Definition: component.h:84
Panel implementation.
Definition: panel.h:34
std::shared_ptr< InspectorData > Ptr
The most suitable smart pointer for the class.
Definition: data.h:40
Panel to access to the simulation settings.
Definition: panel.h:34
Panel(wxWindow *parent)
Default constructor.
Definition: panel.cpp:43
virtual ~Panel()
Destructor.
Definition: panel.cpp:105