![]() |
Kactus2
Kactus2 reference guide
|
Gathers expressions from a field. More...
#include <FieldExpressionsGatherer.h>
Public Member Functions | |
FieldExpressionsGatherer () | |
virtual | ~FieldExpressionsGatherer () |
QStringList | getExpressions (QSharedPointer< Field > field) const |
Gathers expressions from a field.
Definition at line 23 of file FieldExpressionsGatherer.h.
FieldExpressionsGatherer::FieldExpressionsGatherer | ( | ) |
The constructor.
|
virtual |
The destructor.
QStringList FieldExpressionsGatherer::getExpressions | ( | QSharedPointer< Field > | field | ) | const |
Get the expressions from a given field.
[in] | field | The given field. |