mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Added hide fault to context menu in 3D view
This commit is contained in:
@@ -24,6 +24,7 @@
|
||||
#include "cafPdmPointer.h"
|
||||
|
||||
#include "cafMouseState.h"
|
||||
#include "cvfStructGrid.h"
|
||||
|
||||
class RimReservoirView;
|
||||
class QLabel;
|
||||
@@ -87,6 +88,7 @@ private slots:
|
||||
void slotRangeFilterI();
|
||||
void slotRangeFilterJ();
|
||||
void slotRangeFilterK();
|
||||
void slotHideFault();
|
||||
|
||||
private:
|
||||
void updateLegends();
|
||||
@@ -114,6 +116,7 @@ private:
|
||||
|
||||
size_t m_currentGridIdx;
|
||||
size_t m_currentCellIndex;
|
||||
cvf::StructGridInterface::FaceType m_currentFaceIndex;
|
||||
|
||||
QPoint m_lastMousePressPosition;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user