swift
interpolationsetupmodel.h
Go to the documentation of this file.
1 // SPDX-FileCopyrightText: Copyright (C) 2018 swift Project Community / Contributors
2 // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-swift-pilot-client-1
3 
5 
6 #ifndef SWIFT_GUI_MODELS_INTERPOLATIONSETUPMODEL_H
7 #define SWIFT_GUI_MODELS_INTERPOLATIONSETUPMODEL_H
8 
9 #include <QString>
10 
12 #include "gui/swiftguiexport.h"
14 
15 namespace swift::gui::models
16 {
19  public CListModelCallsignObjects<swift::misc::simulation::CInterpolationSetupList, false>
20  {
21  Q_OBJECT
22 
23  public:
25  explicit CInterpolationSetupListModel(QObject *parent = nullptr);
26 
28  virtual ~CInterpolationSetupListModel() override {}
29  };
30 } // namespace swift::gui::models
31 #endif // SWIFT_GUI_MODELS_INTERPOLATIONSETUPMODEL_H
List model for callsign based objects (callsign is unique key)
Models to be used with views, mainly QTableView.
#define SWIFT_GUI_EXPORT
Export a class or function from the library.