|
gepetto-viewer 6.0.0
An user-friendly Graphical Interface
|
#include <gepetto/gui/plugin-interface.hh>

Public Member Functions | |
| PluginInterface () | |
| virtual | ~PluginInterface () |
| virtual QString | name () const =0 |
| void | doInit () |
| bool | isInit () const |
| const QString & | errorMsg () const |
Protected Member Functions | |
| virtual void | init ()=0 |
Base interface for C++ plugins.
|
inline |
|
inlinevirtual |
|
inline |
|
inline |
|
protectedpure virtual |
Implemented in PluginSkeleton, PyQCustomPlot::Plugin, and PyQgv::Plugin.
|
inline |
|
pure virtual |
Implemented in PluginSkeleton, PyQCustomPlot::Plugin, and PyQgv::Plugin.