Salome HOME
GUI callback: add MEDPresentation
[modules/med.git] / src / MEDCalc / cmp / MEDPresentationManager_i.hxx
index fca4267eab31515341011b2e8d766f89e0b5b3da..1263f88743caedf0ba8d79abe176838a3040533c 100644 (file)
@@ -29,6 +29,7 @@
 #include "MEDCALC.hxx"
 
 #include <vector>
+#include <string>
 
 typedef ::CORBA::Long TypeID;
 
@@ -42,7 +43,8 @@ class MEDCALC_EXPORT MEDPresentationManager_i: public POA_MEDCALC::MEDPresentati
   static MEDPresentationManager_i* getInstance();
 
   TypeID makeScalarMap(const MEDCALC::ScalarMapParameters&);
-  void setPresentationProperty(TypeID presentationID, const char * propName, const char *  propValue);
+  void setPresentationProperty(TypeID presentationID, const char * propName, const char * propValue);
+  char* getPresentationProperty(TypeID presentationID, const char* propName);
 
  private:
   MEDPresentationManager_i();