21#ifndef __ANTARES_WINDOW_THERMAL_PANEL_H__
22#define __ANTARES_WINDOW_THERMAL_PANEL_H__
24#include "../../toolbox/wx-wrapper.h"
25#include "../../toolbox/input/area.h"
26#include "../../toolbox/components/notebook/notebook.h"
27#include <ui/common/component/panel.h>
28#include <antares/study/area/area.h>
29#include <antares/study/parts/thermal/cluster.h>
69 void onAreaChangedForThermalData(
Data::Area* area);
75 void internalOnStudyLoaded();
77 void delayedResizeSplitter();
84 uint64_t pStudyRevisionIncrement;
91 wxSplitterWindow* pSplitter;
Notebook.
Definition notebook.h:38
Panel implementation.
Definition panel.h:36
Definition for a single area.
Definition area.h:52
A single thermal cluster.
Definition cluster.h:78
Component::Notebook::Page * pageThermalTimeSeries
The page related to the cluster's timeseries.
Definition panel.h:54
Component::Notebook::Page * pageThermalClusterList
The page related to the cluster list view.
Definition panel.h:63
Component::Notebook::Page * pageThermalPrepro
The page related to the cluster's ts-generator data.
Definition panel.h:59
Panel(Component::Notebook *parent)
Constructor.
Definition panel.cpp:42
Component::Notebook::Page * pageThermalCommon
The page related to the cluster's properties.
Definition panel.h:61
virtual ~Panel()
Destructor.
Definition panel.cpp:150