gepetto-viewer 5.2.0
An user-friendly Graphical Interface
PyQCustomPlot::Plugin Class Reference

#include </local/robotpkg/var/tmp/robotpkg/graphics/py-qt-gepetto-viewer/work/gepetto-viewer-5.2.0/plugins/pyqcustomplot/plugin.hh>

Inheritance diagram for PyQCustomPlot::Plugin:
Collaboration diagram for PyQCustomPlot::Plugin:

Public Member Functions

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

Additional Inherited Members

virtual void init ()=0
 

Detailed Description

Provide bindings of QCustomPlot library in PythonQt terminal. See QCustomPlotDecorator for the API available in Python.

Add the following to your settings file to activate it.

[plugins]
libpyqcustomplot.so=true
Example: Simple usage of QCustomPlot Python bindings.
See also
See examples pyplugin/qcustomplot_example_2.py

Member Function Documentation

◆ init()

void PyQCustomPlot::Plugin::init ( )
virtual

◆ name()

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

The documentation for this class was generated from the following file: