mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 22:20:04 +00:00
Additional layer model row population, properties
This commit is contained in:
parent
d82a1cc171
commit
14d6912014
4 changed files with 187 additions and 90 deletions
|
|
@ -17,6 +17,8 @@ namespace model
|
|||
|
||||
class LayerModel : public QAbstractTableModel
|
||||
{
|
||||
Q_DISABLE_COPY_MOVE(LayerModel)
|
||||
|
||||
public:
|
||||
enum class Column : int
|
||||
{
|
||||
|
|
@ -32,14 +34,6 @@ public:
|
|||
typedef scwx::util::Iterator<Column, Column::Order, Column::Description>
|
||||
ColumnIterator;
|
||||
|
||||
enum class LayerType
|
||||
{
|
||||
Map,
|
||||
Radar,
|
||||
Alert,
|
||||
Placefile
|
||||
};
|
||||
|
||||
explicit LayerModel(QObject* parent = nullptr);
|
||||
~LayerModel();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue