List of All Members for LineSeries
LineSeriesのメンバ一覧(継承メンバを含む)です。
- capStyle : Qt::PenCapStyle
- pointDelegate : Component
- width : real
- capStyleChanged()
- widthChanged()
以下のメンバはXYSeries から継承されています。
- color : color
- count : int
- pointDelegate : Component
- selectedColor : color
- selectedPoints : list<int>
- append(list<point> points)
- append(point point)
- append(real x, real y)
- point at(int index)
- clear()
- colorChanged(color color)
- deselectAllPoints()
- deselectPoint(int index)
- deselectPoints(list<int> indexes)
- draggableChanged()
- int find(point point)
- insert(int index, point point)
- bool isPointSelected(int index)
- pointMarkerChanged()
- pointReplaced(int index)
- pointsReplaced()
- remove(int index)
- remove(point point)
- remove(real x, real y)
- removeMultiple(int index, int count)
- replace(list<point> points)
- replace(int index, point newPoint)
- replace(point oldPoint, point newPoint)
- replace(int index, real newX, real newY)
- replace(real oldX, real oldY, real newX, real newY)
- selectAllPoints()
- selectPoint(int index)
- selectPoints(list<int> indexes)
- selectedColorChanged(color color)
- selectedPointsChanged()
- setPointSelected(int index, bool selected)
- bool take(point point)
- toggleSelection(list<int> indexes)
以下のメンバはAbstractSeries から継承されます。
- hoverable : bool
- legendData : list<LegendData>
- name : string
- opacity : real
- selectable : bool
- type : enumeration
- valuesMultiplier : real
- visible : bool
- hoverableChanged()
- legendDataChanged()
- nameChanged()
- opacityChanged()
- selectableChanged()
- themeChanged()
- valuesMultiplierChanged()
- visibleChanged()
© 2025 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.