mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Preferences : Added support for pdm objects recursively
This commit is contained in:
@@ -132,8 +132,8 @@ public:
|
||||
void terminateProcess();
|
||||
|
||||
RiaPreferences* preferences();
|
||||
void readFieldsFromApplicationStore(caf::PdmObject* object);
|
||||
void writeFieldsToApplicationStore(const caf::PdmObject* object);
|
||||
void readFieldsFromApplicationStore(caf::PdmObject* object, const QString context = "");
|
||||
void writeFieldsToApplicationStore(const caf::PdmObject* object, const QString context = "");
|
||||
void applyPreferences();
|
||||
|
||||
cvf::Font* standardFont();
|
||||
|
||||
Reference in New Issue
Block a user