Implemented check for any results of statistics cases

p4#: 21148
This commit is contained in:
Magne Sjaastad
2013-04-05 14:39:34 +02:00
parent 5911e2bf32
commit ae812a2bbf
2 changed files with 25 additions and 2 deletions

View File

@@ -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();