AtCore
1.0.72
AtCore is a API to manage the serial connection between the computer and 3D Printers.
src
imports
atcoreextensionplugin.h
Go to the documentation of this file.
1
/* AtCore KDE Libary for 3D Printers
2
SPDX-License-Identifier: LGPL-2.1-only OR LGPL-3.0-only OR LicenseRef-KDE-Accepted-LGPL
3
SPDX-FileCopyrightText: 2019 Lays Rodrigues <lays.rodrigues@kde.org>
4
*/
5
6
#pragma once
7
#include <QQmlExtensionPlugin>
8
9
class
AtCoreExtensionPlugin
:
public
QQmlExtensionPlugin
10
{
11
Q_OBJECT
12
Q_PLUGIN_METADATA(IID
"org.kde.atcore"
)
13
14
public
:
15
void
registerTypes
(
const
char
*uri)
override
;
16
};
AtCoreExtensionPlugin
Definition:
atcoreextensionplugin.h:9
AtCoreExtensionPlugin::registerTypes
void registerTypes(const char *uri) override
Definition:
atcoreextensionplugin.cpp:12
Generated by
1.8.17