mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#11482 Show mesh lines by default for faults in contour maps
Add settings used to control the visibility of fault mesh
This commit is contained in:
@@ -19,7 +19,8 @@
|
||||
#pragma once
|
||||
|
||||
#include "RimEclipseView.h"
|
||||
#include "RimNameConfig.h"
|
||||
|
||||
#include "cafPdmProxyValueField.h"
|
||||
|
||||
enum class RimLegendConfigChangeType;
|
||||
class RimEclipseContourMapProjection;
|
||||
@@ -78,12 +79,18 @@ protected:
|
||||
|
||||
void onLegendConfigChanged( const caf::SignalEmitter* emitter, RimLegendConfigChangeType changeType );
|
||||
|
||||
private:
|
||||
bool isFaultLinesVisible() const;
|
||||
void setFaultLinesVisible( const bool& visible );
|
||||
|
||||
private:
|
||||
cvf::ref<RivContourMapProjectionPartMgr> m_contourMapProjectionPartMgr;
|
||||
caf::PdmChildField<RimEclipseContourMapProjection*> m_contourMapProjection;
|
||||
caf::PdmField<bool> m_showAxisLines;
|
||||
caf::PdmField<bool> m_showScaleLegend;
|
||||
cvf::Vec3d m_cameraPositionLastUpdate;
|
||||
|
||||
caf::PdmProxyValueField<bool> m_showFaultLines;
|
||||
caf::PdmField<bool> m_showAxisLines;
|
||||
caf::PdmField<bool> m_showScaleLegend;
|
||||
cvf::Vec3d m_cameraPositionLastUpdate;
|
||||
|
||||
const static cvf::Mat4d sm_defaultViewMatrix;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user