KChart
KChartAbstractAxis.cpp
Definition of global enums.
Declaring the class KChart::Measure.
Base class for AbstractArea and AbstractAreaWidget: An area in the chart with a background,...
Definition KChartAbstractAreaBase.h:52
An area in the chart with a background, a frame, etc.
Definition KChartAbstractArea.h:36
RulerAttributes rulerAttributes() const
Returns the attributes to be used for painting the rulers.
Definition KChartAbstractAxis.cpp:194
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
void setLabels(const QStringList &list)
Use this to specify your own set of strings, to be used as axis labels.
Definition KChartAbstractAxis.cpp:199
void deleteObserver(AbstractDiagram *diagram)
Definition KChartAbstractAxis.cpp:158
void createObserver(AbstractDiagram *diagram)
Definition KChartAbstractAxis.cpp:153
QStringList labels() const
Returns a list of strings, that are used as axis labels, as set via setLabels.
Definition KChartAbstractAxis.cpp:208
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
void setRulerAttributes(const RulerAttributes &a)
Use this to specify the attributes used to paint the axis ruler.
Definition KChartAbstractAxis.cpp:188
void setTextAttributes(const TextAttributes &a)
Use this to specify the text attributes to be used for axis labels.
Definition KChartAbstractAxis.cpp:173
bool compare(const AbstractAxis *other) const
Returns true if both axes have the same settings.
Definition KChartAbstractAxis.cpp:131
TextAttributes textAttributes() const
Returns the text attributes to be used for axis labels.
Definition KChartAbstractAxis.cpp:182
QStringList shortLabels() const
Returns a list of strings, that are used as axis labels, as set via setShortLabels.
Definition KChartAbstractAxis.cpp:222
const AbstractCoordinatePlane * coordinatePlane() const
Convenience function, returns the coordinate plane, in which this axis is used.
Definition KChartAbstractAxis.cpp:227
virtual void delayedInit()
called for initializing after the c'tor has completed
Definition KChartAbstractAxis.cpp:123
virtual void connectSignals()
Wireing the signal/slot connections.
Definition KChartAbstractAxis.cpp:163
Base class common for all coordinate planes, CartesianCoordinatePlane, PolarCoordinatePlane,...
Definition KChartAbstractCoordinatePlane.h:31
AbstractDiagram defines the interface for diagram classes.
Definition KChartAbstractDiagram.h:37
A DiagramObserver watches the associated diagram for changes and deletion and emits corresponding sig...
Definition KChartDiagramObserver.h:31
void diagramDataChanged(KChart::AbstractDiagram *diagram)
This signal is emitted whenever the data of the diagram changes.
Measure is used to specify relative and absolute sizes in KChart, e.g.
Definition KChartMeasure.h:38
A set of attributes controlling the appearance of axis rulers.
Definition KChartRulerAttributes.h:26
QCA_EXPORT void init()
QMetaObject::Connection connect(const QObject *sender, PointerToMemberFunction signal, Functor functor)
QFuture< ArgsType< Signal > > connect(Sender *sender, Signal signal)
singleShot
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.