Kstars
focusprofileplot.cpp
62 currentFrequencies.append((1 / (stdDev * sqrt(2 * M_PI))) * exp(-1 * (x * x) / (2 * (stdDev * stdDev))));
void setData(QSharedPointer< QCPGraphDataContainer > data)
Definition qcustomplot.cpp:20918
The central class of the library. This is the QWidget which displays the plot and interacts with the ...
Definition qcustomplot.h:3791
QCPGraph * addGraph(QCPAxis *keyAxis=nullptr, QCPAxis *valueAxis=nullptr)
Definition qcustomplot.cpp:14428
Q_SLOT void replot(QCustomPlot::RefreshPriority refreshPriority=QCustomPlot::rpRefreshHint)
Definition qcustomplot.cpp:15120
Q_SLOT void rescaleAxes(bool onlyVisiblePlottables=false)
Definition qcustomplot.cpp:15192
QAction * end(const QObject *recvr, const char *slot, QObject *parent)
void append(QList< T > &&value)
void setColor(const QColor &color)
void setStyle(Qt::PenStyle style)
void setWidth(int width)
black
DotLine
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:38:43 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:38:43 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.