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
38namespace OpenSWMM::Render {
39
41{
42public:
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
Definition expressionevaluator.h:41
static bool eval(const QString &expression, const QVariantMap &attrs, QString *errorOut=nullptr)
Definition expressionevaluator.cpp:352
Definition gisrasterlayer.h:40