Qt 6.1
Qt Charts
C++ Classes
QSplineSeries
Qt Charts | Commercial or GPLv3
List of All Members for QSplineSeries
This is the complete list of members for
QSplineSeries
, including inherited members.
QSplineSeries
(QObject *)
enum
SeriesType
clicked
(const QPointF &)
colorChanged
(QColor)
doubleClicked
(const QPointF &)
hovered
(const QPointF &, bool)
nameChanged
()
opacityChanged
()
penChanged
(const QPen &)
pointAdded
(int)
pointLabelsClippingChanged
(bool)
pointLabelsColorChanged
(const QColor &)
pointLabelsFontChanged
(const QFont &)
pointLabelsFormatChanged
(const QString &)
pointLabelsVisibilityChanged
(bool)
pointRemoved
(int)
pointReplaced
(int)
pointsRemoved
(int, int)
pointsReplaced
()
pressed
(const QPointF &)
released
(const QPointF &)
useOpenGLChanged
()
visibleChanged
()
~QSplineSeries
()
append
(qreal, qreal)
append
(const QPointF &)
append
(const QList<QPointF> &)
at
(int) const : const QPointF &
attachAxis
(QAbstractAxis *) : bool
attachedAxes
() : QList<QAbstractAxis *>
brush
() const : QBrush
chart
() const : QChart *
clear
()
color
() const : QColor
count
() const : int
detachAxis
(QAbstractAxis *) : bool
hide
()
insert
(int, const QPointF &)
isVisible
() const : bool
name
() const : QString
opacity
() const : qreal
pen
() const : QPen
pointLabelsClipping
() const : bool
pointLabelsColor
() const : QColor
pointLabelsFont
() const : QFont
pointLabelsFormat
() const : QString
pointLabelsVisible
() const : bool
points
() const : QList<QPointF>
pointsVisible
() const : bool
remove
(qreal, qreal)
remove
(const QPointF &)
remove
(int)
removePoints
(int, int)
replace
(qreal, qreal, qreal, qreal)
replace
(const QPointF &, const QPointF &)
replace
(int, qreal, qreal)
replace
(int, const QPointF &)
replace
(const QList<QPointF> &)
setBrush
(const QBrush &)
setColor
(const QColor &)
setName
(const QString &)
setOpacity
(qreal)
setPen
(const QPen &)
setPointLabelsClipping
(bool)
setPointLabelsColor
(const QColor &)
setPointLabelsFont
(const QFont &)
setPointLabelsFormat
(const QString &)
setPointLabelsVisible
(bool)
setPointsVisible
(bool)
setUseOpenGL
(bool)
setVisible
(bool)
show
()
type
() const : QAbstractSeries::SeriesType
useOpenGL
() const : bool
operator<<
(const QPointF &) : QXYSeries &
operator<<
(const QList<QPointF> &) : QXYSeries &