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
Loading...
Searching...
No Matches

This class represents a variable. More...

#include <jkqtpmathparser.h>

Inheritance diagram for JKQTPMathParser::jkmpVariableNode:
[legend]
Collaboration diagram for JKQTPMathParser::jkmpVariableNode:
[legend]

Public Member Functions

 jkmpVariableNode (const std::string &name, JKQTPMathParser *p, jkmpNode *par)
 constructor for a jkmpVariableNode
 
virtual jkmpResult evaluate () override
 evaluate this node
 
- Public Member Functions inherited from JKQTPMathParser::jkmpNode
 jkmpNode (JKQTPMathParser *parser_=nullptr, jkmpNode *parent_=nullptr)
 
virtual ~jkmpNode ()
 virtual class destructor
 
jkmpNodegetParent ()
 returns a pointer to the parent node
 
JKQTPMathParsergetParser ()
 return a pointer to the JKQTPMathParser

 
void setParent (jkmpNode *par)
 sets the parent node

 
void setParser (JKQTPMathParser *mp)
 set the JKQTPMathParser

 

Private Attributes

std::string var
 

Additional Inherited Members

- Protected Attributes inherited from JKQTPMathParser::jkmpNode
jkmpNodeparent
 points to the parent node
 
JKQTPMathParserparser
 points to the parser object that is used to evaluate this node
 

Detailed Description

This class represents a variable.

Constructor & Destructor Documentation

◆ jkmpVariableNode()

JKQTPMathParser::jkmpVariableNode::jkmpVariableNode ( const std::string &  name,
JKQTPMathParser p,
jkmpNode par 
)

constructor for a jkmpVariableNode

Parameters
namename of the variable
pa pointer to a JKQTPMathParser object
para pointer to the parent node

Member Function Documentation

◆ evaluate()

virtual jkmpResult JKQTPMathParser::jkmpVariableNode::evaluate ( )
overridevirtual

evaluate this node

Implements JKQTPMathParser::jkmpNode.

Member Data Documentation

◆ var

std::string JKQTPMathParser::jkmpVariableNode::var
private

The documentation for this class was generated from the following file: