KChart
KChartAbstractPieDiagram.cpp
117void AbstractPieDiagram::setPieAttributes( const QModelIndex & index, const PieAttributes & attrs )
156void AbstractPieDiagram::setThreeDPieAttributes( const QModelIndex & index, const ThreeDPieAttributes & tda )
bool compare(const AbstractDiagram *other) const
Returns true if both diagrams have the same settings.
Definition KChartAbstractDiagram.cpp:54
void layoutChanged(KChart::AbstractDiagram *)
Diagrams are supposed to emit this signal, when the layout of one of their element changes.
bool compare(const AbstractPieDiagram *other) const
Returns true if both diagrams have the same settings.
Definition KChartAbstractPieDiagram.cpp:46
qreal granularity() const
Definition KChartAbstractPieDiagram.cpp:75
bool autoRotateLabels() const
Definition KChartAbstractPieDiagram.cpp:100
void setGranularity(qreal value)
Set the granularity: the smaller the granularity the more your diagram segments will show facettes in...
Definition KChartAbstractPieDiagram.cpp:70
void setStartPosition(int degrees)
Definition KChartAbstractPieDiagram.cpp:83
int startPosition() const
Definition KChartAbstractPieDiagram.cpp:89
void setAutoRotateLabels(bool autoRotate)
If this property is set, and if a pie's TextAttributes have no rotation set, its labels will automati...
Definition KChartAbstractPieDiagram.cpp:95
Base class for diagrams based on a polar coordinate system.
Definition KChartAbstractPolarDiagram.h:23
A set of attributes controlling the appearance of pie charts.
Definition KChartPieAttributes.h:22
QCA_EXPORT void init()
virtual bool setData(const QModelIndex &index, const QVariant &value, int role)
QAbstractItemModel * model() const const
Q_EMITQ_EMIT
QVariant fromValue(T &&value)
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:09:30 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:09:30 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.