#include <MyQGraphicsView.h>
Public Slots | |
| void | animFinished () | 
| void | scalingTime (qreal x) | 
Public Member Functions | |
| MyQGraphicsView (QWidget *) | |
Public Attributes | |
| qreal | scale_factor | 
Private Member Functions | |
| void | wheelEvent (QWheelEvent *event) | 
Private Attributes | |
| int | _numScheduledScalings | 
Definition at line 7 of file MyQGraphicsView.h.
| MyQGraphicsView::MyQGraphicsView | ( | QWidget * | widget | ) | 
Definition at line 47 of file MyQGraphicsView.cpp.
| void MyQGraphicsView::animFinished | ( | ) |  [slot] | 
        
Definition at line 38 of file MyQGraphicsView.cpp.
| void MyQGraphicsView::scalingTime | ( | qreal | x | ) |  [slot] | 
        
Definition at line 19 of file MyQGraphicsView.cpp.
| void MyQGraphicsView::wheelEvent | ( | QWheelEvent * | event | ) |  [private] | 
        
Definition at line 3 of file MyQGraphicsView.cpp.
int MyQGraphicsView::_numScheduledScalings [private] | 
        
Definition at line 11 of file MyQGraphicsView.h.
Definition at line 19 of file MyQGraphicsView.h.