Qt 5.13
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.
typedef
QObjectList
QSplineSeries
(QObject *)
QT_NO_NARROWING_CONVERSIONS_IN_CONNECT
Q_CLASSINFO
(, )
Q_DISABLE_COPY
()
Q_DISABLE_COPY_MOVE
()
Q_DISABLE_MOVE
()
Q_EMIT
Q_ENUM
(
...
)
Q_ENUM_NS
(
...
)
Q_FLAG
(
...
)
Q_FLAG_NS
(
...
)
Q_GADGET
Q_INTERFACES
(
...
)
Q_INVOKABLE
Q_NAMESPACE
Q_OBJECT
Q_PROPERTY
(
...
)
Q_REVISION
Q_SET_OBJECT_NAME
()
Q_SIGNAL
Q_SIGNALS
Q_SLOT
Q_SLOTS
enum
SeriesType
colorChanged
(QColor )
deleteLater
()
nameChanged
()
objectNameChanged
(const QString &)
opacityChanged
()
pointLabelsClippingChanged
(bool )
pointLabelsColorChanged
(const QColor &)
pointLabelsFontChanged
(const QFont &)
pointLabelsFormatChanged
(const QString &)
pointLabelsVisibilityChanged
(bool )
useOpenGLChanged
()
visibleChanged
()
~QSplineSeries
()
append
(qreal , qreal )
append
(const QPointF &)
append
(const QList<QPointF> &)
at
(int ) const : const QPointF &
attachAxis
(QAbstractAxis *) : bool
attachedAxes
() : QList<QAbstractAxis *>
blockSignals
(bool ) : bool
chart
() const : QChart *
childEvent
(QChildEvent *)
clear
()
color
() const : QColor
connect
(const QObject *, const char *, const QObject *, const char *, Qt::ConnectionType ) : QMetaObject::Connection
connect
(const QObject *, const QMetaMethod &, const QObject *, const QMetaMethod &, Qt::ConnectionType ) : QMetaObject::Connection
connectNotify
(const QMetaMethod &)
count
() const : int
customEvent
(QEvent *)
detachAxis
(QAbstractAxis *) : bool
disconnect
(const QObject *, const char *, const QObject *, const char *) : bool
disconnect
(const QObject *, const QMetaMethod &, const QObject *, const QMetaMethod &) : bool
disconnect
(const QMetaObject::Connection &) : bool
disconnectNotify
(const QMetaMethod &)
dumpObjectInfo
() const
dumpObjectTree
() const
dynamicPropertyNames
() const : QList<QByteArray>
event
(QEvent *) : bool
eventFilter
(QObject *, QEvent *) : bool
hide
()
insert
(int , const QPointF &)
isSignalConnected
(const QMetaMethod &) const : bool
isVisible
() const : bool
killTimer
(int )
moveToThread
(QThread *)
name
() const : QString
objectName
() const : QString
opacity
() const : qreal
pointLabelsClipping
() const : bool
pointLabelsColor
() const : QColor
pointLabelsFont
() const : QFont
pointLabelsFormat
() const : QString
pointLabelsVisible
() const : bool
points
() const : QList<QPointF>
pointsVector
() const : QVector<QPointF>
pointsVisible
() const : bool
property
(const char *) const : QVariant
receivers
(const char *) const : int
remove
(qreal , qreal )
remove
(const QPointF &)
remove
(int )
removeEventFilter
(QObject *)
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> )
sender
() const : QObject *
senderSignalIndex
() const : int
setBrush
(const QBrush &)
setColor
(const QColor &)
setName
(const QString &)
setObjectName
(const QString &)
setOpacity
(qreal )
setParent
(QObject *)
setPen
(const QPen &)
setPointLabelsClipping
(bool )
setPointLabelsColor
(const QColor &)
setPointLabelsFont
(const QFont &)
setPointLabelsFormat
(const QString &)
setPointLabelsVisible
(bool )
setPointsVisible
(bool )
setProperty
(const char *, const QVariant &) : bool
setUseOpenGL
(bool )
setVisible
(bool )
show
()
startTimer
(int , Qt::TimerType ) : int
staticMetaObject
:
thread
() const : QThread *
type
() const : QAbstractSeries::SeriesType
useOpenGL
() const : bool
operator<<
(const QPointF &) : QXYSeries &
operator<<
(const QList<QPointF> &) : QXYSeries &