YARP
Yet Another Robot Platform
 
Loading...
Searching...
No Matches
qtyarpview_plugin.h
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2006-2021 Istituto Italiano di Tecnologia (IIT)
3 * SPDX-License-Identifier: LGPL-2.1-or-later
4 */
5
6#ifndef QTYARPVIEW_PLUGIN_H
7#define QTYARPVIEW_PLUGIN_H
8
9#include <QQmlExtensionPlugin>
10#include <yarp/conf/compiler.h>
11
12class QtYARPViewPlugin : public QQmlExtensionPlugin
13{
14 Q_OBJECT
15 Q_PLUGIN_METADATA(IID "org.qt-project.Qt.QQmlExtensionInterface")
16
17public:
18 void registerTypes(const char *uri) override;
19};
20
21#endif // QTYARPVIEW_PLUGIN_H
void registerTypes(const char *uri) override