gepetto-viewer
6.0.0
An user-friendly Graphical Interface
plugin.hh
Go to the documentation of this file.
1
// Copyright (c) 2018 CNRS
2
// Authors: Joseph Mirabel
3
//
4
//
5
// This file is part of gepetto-viewer
6
// gepetto-viewer is free software: you can redistribute it
7
// and/or modify it under the terms of the GNU Lesser General Public
8
// License as published by the Free Software Foundation, either version
9
// 3 of the License, or (at your option) any later version.
10
//
11
// gepetto-viewer is distributed in the hope that it will be
12
// useful, but WITHOUT ANY WARRANTY; without even the implied warranty
13
// of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14
// General Lesser Public License for more details. You should have
15
// received a copy of the GNU Lesser General Public License along with
16
// gepetto-viewer If not, see
17
// <http://www.gnu.org/licenses/>.
18
19
#include <QObject>
20
#include <QtGlobal>
21
#include <
gepetto/gui/plugin-interface.hh
>
22
23
namespace
PyQgv
{
31
class
Plugin
:
public
QObject,
public
gepetto::gui::PluginInterface
{
32
Q_OBJECT
33
Q_INTERFACES(
gepetto::gui::PluginInterface
)
34
#if (QT_VERSION >= QT_VERSION_CHECK(5, 0, 0))
35
Q_PLUGIN_METADATA(IID
"gepetto-viewer.pyqgv"
)
36
#endif
37
38
public
:
39
QString
name
()
const
{
return
QString(
"PyQGV"
); }
40
42
void
init
();
43
};
44
}
// namespace PyQgv
PyQgv::Plugin
Definition:
plugin.hh:31
PyQgv::Plugin::name
QString name() const
Definition:
plugin.hh:39
PyQgv::Plugin::init
void init()
Calls registerQGV.
gepetto::gui::PluginInterface
Definition:
plugin-interface.hh:34
PyQgv
Definition:
decorator.hh:26
plugin-interface.hh
plugins
pyqgv
plugin.hh
Generated by
1.9.1