mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Implemented check for any results of statistics cases
p4#: 21148
This commit is contained in:
@@ -23,6 +23,7 @@
|
||||
#include <QTreeView>
|
||||
|
||||
class QItemSelection;
|
||||
class RimIdenticalGridCaseGroup;
|
||||
|
||||
namespace caf {
|
||||
class PdmObjectGroup;
|
||||
@@ -90,6 +91,7 @@ signals:
|
||||
|
||||
private:
|
||||
bool userConfirmedGridCaseGroupChange(const QModelIndex & itemIndex);
|
||||
bool hasAnyStatisticsResults(RimIdenticalGridCaseGroup* gridCaseGroup);
|
||||
|
||||
void createPdmObjectsFromClipboard(caf::PdmObjectGroup* objectGroup);
|
||||
bool hasClipboardValidData();
|
||||
|
||||
Reference in New Issue
Block a user