mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Updated riGetSelectedCases to use a string as type name
Improved how to get currently selected cases p4#: 21625
This commit is contained in:
@@ -49,6 +49,7 @@ private slots:
|
||||
|
||||
private:
|
||||
void readCommandFromOctave();
|
||||
|
||||
void readPropertyDataFromOctave();
|
||||
|
||||
|
||||
@@ -66,7 +67,13 @@ private:
|
||||
std::vector<qint32>& hostCellJ,
|
||||
std::vector<qint32>& hostCellK);
|
||||
|
||||
void caseInfo(RimCase* rimCase, qint64& caseGroupId, QString& caseType);
|
||||
void getCaseInfoFromCase(RimCase* rimCase, qint64& caseId, QString& caseName, QString& caseType, qint64& caseGroupId);
|
||||
|
||||
void getCaseInfoFromCases( std::vector<RimCase*>& cases,
|
||||
std::vector<qint64>& caseIds,
|
||||
std::vector<QString>& caseNames,
|
||||
std::vector<QString>& caseTypes,
|
||||
std::vector<qint64>& caseGroupIds);
|
||||
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user