comparison base/ViewManager.h @ 48:b1d51d0521c3

* update TODO, some tidying
author Chris Cannam
date Mon, 20 Mar 2006 11:37:45 +0000
parents b11edc8b8ea0
children 39ae3dee27b9
comparison
equal deleted inserted replaced
47:bac8b14ab355 48:b1d51d0521c3
22 class Model; 22 class Model;
23 23
24 /** 24 /**
25 * The ViewManager manages properties that may need to be synchronised 25 * The ViewManager manages properties that may need to be synchronised
26 * between separate Views. For example, it handles signals associated 26 * between separate Views. For example, it handles signals associated
27 * with changes to the global pan and zoom. It also handles playback 27 * with changes to the global pan and zoom, and it handles selections.
28 * properties and play synchronisation.
29 * 28 *
30 * Views should be implemented in such a way as to work 29 * Views should be implemented in such a way as to work
31 * correctly whether they are supplied with a ViewManager or not. 30 * correctly whether they are supplied with a ViewManager or not.
32 */ 31 */
33 32