#include <plugin_howto.h>
Public Member Functions | |
PluginHowtoHolder () | |
~PluginHowtoHolder () | |
IAlgorithm::TAlgorithmList | getAlgorithms () const |
QString | getPluginName () const |
Returns plugin name. | |
QString | getVersion () const |
Returns version of AutomataEditor for which algorithms are implemented, tested ... |
Definition at line 27 of file plugin_howto.h.
PluginHowtoHolder::PluginHowtoHolder | ( | ) |
Definition at line 38 of file plugin_howto.cpp.
PluginHowtoHolder::~PluginHowtoHolder | ( | ) |
Definition at line 41 of file plugin_howto.cpp.
IAlgorithm::TAlgorithmList PluginHowtoHolder::getAlgorithms | ( | ) | const [virtual] |
Implements IAlgorithmHolder.
Definition at line 44 of file plugin_howto.cpp.
QString PluginHowtoHolder::getPluginName | ( | ) | const [inline, virtual] |
QString PluginHowtoHolder::getVersion | ( | ) | const [inline, virtual] |
Returns version of AutomataEditor for which algorithms are implemented, tested ...
Implements IAlgorithmHolder.
Definition at line 37 of file plugin_howto.h.