comparison view/View.h @ 1605:ae2d5f8ff005

When asked to render the whole view width, we need to wait for the layers to be ready before we can determine what the width is
author Chris Cannam
date Thu, 30 Apr 2020 14:47:13 +0100
parents bfacecf7ea7e
children
comparison
equal deleted inserted replaced
1604:5feb1a8318df 1605:ae2d5f8ff005
528 528
529 void movePlayPointer(sv_frame_t f); 529 void movePlayPointer(sv_frame_t f);
530 530
531 void checkProgress(ModelId); 531 void checkProgress(ModelId);
532 void checkAlignmentProgress(ModelId); 532 void checkAlignmentProgress(ModelId);
533
534 bool waitForLayersToBeReady(); // returns false if user cancelled waiting
533 535
534 int getProgressBarWidth() const; // if visible 536 int getProgressBarWidth() const; // if visible
535 537
536 int effectiveDevicePixelRatio() const; 538 int effectiveDevicePixelRatio() const;
537 539