12 #if QT_VERSION >= 0x050200
23 static const struct RegisterQwtPointPolar
25 inline RegisterQwtPointPolar()
27 qRegisterMetaType< QwtPointPolar >();
29 #if QT_VERSION >= 0x050200
30 QMetaType::registerConverter< QPointF, QwtPointPolar >( qwtPointToPolar );
35 } qwtRegisterQwtPointPolar;
71 return QPointF( 0.0, 0.0 );
76 return QPointF(
x,
y );
123 if ( azimuth < -2.0 * M_PI || azimuth >= 2 *
M_PI )
132 #ifndef QT_NO_DEBUG_STREAM
138 debug.nospace() <<
"QwtPointPolar("
141 return debug.space();