All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines
A PolarGridPlot is a layer to draw polar colored grids. More...
#include <PolarGridPlot.h>
Signals | |
| void | clicked (double r, double phi) |
Public Member Functions | |
| virtual bool | mouseReleaseEvent (QMouseEvent *e, int) |
| PolarGridPlot (AxisWindow *parent) | |
| ~PolarGridPlot () | |
Protected Member Functions | |
| virtual void | paintData (const LayerPainterRequest &lp, QPainter &p, double dotpercm) const |
A PolarGridPlot is a layer to draw polar colored grids.
| SciFigs::PolarGridPlot::PolarGridPlot | ( | AxisWindow * | parent | ) |
References TRACE.
:
GridPlot(parent)
{
TRACE;
_theGrid=new Grid2D<double>;
}
| void SciFigs::PolarGridPlot::clicked | ( | double | r, |
| double | phi | ||
| ) | [signal] |
Referenced by mouseReleaseEvent().
| bool SciFigs::PolarGridPlot::mouseReleaseEvent | ( | QMouseEvent * | e, |
| int | |||
| ) | [virtual] |
| void SciFigs::PolarGridPlot::paintData | ( | const LayerPainterRequest & | lp, |
| QPainter & | p, | ||
| double | dotpercm | ||
| ) | const [protected, virtual] |
Implements SciFigs::GraphContentLayer.
References TRACE.