mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#2427 2d intersection view. Display result info and curves
This commit is contained in:
@@ -22,6 +22,7 @@
|
||||
class RiuSelectionItem;
|
||||
class RiuEclipseSelectionItem;
|
||||
class RiuGeoMechSelectionItem;
|
||||
class Riu2dIntersectionSelectionItem;
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
@@ -40,6 +41,7 @@ private:
|
||||
void addCurveFromSelectionItem(const RiuSelectionItem* itemAdded) const;
|
||||
void addCurveFromSelectionItem(const RiuEclipseSelectionItem* selectionItem) const;
|
||||
void addCurveFromSelectionItem(const RiuGeoMechSelectionItem* selectionItem) const;
|
||||
void addCurveFromSelectionItem(const Riu2dIntersectionSelectionItem* selectionItem) const;
|
||||
|
||||
void scheduleUpdateForAllVisibleViews() const;
|
||||
void updateResultInfo(const RiuSelectionItem* itemAdded) const;
|
||||
|
||||
Reference in New Issue
Block a user