swift
installfsxterrainprobecomponent.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_COMPONENTS_INSTALLFSXTERRAINPROBECOMPONENT_H
7 #define SWIFT_GUI_COMPONENTS_INSTALLFSXTERRAINPROBECOMPONENT_H
8 
9 #include <QFrame>
10 #include <QScopedPointer>
11 
13 
14 namespace Ui
15 {
16  class CInstallFsxTerrainProbeComponent;
17 }
18 namespace swift::gui::components
19 {
21  class CInstallFsxTerrainProbeComponent : public QFrame
22  {
23  Q_OBJECT
24 
25  public:
27  explicit CInstallFsxTerrainProbeComponent(QWidget *parent = nullptr);
28 
31 
32  private:
33  QScopedPointer<Ui::CInstallFsxTerrainProbeComponent> ui;
34 
36  void selectSimObjectsDir();
37 
39  void copyProbe();
40 
42  void onSimulatorChanged(const swift::misc::simulation::CSimulatorInfo &simulator);
43 
45  this
46  };
47  };
48 } // namespace swift::gui::components
49 
50 #endif // SWIFT_GUI_COMPONENTS_INSTALLFSXTERRAINPROBECOMPONENT_H
Simple hardcoded info about the corresponding simulator.
Definition: simulatorinfo.h:41
High level reusable GUI components.
Definition: aboutdialog.cpp:13