comparison base/View.h @ 65:e1aad27029e3

* Add stub for item-edit dialog (for editing properties of an item on double- click) -- doesn't actually do anything yet * Add code to invoke said non-working item-edit dialog on double-click in time-value, time-instants and note layers * Add overlay mode (no text, basic text, all text)
author Chris Cannam
date Thu, 30 Mar 2006 15:00:22 +0000
parents 709d63d90028
children 47fd14e29813
comparison
equal deleted inserted replaced
64:4d59dc469b0f 65:e1aad27029e3
161 */ 161 */
162 virtual Layer *getSelectedLayer(); 162 virtual Layer *getSelectedLayer();
163 virtual const Layer *getSelectedLayer() const; 163 virtual const Layer *getSelectedLayer() const;
164 164
165 virtual void setViewManager(ViewManager *m); 165 virtual void setViewManager(ViewManager *m);
166 virtual ViewManager *getViewManager() const { return m_manager; }
166 167
167 virtual void setFollowGlobalPan(bool f); 168 virtual void setFollowGlobalPan(bool f);
168 virtual bool getFollowGlobalPan() const { return m_followPan; } 169 virtual bool getFollowGlobalPan() const { return m_followPan; }
169 170
170 virtual void setFollowGlobalZoom(bool f); 171 virtual void setFollowGlobalZoom(bool f);