mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Shifted pure virtual updateLegends to RiuViewerToViewInterface
This commit is contained in:
parent
b6fb60115a
commit
3116a4a223
@ -131,8 +131,7 @@ public:
|
|||||||
void createDisplayModelAndRedraw();
|
void createDisplayModelAndRedraw();
|
||||||
void createHighlightAndGridBoxDisplayModelWithRedraw();
|
void createHighlightAndGridBoxDisplayModelWithRedraw();
|
||||||
void updateGridBoxData();
|
void updateGridBoxData();
|
||||||
void updateAnnotationItems();
|
void updateAnnotationItems();
|
||||||
virtual void updateLegends() = 0;
|
|
||||||
|
|
||||||
bool isMasterView() const;
|
bool isMasterView() const;
|
||||||
|
|
||||||
|
@ -60,5 +60,7 @@ public:
|
|||||||
|
|
||||||
virtual void setCurrentTimeStepAndUpdate(int frameIndex) = 0;
|
virtual void setCurrentTimeStepAndUpdate(int frameIndex) = 0;
|
||||||
virtual void updateCurrentTimeStepAndRedraw() = 0;
|
virtual void updateCurrentTimeStepAndRedraw() = 0;
|
||||||
|
virtual void updateLegends() = 0;
|
||||||
|
|
||||||
virtual void endAnimation() = 0;
|
virtual void endAnimation() = 0;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user