23 #ifndef KDCHARTRELATIVEPOSITION_H 24 #define KDCHARTRELATIVEPOSITION_H 82 void setReferenceArea(
QObject* area );
112 void setReferencePosition(
Position position );
124 void resetReferencePosition();
138 void setAlignment( Qt::Alignment flags );
139 Qt::Alignment alignment()
const;
153 void setHorizontalPadding(
const Measure& padding );
154 Measure horizontalPadding()
const;
168 void setVerticalPadding(
const Measure& padding );
169 Measure verticalPadding()
const;
171 void setRotation( qreal rot );
172 qreal rotation()
const;
186 const QPointF referencePoint(qreal* polarDegrees=0)
const;
198 const QPointF calculatedPoint(
const QSizeF& autoSize )
const;
210 #if !defined(QT_NO_DEBUG_STREAM) 222 #endif // KDCHARTRELATIVEPOSITION_H bool operator==(const Span &s1, const Span &s2)
#define KDCHART_DECLARE_PRIVATE_BASE_VALUE(X)
bool operator!=(const RelativePosition &other) const
Stores the absolute target points of a Position.
Measure is used to specify relative and absolute sizes in KDChart, e.g.
#define KDCHART_DECLARE_SWAP_SPECIALISATION(X)
Defines relative position information: reference area, position in this area (reference position)...
Class only listed here to document inheritance of some KDChart classes.
Defines a position, using compass terminology.
QDebug operator<<(QDebug stream, const DataDimension &r)
bool operator!=(const Span &s1, const Span &s2)
QT_BEGIN_NAMESPACE Q_DECLARE_TYPEINFO(KDChart::RelativePosition, Q_MOVABLE_TYPE)