QBarLegendMarker Class
La clase QBarLegendMarker es un marcador de leyenda para una serie de barras. Más...
| Header: | #include <QBarLegendMarker> |
| Inherits: | QLegendMarker |
Funciones Públicas
| virtual | ~QBarLegendMarker() |
| QBarSet * | barset() |
Funciones Públicas Reimplementadas
| virtual QAbstractBarSeries * | series() override |
| virtual QLegendMarker::LegendMarkerType | type() override |
Descripción detallada
Un marcador de leyenda de barras está relacionado con las clases derivadas de QAbstractBarSeries. Con una serie de barras, cada marcador está relacionado con un QBarSet.
Véase también QLegend, QAbstractBarSeries, y QBarSet.
Documentación de las funciones miembro
[virtual noexcept] QBarLegendMarker::~QBarLegendMarker()
Elimina el marcador de leyenda de un conjunto de barras.
QBarSet *QBarLegendMarker::barset()
Devuelve el conjunto de barras relacionado con el marcador.
[override virtual] QAbstractBarSeries *QBarLegendMarker::series()
Reimplementa: QLegendMarker::series().
[override virtual] QLegendMarker::LegendMarkerType QBarLegendMarker::type()
Reimplementa: QLegendMarker::type().
© 2026 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.