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
15
class
Field;
16
17
#include <QSharedPointer>
18
#include <QStringList>
19
20
//-----------------------------------------------------------------------------
22
//-----------------------------------------------------------------------------
23
class
FieldExpressionsGatherer
24
{
25
26
public
:
27
31
FieldExpressionsGatherer
();
32
36
virtual
~FieldExpressionsGatherer
();
37
45
QStringList
getExpressions
(QSharedPointer<Field> field)
const
;
46
47
private
:
48
50
FieldExpressionsGatherer
(
const
FieldExpressionsGatherer
& other);
51
53
FieldExpressionsGatherer
& operator=(
const
FieldExpressionsGatherer
& other);
54
55
};
56
57
#endif
// FIELDEXPRESSIONSGATHERER_H
FieldExpressionsGatherer::FieldExpressionsGatherer
FieldExpressionsGatherer()
FieldExpressionsGatherer::getExpressions
QStringList getExpressions(QSharedPointer< Field > field) const
FieldExpressionsGatherer::~FieldExpressionsGatherer
virtual ~FieldExpressionsGatherer()
kactus2dev
KactusAPI
include
FieldExpressionsGatherer.h
Generated by
1.13.2