#pragma once #include #include #include #include #include namespace scwx { namespace qt { namespace map { class AlertLayerOldImpl; class AlertLayerOld { public: explicit AlertLayerOld(std::shared_ptr context); ~AlertLayerOld(); std::vector AddLayers(awips::Phenomenon phenomenon, const std::string& before = {}); private: std::unique_ptr p; }; } // namespace map } // namespace qt } // namespace scwx