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"
49 Panel(wxWindow* parent);
56 void onRenewableGenerationModellingChanged(
bool);
60 void onDelayedStudyLoaded();
62 void onUpdatePlaylist();
67 wxBoxSizer* verticalSizer_;
A datagrid with virtual values.
Definition component.h:84
Panel implementation.
Definition panel.h:36
std::shared_ptr< InspectorData > Ptr
The most suitable smart pointer for the class.
Definition data.h:44
Panel to access to the simulation settings.
Definition panel.h:38
Panel(wxWindow *parent)
Default constructor.
Definition panel.cpp:47
virtual ~Panel()
Destructor.
Definition panel.cpp:103