mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Almost right
This commit is contained in:
@@ -24,6 +24,7 @@
|
||||
class RimWellPathGroup : public RimWellPath
|
||||
{
|
||||
CAF_PDM_HEADER_INIT;
|
||||
caf::Signal<> wellPathAddedOrRemoved;
|
||||
|
||||
public:
|
||||
RimWellPathGroup();
|
||||
@@ -37,7 +38,6 @@ public:
|
||||
|
||||
void createWellPathGeometry();
|
||||
void updateWellPathName();
|
||||
void fixBranchNames();
|
||||
void makeMoreLevelsIfNecessary();
|
||||
|
||||
protected:
|
||||
@@ -47,6 +47,8 @@ private:
|
||||
std::vector<const RigWellPath*> wellPathGeometries() const;
|
||||
QString createWellPathName() const;
|
||||
|
||||
void onChildNameChanged( const caf::SignalEmitter* emitter );
|
||||
|
||||
private:
|
||||
caf::PdmChildArrayField<RimWellPath*> m_childWellPaths;
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user