mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Ovveride update() and find all linked views to be updated
This commit is contained in:
@@ -72,7 +72,10 @@ public:
|
||||
void addColorLegendToBottomLeftCorner(cvf::OverlayItem* legend);
|
||||
|
||||
void updateNavigationPolicy();
|
||||
|
||||
|
||||
|
||||
virtual void update(); // Override of caf::Viewer::update()
|
||||
|
||||
public slots:
|
||||
virtual void slotSetCurrentFrame(int frameIndex);
|
||||
virtual void slotEndAnimation();
|
||||
@@ -83,7 +86,7 @@ private:
|
||||
void mouseReleaseEvent(QMouseEvent* event);
|
||||
void mousePressEvent(QMouseEvent* event);
|
||||
|
||||
virtual void paintEvent(QPaintEvent* event);
|
||||
void issueBaseClassUpdate();
|
||||
|
||||
QLabel* m_InfoLabel;
|
||||
QLabel* m_versionInfoLabel;
|
||||
|
||||
Reference in New Issue
Block a user