mirror of
https://github.com/OPM/ResInsight.git
synced 2025-01-07 14:43:10 -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 createHighlightAndGridBoxDisplayModelWithRedraw();
|
||||
void updateGridBoxData();
|
||||
void updateAnnotationItems();
|
||||
virtual void updateLegends() = 0;
|
||||
void updateAnnotationItems();
|
||||
|
||||
bool isMasterView() const;
|
||||
|
||||
|
@ -60,5 +60,7 @@ public:
|
||||
|
||||
virtual void setCurrentTimeStepAndUpdate(int frameIndex) = 0;
|
||||
virtual void updateCurrentTimeStepAndRedraw() = 0;
|
||||
virtual void updateLegends() = 0;
|
||||
|
||||
virtual void endAnimation() = 0;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user