#11768 Show current time step in result plot

This commit is contained in:
Magne Sjaastad
2024-10-14 09:08:47 +02:00
committed by GitHub
parent 8d42b321d3
commit 709ec7378e
5 changed files with 39 additions and 9 deletions

View File

@@ -58,6 +58,8 @@ public:
const std::vector<double>& frameTimes,
const std::vector<double>& timeHistoryValues );
void showTimeStep( const QDateTime& dateTime );
void deleteAllCurves();
protected:
@@ -74,7 +76,7 @@ private slots:
void slotCurrentPlotDataInTextDialog();
private:
std::vector<QwtPlotCurve*> m_plotCurves;
std::vector<QwtPlotItem*> m_plotItems;
std::map<int, QString> m_caseNames;
std::map<int, std::vector<QDateTime>> m_timeSteps;