Mercurial > hg > svgui
comparison view/Pane.h @ 172:d0b95a8cac96
* A start to a panner widget to go with thumbwheels
author | Chris Cannam |
---|---|
date | Wed, 18 Oct 2006 16:38:30 +0000 |
parents | b1a3a9400284 |
children | 96b8a790730a |
comparison
equal
deleted
inserted
replaced
171:78d523e8433e | 172:d0b95a8cac96 |
---|---|
26 | 26 |
27 class QWidget; | 27 class QWidget; |
28 class QPaintEvent; | 28 class QPaintEvent; |
29 class Layer; | 29 class Layer; |
30 class Thumbwheel; | 30 class Thumbwheel; |
31 class Panner; | |
31 | 32 |
32 class Pane : public View | 33 class Pane : public View |
33 { | 34 { |
34 Q_OBJECT | 35 Q_OBJECT |
35 | 36 |
106 FreeDrag | 107 FreeDrag |
107 }; | 108 }; |
108 DragMode m_dragMode; | 109 DragMode m_dragMode; |
109 | 110 |
110 QWidget *m_headsUpDisplay; | 111 QWidget *m_headsUpDisplay; |
112 Panner *m_vpan; | |
111 Thumbwheel *m_hthumb; | 113 Thumbwheel *m_hthumb; |
112 Thumbwheel *m_vthumb; | 114 Thumbwheel *m_vthumb; |
113 }; | 115 }; |
114 | 116 |
115 #endif | 117 #endif |