Qt 6.7
Qt Graphs
C++ Classes
QtGraphs (Technical Preview)
QLineSeries
Qt Graphs | Commercial or GPLv3
List of All Members for QLineSeries
This is the complete list of members for
QLineSeries
, including inherited members.
enum
SeriesType
append
(qreal, qreal)
append
(const QPointF &)
append
(const QList<QPointF> &)
at
(int) const : const QPointF &
attachAxis
(QAbstractAxis *) : bool
attachedAxes
() : QList<QAbstractAxis *>
axisX
() const : QAbstractAxis *
axisXChanged
()
axisY
() const : QAbstractAxis *
axisYChanged
()
capStyle
() const : Qt::PenCapStyle
capStyleChanged
()
clear
()
color
() const : QColor
colorChanged
(QColor)
count
() const : int
deselectAllPoints
()
deselectPoint
(int)
deselectPoints
(const QList<int> &)
detachAxis
(QAbstractAxis *) : bool
graph
() const : QGraphsView *
hide
()
hover
(QString, QPointF, QPointF)
hoverEnter
(QString, QPointF, QPointF)
hoverExit
(QString, QPointF)
hoverable
() const : bool
hoverableChanged
()
insert
(int, const QPointF &)
isPointSelected
(int) : bool
isVisible
() const : bool
markerSize
() const : qreal
markerSizeChanged
(qreal)
name
() const : QString
nameChanged
()
opacity
() const : qreal
opacityChanged
()
pointMarker
() const : QQmlComponent *
pointMarkerChanged
()
pointReplaced
(int)
points
() const : QList<QPointF>
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> &)
selectAllPoints
()
selectPoint
(int)
selectPoints
(const QList<int> &)
selectable
() const : bool
selectableChanged
()
selectedColor
() const : QColor
selectedColorChanged
(const QColor &)
selectedPoints
() const : QList<int>
seriesChildren
() : QQmlListProperty<QObject>
setAxisX
(QAbstractAxis *)
setAxisY
(QAbstractAxis *)
setCapStyle
(const Qt::PenCapStyle &)
setColor
(const QColor &)
setHoverable
(bool)
setMarkerSize
(qreal)
setName
(const QString &)
setOpacity
(qreal)
setPointMarker
(QQmlComponent *)
setPointSelected
(int, bool)
setSelectable
(bool)
setSelectedColor
(const QColor &)
setTheme
(QSeriesTheme *)
setValuesMultiplier
(qreal)
setVisible
(bool)
setWidth
(qreal)
show
()
theme
() const : QSeriesTheme *
themeChanged
()
toggleSelection
(const QList<int> &)
type
() const : QAbstractSeries::SeriesType
valuesMultiplier
() const : qreal
valuesMultiplierChanged
()
visibleChanged
()
width
() const : qreal
widthChanged
()