CuteHMI - Shared Database (CuteHMI.SharedDatabase.0)
QMLPlugin.hpp
1 #ifndef H_EXTENSIONS_CUTEHMI_SHAREDDATABASE_0_SRC_CUTEHMI_SHAREDDATABASE_INTERNAL_QMLPLUGIN_HPP
2 #define H_EXTENSIONS_CUTEHMI_SHAREDDATABASE_0_SRC_CUTEHMI_SHAREDDATABASE_INTERNAL_QMLPLUGIN_HPP
3 
4 // This file has been initially autogenerated by 'cutehmi.skeleton.cpp' Qbs module.
5 
6 #include <QQmlExtensionPlugin>
7 
8 namespace cutehmi {
9 namespace shareddatabase {
10 namespace internal {
11 
15 class QMLPlugin:
16  public QQmlExtensionPlugin
17 {
18  Q_OBJECT
19  Q_PLUGIN_METADATA(IID QQmlExtensionInterface_iid)
20 
21  public:
26  void registerTypes(const char * uri) override;
27 };
28 
29 }
30 }
31 }
32 
33 #endif
34 
35 //(c)C: Copyright © 2020, Michał Policht <michal@policht.pl>. All rights reserved.
36 //(c)C: This file is a part of CuteHMI.
37 //(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.
38 //(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.
39 //(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/>.
cutehmi
cutehmi::shareddatabase::internal::QMLPlugin
QML plugin.
Definition: QMLPlugin.hpp:15
std::internal
T internal(T... args)
cutehmi::shareddatabase::internal::QMLPlugin::registerTypes
void registerTypes(const char *uri) override
Register QML types.
Definition: QMLPlugin.cpp:31
QQmlExtensionPlugin