JKQTPlotter trunk/v5.0.0
an extensive Qt5+Qt6 Plotter framework (including a feature-richt plotter widget, a speed-optimized, but limited variant and a LaTeX equation renderer!), written fully in C/C++ and without external dependencies
|
description of a user registered function More...
#include <jkqtpmathparser.h>
Public Member Functions | |
jkmpFunctionDescriptor (jkmpEvaluateFunc function_=nullptr) | |
Public Attributes | |
jkmpEvaluateFunc | function |
a pointer to the function implementation | |
std::string | name |
name of the function | |
description of a user registered function
JKQTPMathParser::jkmpFunctionDescriptor::jkmpFunctionDescriptor | ( | jkmpEvaluateFunc | function_ = nullptr | ) |
jkmpEvaluateFunc JKQTPMathParser::jkmpFunctionDescriptor::function |
a pointer to the function implementation
std::string JKQTPMathParser::jkmpFunctionDescriptor::name |
name of the function