swift
aircraftsituationchangeview.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_VIEWS_AIRCRAFTSITUATIONCHANGEVIEW_H
7 #define SWIFT_GUI_VIEWS_AIRCRAFTSITUATIONCHANGEVIEW_H
8 
10 #include "gui/swiftguiexport.h"
12 
13 class QWidget;
14 
15 namespace swift::gui::views
16 {
19  public CViewWithTimestampWithOffsetObjects<models::CAircraftSituationChangeListModel>
20  {
21  Q_OBJECT
22 
23  public:
25  explicit CAircraftSituationChangeView(QWidget *parent = nullptr);
26  };
27 } // namespace swift::gui::views
28 
29 #endif // SWIFT_GUI_VIEWS_AIRCRAFTSITUATIONCHANGEVIEW_H
Base class for views timestamp offset objects.
Views, mainly QTableView.
#define SWIFT_GUI_EXPORT
Export a class or function from the library.