Load archived warnings when making a timeline selection

This commit is contained in:
Dan Paulat 2025-04-05 20:48:36 -05:00
parent e4fc13aa92
commit cc54e4d834
3 changed files with 57 additions and 1 deletions

View file

@ -3,6 +3,7 @@
#include <scwx/awips/text_product_message.hpp>
#include <scwx/qt/types/text_event_key.hpp>
#include <chrono>
#include <memory>
#include <string>
@ -29,6 +30,7 @@ public:
message_list(const types::TextEventKey& key) const;
void LoadFile(const std::string& filename);
void SelectTime(std::chrono::system_clock::time_point dateTime);
static std::shared_ptr<TextEventManager> Instance();