Qt Charts
C++ Classes
QLineSeries
Qt Charts 2.1.3 Reference Documentation
List of All Members for QLineSeries
This is the complete list of members for
QLineSeries
, including inherited members.
enum
SeriesType
QLineSeries
(QObject *)
~QLineSeries
()
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
()
clicked
(const QPointF &)
color
() const : QColor
colorChanged
(QColor )
count
() const : int
d_ptr
: QScopedPointer<QAbstractSeriesPrivate>
detachAxis
(QAbstractAxis *) : bool
doubleClicked
(const QPointF &)
hide
()
hovered
(const QPointF &, bool )
insert
(int , const QPointF &)
isVisible
() const : bool
name
() const : QString
nameChanged
()
opacity
() const : qreal
opacityChanged
()
pen
() const : QPen
penChanged
(const QPen &)
pointAdded
(int )
pointLabelsClipping
() const : bool
pointLabelsClippingChanged
(bool )
pointLabelsColor
() const : QColor
pointLabelsColorChanged
(const QColor &)
pointLabelsFont
() const : QFont
pointLabelsFontChanged
(const QFont &)
pointLabelsFormat
() const : QString
pointLabelsFormatChanged
(const QString &)
pointLabelsVisibilityChanged
(bool )
pointLabelsVisible
() const : bool
pointRemoved
(int )
pointReplaced
(int )
points
() const : QList<QPointF>
pointsRemoved
(int , int )
pointsReplaced
()
pointsVector
() const : QVector<QPointF>
pointsVisible
() const : bool
pressed
(const QPointF &)
released
(const 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
(QList<QPointF> )
replace
(QVector<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 : SeriesType
type
() const : QAbstractSeries::SeriesType
useOpenGL
() const : bool
useOpenGLChanged
()
visibleChanged
()
operator<<
(const QPointF &) : QXYSeries &
operator<<
(const QList<QPointF> &) : QXYSeries &