SWMMVis
6.0.0-alpha.4
Qt6/C++ GIS-based graphical user interface for the SWMMVis engine (6.0.0-alpha.4)
Loading...
Searching...
No Matches
expressionevaluator.h
Go to the documentation of this file.
1
32
#ifndef OPENSWMM_RENDER_EXPRESSIONEVALUATOR_H
33
#define OPENSWMM_RENDER_EXPRESSIONEVALUATOR_H
34
35
#include <QString>
36
#include <QVariantMap>
37
38
namespace
OpenSWMM::Render
{
39
40
class
ExpressionEvaluator
41
{
42
public
:
45
static
bool
eval
(
const
QString &expression,
46
const
QVariantMap &attrs,
47
QString *errorOut =
nullptr
);
48
};
49
50
}
// namespace OpenSWMM::Render
51
52
#endif
// OPENSWMM_RENDER_EXPRESSIONEVALUATOR_H
OpenSWMM::Render::ExpressionEvaluator
Definition
expressionevaluator.h:41
OpenSWMM::Render::ExpressionEvaluator::eval
static bool eval(const QString &expression, const QVariantMap &attrs, QString *errorOut=nullptr)
Definition
expressionevaluator.cpp:352
OpenSWMM::Render
Definition
gisrasterlayer.h:40
include
render
expressionevaluator.h
Generated by
1.9.8