[traff_assessment_tool] Show animation while feed is loading

Signed-off-by: mvglasow <michael -at- vonglasow.com>
This commit is contained in:
mvglasow
2025-10-20 23:44:48 +03:00
parent 6a694c5d3e
commit 1b74062447
4 changed files with 25 additions and 2 deletions

View File

@@ -1,5 +1,6 @@
#pragma once
#include "mainwindow.hpp"
#include "points_controller_delegate_base.hpp"
#ifdef openlr_obsolete
#include "segment_correspondence.hpp"
@@ -72,6 +73,7 @@ public:
TrafficModel(Framework & framework, DataSource const & dataSource,
std::unique_ptr<TrafficDrawerDelegateBase> drawerDelegate,
std::unique_ptr<PointsControllerDelegateBase> pointsDelegate,
MainWindow & mainWindow,
QObject * parent = Q_NULLPTR);
bool SaveSampleAs(std::string const & fileName) const;
@@ -123,6 +125,7 @@ private:
Framework & m_framework;
DataSource const & m_dataSource;
MainWindow & m_mainWindow;
#ifdef openlr_obsolete
std::vector<SegmentCorrespondence> m_segments;
// Non-owning pointer to an element of m_segments.