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)
220 Q_DECLARE_METATYPE( KDChart::RelativePosition )
222 #endif // KDCHARTRELATIVEPOSITION_H