Canvas of a QwtPolarPlot.
More...
#include <qwt_polar_canvas.h>
Canvas of a QwtPolarPlot.
The canvas is the widget, where all polar items are painted to.
- Note
- In opposite to QwtPlot all axes are painted on the canvas.
- See also
- QwtPolarPlot
Definition at line 27 of file qwt_polar_canvas.h.
◆ PaintAttribute
Paint attributes.
The default setting enables BackingStore
- See also
- setPaintAttribute(), testPaintAttribute(), backingStore()
Enumerator |
---|
BackingStore | Paint double buffered and reuse the content of the pixmap buffer for some spontaneous repaints that happen when a plot gets unhidden, deiconified or changes the focus.
|
Definition at line 40 of file qwt_polar_canvas.h.
◆ QwtPolarCanvas()
◆ ~QwtPolarCanvas()
QwtPolarCanvas::~QwtPolarCanvas |
( |
| ) |
|
|
virtual |
◆ backingStore()
const QPixmap * QwtPolarCanvas::backingStore |
( |
| ) |
const |
◆ invalidateBackingStore()
void QwtPolarCanvas::invalidateBackingStore |
( |
| ) |
|
◆ invTransform()
QwtPointPolar QwtPolarCanvas::invTransform |
( |
const QPoint & |
pos | ) |
const |
Translate a point from widget into plot coordinates
- Parameters
-
pos | Point in widget coordinates of the plot canvas |
- Returns
- Point in plot coordinates
- See also
- transform()
Definition at line 267 of file qwt_polar_canvas.cpp.
◆ paintEvent()
void QwtPolarCanvas::paintEvent |
( |
QPaintEvent * |
event | ) |
|
|
protectedvirtual |
◆ plot() [1/2]
◆ plot() [2/2]
◆ resizeEvent()
void QwtPolarCanvas::resizeEvent |
( |
QResizeEvent * |
event | ) |
|
|
protectedvirtual |
◆ setPaintAttribute()
void QwtPolarCanvas::setPaintAttribute |
( |
PaintAttribute |
attribute, |
|
|
bool |
on = true |
|
) |
| |
◆ testPaintAttribute()
bool QwtPolarCanvas::testPaintAttribute |
( |
PaintAttribute |
attribute | ) |
const |
◆ transform()
QPoint QwtPolarCanvas::transform |
( |
const QwtPointPolar & |
polarPos | ) |
const |
Translate a point from plot into widget coordinates
- Parameters
-
polarPos | Point in plot coordinates |
- Returns
- Point in widget coordinates
- See also
- transform()
Definition at line 310 of file qwt_polar_canvas.cpp.
◆ m_data
The documentation for this class was generated from the following files: