KChart
KChartPosition.h
36 * For each piece (slice/bar, etc.) of a chart for example, you can specify the position of the value
40 * \image html position-alignments.png "Figure 1: Different interpretations of KChart::Position within KChart"
110 static QStringList printableNames( Options options = Options(IncludeCenter | IncludeFloating) );
124 inline bool Position::operator!=( const Position & other ) const { return !operator==( other ); }
qreal left() const const
QDataStream & operator<<(QDataStream &out, const KDateTime &dateTime)
Definition: KChartPosition.h:22
QPointF bottomLeft() const const
QPointF topLeft() const const
QPointF bottomRight() const const
qreal bottom() const const
Stores the absolute target points of a Position.
Definition: KChartPosition.h:131
Definition of global enums.
qreal top() const const
qreal right() const const
QPointF center() const const
qreal x() const const
qreal y() const const
QRectF normalized() const const
PositionValue
Numerical values of the static KChart::Position instances, for using a Position::value() with a switc...
Definition: KChartEnums.h:180
bool isNull() const const
QPointF topRight() const const
Contains KChart macros.
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Fri Sep 29 2023 03:58:52 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Fri Sep 29 2023 03:58:52 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.