changeset 1441:8d5bf4ab98ef

Comment
author Chris Cannam
date Wed, 24 Apr 2019 11:29:53 +0100
parents 18101be79c9c
children 5554d5187494 42c87368287c cc1b12bc0185
files view/View.h
diffstat 1 files changed, 10 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/view/View.h	Tue Apr 23 16:17:33 2019 +0100
+++ b/view/View.h	Wed Apr 24 11:29:53 2019 +0100
@@ -430,6 +430,16 @@
     virtual void viewManagerPlaybackFrameChanged(sv_frame_t);
     virtual void viewZoomLevelChanged(View *, ZoomLevel, bool);
 
+    /**
+     * A property container has been selected, for example in the
+     * associated property stack. The property container may be a
+     * layer, in which case the effect should be to raise that layer
+     * to the front of the view and select it; or it may be the view's
+     * own property container, in which case the effect is to switch
+     * to a mode in which no layer is selected.
+     *
+     * (This is the main slot for raising a layer.)
+     */
     virtual void propertyContainerSelected(View *, PropertyContainer *pc);
 
     virtual void selectionChanged();