mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Added dialog for configuration and execution of regression test from
Debug->Regression Test Dialog Generalized read/write of pdm object fields using QSettings
This commit is contained in:
@@ -67,6 +67,8 @@ public:
|
||||
|
||||
bool parseArguments();
|
||||
|
||||
void executeRegressionTests(const QString& regressionTestPath);
|
||||
|
||||
void setActiveReservoirView(RimReservoirView*);
|
||||
RimReservoirView* activeReservoirView();
|
||||
const RimReservoirView* activeReservoirView() const;
|
||||
@@ -124,8 +126,8 @@ public:
|
||||
void terminateProcess();
|
||||
|
||||
RiaPreferences* preferences();
|
||||
void readPreferences();
|
||||
void writePreferences();
|
||||
void readFieldsFromApplicationStore(caf::PdmObject* object);
|
||||
void writeFieldsToApplicationStore(const caf::PdmObject* object);
|
||||
void applyPreferences();
|
||||
|
||||
cvf::Font* standardFont();
|
||||
|
||||
Reference in New Issue
Block a user