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
JKQTPParsedFunctionLineGraphBase::ParsedFunctionLineGraphFunctionData Struct Reference

INTERNAL data structure combining a JKQTPMathParser and a JKQTPMathParser::jkmpNode. More...

#include <jkqtpparsedfunction.h>

Collaboration diagram for JKQTPParsedFunctionLineGraphBase::ParsedFunctionLineGraphFunctionData:
[legend]

Public Member Functions

 ParsedFunctionLineGraphFunctionData ()
 

Public Attributes

QString dependentVariableName
 
std::shared_ptr< JKQTPMathParser::jkmpNodenode
 
std::shared_ptr< JKQTPMathParserparser
 
int varcount
 

Detailed Description

INTERNAL data structure combining a JKQTPMathParser and a JKQTPMathParser::jkmpNode.

Constructor & Destructor Documentation

◆ ParsedFunctionLineGraphFunctionData()

JKQTPParsedFunctionLineGraphBase::ParsedFunctionLineGraphFunctionData::ParsedFunctionLineGraphFunctionData ( )
inline

Member Data Documentation

◆ dependentVariableName

QString JKQTPParsedFunctionLineGraphBase::ParsedFunctionLineGraphFunctionData::dependentVariableName

◆ node

std::shared_ptr<JKQTPMathParser::jkmpNode> JKQTPParsedFunctionLineGraphBase::ParsedFunctionLineGraphFunctionData::node

◆ parser

std::shared_ptr<JKQTPMathParser> JKQTPParsedFunctionLineGraphBase::ParsedFunctionLineGraphFunctionData::parser

◆ varcount

int JKQTPParsedFunctionLineGraphBase::ParsedFunctionLineGraphFunctionData::varcount

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