mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
@@ -29,11 +29,13 @@
|
||||
#include "cvfStructGrid.h"
|
||||
|
||||
class RimView;
|
||||
class RiuSimpleHistogramWidget;
|
||||
class RiuViewerCommands;
|
||||
class RivGridBoxGenerator;
|
||||
|
||||
class QCDEStyle;
|
||||
class QLabel;
|
||||
class QProgressBar;
|
||||
class RiuSimpleHistogramWidget;
|
||||
class QCDEStyle;
|
||||
class RiuViewerCommands;
|
||||
|
||||
namespace cvf
|
||||
{
|
||||
@@ -67,6 +69,8 @@ public:
|
||||
void setHistogram(double min, double max, const std::vector<size_t>& histogram);
|
||||
void setHistogramPercentiles(double pmin, double pmax, double mean);
|
||||
|
||||
void showGridBox(bool enable);
|
||||
|
||||
void showAnimationProgress(bool enable);
|
||||
|
||||
void removeAllColorLegends();
|
||||
@@ -106,6 +110,9 @@ private:
|
||||
caf::PdmPointer<RimView> m_reservoirView;
|
||||
QPoint m_lastMousePressPosition;
|
||||
|
||||
RiuViewerCommands * m_viewerCommands;
|
||||
RiuViewerCommands* m_viewerCommands;
|
||||
|
||||
bool m_showGridBox;
|
||||
RivGridBoxGenerator* m_gridBoxGenerator;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user