Public Member Functions

IAlgorithmHolder Class Reference

#include <ialgorithm.h>

Inheritance diagram for IAlgorithmHolder:

List of all members.

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 ...

Detailed Description

Definition at line 34 of file ialgorithm.h.


Constructor & Destructor Documentation

virtual IAlgorithmHolder::~IAlgorithmHolder (  )  [inline, virtual]

Definition at line 37 of file ialgorithm.h.


Member Function Documentation

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:


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