Mercurial > hg > sonic-visualiser
comparison document/SVFileReader.h @ 137:006c90387f40
* Fix many compile warnings, remove some debug output
author | Chris Cannam |
---|---|
date | Mon, 30 Apr 2007 13:36:23 +0000 |
parents | fbd09fcda469 |
children | f6ce5febc07f |
comparison
equal
deleted
inserted
replaced
136:37c26877ca5f | 137:006c90387f40 |
---|---|
30 class PlayParameters; | 30 class PlayParameters; |
31 | 31 |
32 class SVFileReaderPaneCallback | 32 class SVFileReaderPaneCallback |
33 { | 33 { |
34 public: | 34 public: |
35 virtual ~SVFileReaderPaneCallback(); | |
35 virtual Pane *addPane() = 0; | 36 virtual Pane *addPane() = 0; |
36 virtual void setWindowSize(int width, int height) = 0; | 37 virtual void setWindowSize(int width, int height) = 0; |
37 virtual void addSelection(int start, int end) = 0; | 38 virtual void addSelection(int start, int end) = 0; |
38 }; | 39 }; |
39 | 40 |