Public Member Functions | List of all members
PyQCustomPlot::Plugin Class Reference

Provide bindings of QCustomPlot library in PythonQt terminal. More...

#include </local/robotpkg/var/tmp/robotpkg/graphics/gepetto-viewer-corba/work/gepetto-viewer-corba-2.2.0/plugins/pyqcustomplot/plugin.hh>

Inheritance diagram for PyQCustomPlot::Plugin:
[legend]
Collaboration diagram for PyQCustomPlot::Plugin:
[legend]

Public Member Functions

QString name () const
 
void init ()
 Calls registerQCustomPlot. More...
 
- Public Member Functions inherited from gepetto::gui::PluginInterface
 PluginInterface ()
 
virtual ~PluginInterface ()
 
void doInit ()
 
bool isInit () const
 
const QString & errorMsg () const
 

Additional Inherited Members

Detailed Description

Provide bindings of QCustomPlot library in PythonQt terminal.

Add the following to your settings file to activate it.

[plugins]
libpyqcustomplot.so=true

Member Function Documentation

◆ init()

void PyQCustomPlot::Plugin::init ( )
virtual

Calls registerQCustomPlot.

Implements gepetto::gui::PluginInterface.

Referenced by name().

◆ name()

QString PyQCustomPlot::Plugin::name ( ) const
inlinevirtual

Implements gepetto::gui::PluginInterface.

References init().