comparison view/ViewProxy.h @ 1077:5144d7185fb5 spectrogram-minor-refactor

Move LayerGeometryProvider from view to layer
author Chris Cannam
date Thu, 30 Jun 2016 10:59:11 +0100
parents 4e5c1c326794
children ee01a4062747
comparison
equal deleted inserted replaced
1076:e536dfc6b250 1077:5144d7185fb5
13 */ 13 */
14 14
15 #ifndef VIEW_PROXY_H 15 #ifndef VIEW_PROXY_H
16 #define VIEW_PROXY_H 16 #define VIEW_PROXY_H
17 17
18 #include "LayerGeometryProvider.h" 18 #include "layer/LayerGeometryProvider.h"
19 19
20 class ViewProxy : public LayerGeometryProvider 20 class ViewProxy : public LayerGeometryProvider
21 { 21 {
22 public: 22 public:
23 ViewProxy(View *view, int scaleFactor) : 23 ViewProxy(View *view, int scaleFactor) :