|
Engauge Digitizer
2
|
Class that modifies QGraphicsView to present a two-dimensional profile, with movable dividers for selecting a range. More...
#include <ViewProfile.h>


Public Member Functions | |
| ViewProfile (QGraphicsScene *scene, int minimumWidth, QWidget *parent=0) | |
| Single constructor. More... | |
| virtual void | resizeEvent (QResizeEvent *event) |
| Intercept resize events so the geometry can be scaled to perfectly fit into the window. More... | |
Class that modifies QGraphicsView to present a two-dimensional profile, with movable dividers for selecting a range.
Definition at line 15 of file ViewProfile.h.
| ViewProfile::ViewProfile | ( | QGraphicsScene * | scene, |
| int | minimumWidth, | ||
| QWidget * | parent = 0 |
||
| ) |
|
virtual |
Intercept resize events so the geometry can be scaled to perfectly fit into the window.
Definition at line 53 of file ViewProfile.cpp.
1.8.14