Mercurial > hg > svgui
comparison view/View.h @ 1442:5554d5187494 single-point
Merge from default branch
author | Chris Cannam |
---|---|
date | Wed, 24 Apr 2019 11:45:02 +0100 |
parents | 8d5bf4ab98ef |
children | 84c4ddb38415 |
comparison
equal
deleted
inserted
replaced
1439:b22a4df37095 | 1442:5554d5187494 |
---|---|
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(); |