38 NRT_BEGIN_UNCHECKED_INCLUDES
40 NRT_END_UNCHECKED_INCLUDES
43 class ProfilerView :
public QGraphicsView
49 ProfilerView(QGraphicsScene * scene, QWidget * parent = 0);
52 virtual ~ProfilerView();
56 void refresh(
double const seconds = 0.0);
59 void wheelEvent(QWheelEvent * e);
60 void resizeEvent(QResizeEvent * e);
61 void mouseMoveEvent(QMouseEvent * e);
64 QGraphicsScene * itsScene;
65 qreal itsLimitSeconds;