CuteHMI - Modbus (CuteHMI.Modbus.2)
Config.hpp
1 #ifndef H_EXTENSIONS_CUTEHMI_MODBUS_2_INCLUDE_CUTEHMI_MODBUS_INTERNAL_CONFIG_HPP
2 #define H_EXTENSIONS_CUTEHMI_MODBUS_2_INCLUDE_CUTEHMI_MODBUS_INTERNAL_CONFIG_HPP
3 
4 #include "common.hpp"
5 
6 namespace cutehmi {
7 namespace modbus {
8 namespace internal {
9 
10 class CUTEHMI_MODBUS_PRIVATE Config:
11  public QObject
12 {
13  Q_OBJECT
14 
15  public:
16  Config(QObject * parent = nullptr);
17 
18  signals:
19  void configChanged();
20 };
21 
22 }
23 }
24 }
25 
26 #endif
27 
28 //(c)C: Copyright © 2019, Michał Policht <michal@policht.pl>. All rights reserved.
29 //(c)C: This file is a part of CuteHMI.
30 //(c)C: CuteHMI is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
31 //(c)C: CuteHMI is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
32 //(c)C: You should have received a copy of the GNU Lesser General Public License along with CuteHMI. If not, see <https://www.gnu.org/licenses/>.
QObject
cutehmi
std::internal
T internal(T... args)
cutehmi::modbus::internal::Config
Definition: Config.hpp:10