Mercurial > hg > svgui
comparison view/Pane.h @ 136:a859b87162ca
* beginnings of drag up/down in layers as appropriate
author | Chris Cannam |
---|---|
date | Mon, 21 Aug 2006 16:26:35 +0000 |
parents | 9e6b3e239b9d |
children | b1a3a9400284 |
comparison
equal
deleted
inserted
replaced
135:e98130764635 | 136:a859b87162ca |
---|---|
91 bool m_shiftPressed; | 91 bool m_shiftPressed; |
92 bool m_ctrlPressed; | 92 bool m_ctrlPressed; |
93 bool m_navigating; | 93 bool m_navigating; |
94 bool m_resizing; | 94 bool m_resizing; |
95 size_t m_dragCentreFrame; | 95 size_t m_dragCentreFrame; |
96 float m_dragStartMinValue; | |
96 bool m_centreLineVisible; | 97 bool m_centreLineVisible; |
97 size_t m_selectionStartFrame; | 98 size_t m_selectionStartFrame; |
98 Selection m_editingSelection; | 99 Selection m_editingSelection; |
99 int m_editingSelectionEdge; | 100 int m_editingSelectionEdge; |
100 | 101 |