#include <ialgorithm.h>
Inheritance diagram for IAlgorithmHolder:Public Member Functions | |
| virtual | ~IAlgorithmHolder () |
| virtual IAlgorithm::TAlgorithmList | getAlgorithms () const =0 |
| virtual QString | getPluginName () const =0 |
| Returns plugin name. | |
| virtual QString | getVersion () const =0 |
| Returns version of AutomataEditor for which algorithms are implemented, tested ... | |
Definition at line 34 of file ialgorithm.h.
| virtual IAlgorithmHolder::~IAlgorithmHolder | ( | ) | [inline, virtual] |
Definition at line 37 of file ialgorithm.h.
| virtual IAlgorithm::TAlgorithmList IAlgorithmHolder::getAlgorithms | ( | ) | const [pure virtual] |
Implemented in AlgorithmHolder, and PluginHowtoHolder.
Referenced by MainWindow::processAlgorithmsPlugin().
Here is the caller graph for this function:| virtual QString IAlgorithmHolder::getPluginName | ( | ) | const [pure virtual] |
Returns plugin name.
Implemented in AlgorithmHolder, and PluginHowtoHolder.
Referenced by MainWindow::processAlgorithmsPlugin().
Here is the caller graph for this function:| virtual QString IAlgorithmHolder::getVersion | ( | ) | const [pure virtual] |
Returns version of AutomataEditor for which algorithms are implemented, tested ...
Implemented in AlgorithmHolder, and PluginHowtoHolder.
Referenced by MainWindow::processAlgorithmsPlugin().
Here is the caller graph for this function:
1.7.0