KChart
KChartAbstractAxis.cpp
An area in the chart with a background, a frame, etc.
Definition: KChartAbstractArea.h:33
QStringList labels() const
Returns a list of strings, that are used as axis labels, as set via setLabels.
Definition: KChartAbstractAxis.cpp:208
Base class for AbstractArea and AbstractAreaWidget: An area in the chart with a background,...
Definition: KChartAbstractAreaBase.h:51
singleShot
void diagramDataChanged(KChart::AbstractDiagram *diagram)
This signal is emitted whenever the data of the diagram changes.
Base class common for all coordinate planes, CartesianCoordinatePlane, PolarCoordinatePlane,...
Definition: KChartAbstractCoordinatePlane.h:30
A set of attributes controlling the appearance of axis rulers.
Definition: KChartRulerAttributes.h:25
Declaring the class KChart::Measure.
QMetaObject::Connection connect(const QObject *sender, const char *signal, const QObject *receiver, const char *method, Qt::ConnectionType type)
void setTextAttributes(const TextAttributes &a)
Use this to specify the text attributes to be used for axis labels.
Definition: KChartAbstractAxis.cpp:173
const AbstractCoordinatePlane * coordinatePlane() const
Convenience function, returns the coordinate plane, in which this axis is used.
Definition: KChartAbstractAxis.cpp:227
void deleteObserver(AbstractDiagram *diagram)
Definition: KChartAbstractAxis.cpp:158
void setShortLabels(const QStringList &list)
Use this to specify your own set of strings, to be used as axis labels, in case the normal labels are...
Definition: KChartAbstractAxis.cpp:213
Definition of global enums.
TextAttributes textAttributes() const
Returns the text attributes to be used for axis labels.
Definition: KChartAbstractAxis.cpp:182
A DiagramObserver watches the associated diagram for changes and deletion and emits corresponding sig...
Definition: KChartDiagramObserver.h:30
Measure is used to specify relative and absolute sizes in KChart, e.g. font sizes.
Definition: KChartMeasure.h:37
void setRulerAttributes(const RulerAttributes &a)
Use this to specify the attributes used to paint the axis ruler.
Definition: KChartAbstractAxis.cpp:188
bool compare(const AbstractAxis *other) const
Returns true if both axes have the same settings.
Definition: KChartAbstractAxis.cpp:131
void createObserver(AbstractDiagram *diagram)
Definition: KChartAbstractAxis.cpp:153
virtual void delayedInit()
called for initializing after the c'tor has completed
Definition: KChartAbstractAxis.cpp:123
void init(KXmlGuiWindow *window, KGameDifficulty *difficulty=nullptr)
virtual void connectSignals()
Wireing the signal/slot connections.
Definition: KChartAbstractAxis.cpp:163
AbstractDiagram defines the interface for diagram classes.
Definition: KChartAbstractDiagram.h:36
RulerAttributes rulerAttributes() const
Returns the attributes to be used for painting the rulers.
Definition: KChartAbstractAxis.cpp:194
QStringList shortLabels() const
Returns a list of strings, that are used as axis labels, as set via setShortLabels.
Definition: KChartAbstractAxis.cpp:222
void setLabels(const QStringList &list)
Use this to specify your own set of strings, to be used as axis labels.
Definition: KChartAbstractAxis.cpp:199
virtual const QString customizedLabel(const QString &label) const
Reimplement this method if you want to adjust axis labels before they are printed.
Definition: KChartAbstractAxis.cpp:147
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Sat Dec 2 2023 03:54:42 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Sat Dec 2 2023 03:54:42 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.