]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/ModelAPI/ModelAPI_Result.h
Salome HOME
Change color for construction/body/group.
[modules/shaper.git] / src / ModelAPI / ModelAPI_Result.h
index 776a2839153c4d64efb681044983402b4f8ba551..c02abf60828854ffb8dac14a4c808e9129173efd 100644 (file)
@@ -42,6 +42,9 @@ class ModelAPI_Result : public ModelAPI_Object
     myIsConcealed = theValue;
   }
 
+  // Retuns the parameters of color definition in the resources config manager
+  virtual void colorConfigInfo(std::string& theSection, std::string& theName, std::string& theDefault) {}
+
   /// Request for initialization of data model of the result: adding all attributes
   virtual void initAttributes() {};