|
QWT API (English) 7.0.1
Qt Widget Library for Technical Applications - English API Documentation
|
#include "qwt_global.h"#include "qwt_math.h"#include <qpoint.h>#include <qmetatype.h>#include <qmath.h>Go to the source code of this file.
Classes | |
| class | QwtPointPolar |
| A point in polar coordinates. More... | |
Functions | |
| Q_DECLARE_TYPEINFO (QwtPointPolar, Q_MOVABLE_TYPE) | |
| Q_DECLARE_METATYPE (QwtPointPolar) | |
| QWT_EXPORT QDebug | operator<< (QDebug, const QwtPointPolar &) |
| QPoint | qwtPolar2Pos (const QPoint &pole, double radius, double angle) |
| QPoint | qwtDegree2Pos (const QPoint &pole, double radius, double angle) |
| QPointF | qwtPolar2Pos (const QPointF &pole, double radius, double angle) |
| QPointF | qwtDegree2Pos (const QPointF &pole, double radius, double angle) |
| QPointF | qwtFastPolar2Pos (const QPointF &pole, double radius, double angle) |
| QPointF | qwtFastDegree2Pos (const QPointF &pole, double radius, double angle) |
| QwtPointPolar | qwtFastPos2Polar (const QPointF &pos) |