# HG changeset patch # User Chris Cannam # Date 1556101793 -3600 # Node ID 8d5bf4ab98ef22d646cf093eea47b439218eb6a2 # Parent 18101be79c9c188c2a119c90a2c58b33d90ffe72 Comment diff -r 18101be79c9c -r 8d5bf4ab98ef view/View.h --- 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();