Kactus2
Kactus2 reference guide
Loading...
Searching...
No Matches
FieldExpressionsGatherer.h
Go to the documentation of this file.
1//-----------------------------------------------------------------------------
2// File: FieldExpressionsGatherer.h
3//-----------------------------------------------------------------------------
4// Project: Kactus2
5// Author: Mikko Teuho
6// Date: 29.04.2015
7//
8// Description:
9// Gathers expressions from a field.
10//-----------------------------------------------------------------------------
11
12#ifndef FIELDEXPRESSIONSGATHERER_H
13#define FIELDEXPRESSIONSGATHERER_H
14
15class Field;
16
17#include <QSharedPointer>
18#include <QStringList>
19
20//-----------------------------------------------------------------------------
22//-----------------------------------------------------------------------------
24{
25
26public:
27
32
37
45 QStringList getExpressions(QSharedPointer<Field> field) const;
46
47private:
48
51
54
55};
56
57#endif // FIELDEXPRESSIONSGATHERER_H
QStringList getExpressions(QSharedPointer< Field > field) const
virtual ~FieldExpressionsGatherer()