comparison base/CommandHistory.h @ 198:4c5c62784211

* Update the main sv.prf for compatibility with Qt 4.2 qmake instead of that from 4.1. Add a README.Qt41 describing how to build with 4.1 if preferred. * Add OSC support for control from external scripts etc (work in progress).
author Chris Cannam
date Fri, 10 Nov 2006 13:27:57 +0000
parents 90ade4fa63be
children 3043d388d127
comparison
equal deleted inserted replaced
197:11cacfe5d127 198:4c5c62784211
146 * Add a command to the history and also execute it. Equivalent 146 * Add a command to the history and also execute it. Equivalent
147 * to addCommand(command, true). 147 * to addCommand(command, true).
148 */ 148 */
149 void addCommandAndExecute(Command *); 149 void addCommandAndExecute(Command *);
150 150
151 protected slots:
152 void undo(); 151 void undo();
153 void redo(); 152 void redo();
153
154 protected slots:
154 void undoActivated(QAction *); 155 void undoActivated(QAction *);
155 void redoActivated(QAction *); 156 void redoActivated(QAction *);
156 void bundleTimerTimeout(); 157 void bundleTimerTimeout();
157 158
158 signals: 159 signals: