comparison view/ViewManager.h @ 376:e1a9e478b7f2

* juggle some files around in order to free audioio, base, and system libraries from dependency on QtGui
author Chris Cannam
date Wed, 12 Mar 2008 17:42:56 +0000
parents 2f83b6e3b8ca
children 592d692b4f8b
comparison
equal deleted inserted replaced
375:daaf1c435d98 376:e1a9e478b7f2
20 #include <QTimer> 20 #include <QTimer>
21 #include <QPalette> 21 #include <QPalette>
22 22
23 #include <map> 23 #include <map>
24 24
25 #include "base/ViewManagerBase.h"
25 #include "base/Selection.h" 26 #include "base/Selection.h"
26 #include "base/Command.h" 27 #include "base/Command.h"
27 #include "base/Clipboard.h" 28 #include "base/Clipboard.h"
28 29
29 class AudioPlaySource; 30 class AudioPlaySource;
44 * 45 *
45 * Views should be implemented in such a way as to work 46 * Views should be implemented in such a way as to work
46 * correctly whether they are supplied with a ViewManager or not. 47 * correctly whether they are supplied with a ViewManager or not.
47 */ 48 */
48 49
49 class ViewManager : public QObject 50 class ViewManager : public ViewManagerBase
50 { 51 {
51 Q_OBJECT 52 Q_OBJECT
52 53
53 public: 54 public:
54 ViewManager(); 55 ViewManager();