NDEVR
API Documentation
StationSettingsDialog.h
1#pragma once
2#include <NDEVRConfig.h>
3#include <QWidget>
4#if NDEVR_STATION_MODEL
5namespace Ui
6{
7 class StationSettingsUI;
8}
9namespace NDEVR
10{
15 class StationSettingsDialog : public QWidget
16 {
17 Q_OBJECT
18 public:
23 StationSettingsDialog(QWidget* parent = nullptr);
24 virtual ~StationSettingsDialog();
28 void resetToDefaults();
29 protected:
35 bool event(QEvent* ev) override;
39 void retranslate();
40 protected:
41 Ui::StationSettingsUI* ui;
42 };
43}
44#endif
The primary namespace for the NDEVR SDK.