Kactus2
Kactus2 reference guide
Loading...
Searching...
No Matches
ModelParameterVisualizer.h
Go to the documentation of this file.
1//-----------------------------------------------------------------------------
2// File: ModelParameterVisualizer.h
3//-----------------------------------------------------------------------------
4// Project: Kactus 2
5// Author: Esko Pekkarinen
6// Date: 18.09.2014
7//
8// Description:
9// Interface for model parameter visualizers in component import.
10//-----------------------------------------------------------------------------
11
12#ifndef MODELPARAMTERVISUALIZER_H
13#define MODELPARAMTERVISUALIZER_H
14
15#include <QSharedPointer>
16
17class ModelParameter;
18
19//-----------------------------------------------------------------------------
21//-----------------------------------------------------------------------------
23{
24public:
25
28
34 virtual void registerChangeListener(QObject const* listener) = 0;
35};
36
37#endif // MODELPARAMTERVISUALIZER_H
Interface for model parameter visualizers in component import.
virtual void registerChangeListener(QObject const *listener)=0
virtual ~ModelParameterVisualizer()
The destructor.