comparison main/MainWindow.h @ 492:ab3bcd06b5c2 fullscreen

Make the full-screen mode come up correctly (though not on demand!) and slot back in to the window when Esc is pressed
author Chris Cannam
date Fri, 20 Jan 2012 17:08:47 +0000
parents c11a29843fe1
children 238a97d2a8f4
comparison
equal deleted inserted replaced
491:9137b619b652 492:ab3bcd06b5c2
77 public slots: 77 public slots:
78 virtual void preferenceChanged(PropertyContainer::PropertyName); 78 virtual void preferenceChanged(PropertyContainer::PropertyName);
79 virtual bool commitData(bool mayAskUser); 79 virtual bool commitData(bool mayAskUser);
80 80
81 void goFullScreen(); 81 void goFullScreen();
82 void endFullScreen();
82 83
83 protected slots: 84 protected slots:
84 virtual void openSession(); 85 virtual void openSession();
85 virtual void importAudio(); 86 virtual void importAudio();
86 virtual void importMoreAudio(); 87 virtual void importMoreAudio();