Refactor layer types from layer model

This commit is contained in:
Dan Paulat 2023-11-01 00:05:32 -05:00
parent f7851488d6
commit a5cee797d9
4 changed files with 147 additions and 133 deletions

View file

@ -1,7 +1,6 @@
#pragma once
#include <scwx/qt/types/text_event_key.hpp>
#include <scwx/common/geographic.hpp>
#include <scwx/qt/types/layer_types.hpp>
#include <scwx/util/iterator.hpp>
#include <memory>
@ -37,6 +36,8 @@ public:
explicit LayerModel(QObject* parent = nullptr);
~LayerModel();
types::LayerVector GetLayers() const;
void ResetLayers();
int rowCount(const QModelIndex& parent = QModelIndex()) const override;