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

filter functor which accepts only those JKQTPPlotElement where JKQTPPlotElement::getYAxisRef() returns the JKQTPCoordinateAxisRef supplied to the constructor, e.g. in getGraphsXMinMax() or getGraphsYMinMax() More...

#include <jkqtpbaseplotter.h>

Public Member Functions

 filterPlotElementByYAxis (JKQTPCoordinateAxisRef ref_)
 
bool operator() (const JKQTPPlotElement *el) const
 

Private Attributes

JKQTPCoordinateAxisRef ref
 

Detailed Description

filter functor which accepts only those JKQTPPlotElement where JKQTPPlotElement::getYAxisRef() returns the JKQTPCoordinateAxisRef supplied to the constructor, e.g. in getGraphsXMinMax() or getGraphsYMinMax()

See also
getGraphsXMinMax(), getGraphsYMinMax(), PlotElementPreciate

Constructor & Destructor Documentation

◆ filterPlotElementByYAxis()

JKQTBasePlotter::filterPlotElementByYAxis::filterPlotElementByYAxis ( JKQTPCoordinateAxisRef  ref_)
inlineexplicit

Member Function Documentation

◆ operator()()

bool JKQTBasePlotter::filterPlotElementByYAxis::operator() ( const JKQTPPlotElement el) const
inline

Member Data Documentation

◆ ref

JKQTPCoordinateAxisRef JKQTBasePlotter::filterPlotElementByYAxis::ref
private

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