mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Refactored funtions used to find viewLinker and viewLink
This commit is contained in:
@@ -74,7 +74,9 @@ public:
|
||||
|
||||
public:
|
||||
static QString displayNameForView(RimView* view);
|
||||
RimViewLink* viewLinkFromView(RimView* view);
|
||||
static RimViewLink* viewLinkForView(const RimView* view);
|
||||
static RimViewLinker* viewLinkerIfMainView(RimView* view);
|
||||
static RimViewLinker* viewLinkerForMainOrControlledView(RimView* view);
|
||||
|
||||
protected:
|
||||
virtual caf::PdmFieldHandle* userDescriptionField() { return &m_name; }
|
||||
|
||||
Reference in New Issue
Block a user