Disable common data source in well allocation plots

(they have common data selection explicitly)
This commit is contained in:
Gaute Lindkvist
2019-10-18 14:23:16 +02:00
parent aef0e0a70f
commit a48f4903ea
3 changed files with 18 additions and 0 deletions

View File

@@ -102,6 +102,7 @@ public:
RimWellLogCurveCommonDataSource* commonDataSource() const;
void updateCommonDataSource();
void setCommonDataSourceEnabled( bool enable );
void setAvailableDepthUnits( const std::set<RiaDefines::DepthUnitType>& depthUnits );
void setAvailableDepthTypes( const std::set<RimWellLogPlot::DepthTypeEnum>& depthTypes );
@@ -129,6 +130,7 @@ protected:
protected:
caf::PdmChildField<RimWellLogCurveCommonDataSource*> m_commonDataSource;
bool m_commonDataSourceEnabled;
caf::PdmField<caf::AppEnum<DepthTypeEnum>> m_depthType;
caf::PdmField<caf::AppEnum<RiaDefines::DepthUnitType>> m_depthUnit;