Krita Source Code Documentation
Loading...
Searching...
No Matches
SeExprVariable.h
Go to the documentation of this file.
1/*
2 * This file is part of Krita
3 *
4 * SPDX-FileCopyrightText: 2020 L. E. Segovia <amy@amyspark.me>
5 *
6 * SPDX-License-Identifier: GPL-2.0-or-later
7 */
8
9#include <QMap>
10#include <KSeExpr/Expression.h>
11
12class SeExprVariable : public KSeExpr::ExprVarRef
13{
14public:
15 double m_value;
16
18 SeExprVariable(const double v);
19
20 void eval(double *result) override;
21 void eval(const char **result) override;
22};
qreal v
void eval(double *result) override