mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Linked Views: Refactoring ViewController
Consolidating update responsibilities. Renaming
This commit is contained in:
@@ -48,6 +48,8 @@ class RimViewLinker : public caf::PdmObject
|
||||
public:
|
||||
RimViewLinker(void);
|
||||
virtual ~RimViewLinker(void);
|
||||
|
||||
bool isActive();
|
||||
|
||||
void setMasterView(RimView* view);
|
||||
RimView* masterView();
|
||||
@@ -91,7 +93,6 @@ private:
|
||||
void updateOverrides();
|
||||
void removeOverrides();
|
||||
|
||||
bool isActive();
|
||||
static bool isBoundingBoxesOverlappingOrClose(const cvf::BoundingBox& sourceBB, const cvf::BoundingBox& destBB);
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user