swift
aircraftsituationchangelistmodel.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_AIRCRAFTSITUATIONCHANGELISTMODEL_H
7 #define SWIFT_GUI_MODELS_AIRCRAFTSITUATIONCHANGELISTMODEL_H
8 
10 #include "gui/swiftguiexport.h"
12 
13 class QModelIndex;
14 class QObject;
15 
16 namespace swift::gui::models
17 {
20  public CListModelTimestampWithOffsetObjects<swift::misc::aviation::CAircraftSituationChangeList, true>
21  {
22  Q_OBJECT
23 
24  public:
26  explicit CAircraftSituationChangeListModel(QObject *parent = nullptr);
27 
30  };
31 } // namespace swift::gui::models
32 
33 #endif // SWIFT_GUI_MODELS_AIRCRAFTSITUATIONCHANGELISTMODEL_H
List model for timestamp based objects with offset.
Models to be used with views, mainly QTableView.
#define SWIFT_GUI_EXPORT
Export a class or function from the library.