comparison view/View.h @ 1441:8d5bf4ab98ef

Comment
author Chris Cannam
date Wed, 24 Apr 2019 11:29:53 +0100
parents a18e78b9c78b
children 84c4ddb38415
comparison
equal deleted inserted replaced
1440:18101be79c9c 1441:8d5bf4ab98ef
428 virtual void globalCentreFrameChanged(sv_frame_t); 428 virtual void globalCentreFrameChanged(sv_frame_t);
429 virtual void viewCentreFrameChanged(View *, sv_frame_t); 429 virtual void viewCentreFrameChanged(View *, sv_frame_t);
430 virtual void viewManagerPlaybackFrameChanged(sv_frame_t); 430 virtual void viewManagerPlaybackFrameChanged(sv_frame_t);
431 virtual void viewZoomLevelChanged(View *, ZoomLevel, bool); 431 virtual void viewZoomLevelChanged(View *, ZoomLevel, bool);
432 432
433 /**
434 * A property container has been selected, for example in the
435 * associated property stack. The property container may be a
436 * layer, in which case the effect should be to raise that layer
437 * to the front of the view and select it; or it may be the view's
438 * own property container, in which case the effect is to switch
439 * to a mode in which no layer is selected.
440 *
441 * (This is the main slot for raising a layer.)
442 */
433 virtual void propertyContainerSelected(View *, PropertyContainer *pc); 443 virtual void propertyContainerSelected(View *, PropertyContainer *pc);
434 444
435 virtual void selectionChanged(); 445 virtual void selectionChanged();
436 virtual void toolModeChanged(); 446 virtual void toolModeChanged();
437 virtual void overlayModeChanged(); 447 virtual void overlayModeChanged();