]> Creatis software - creaMaracasVisu.git/blobdiff - lib/maracasVisuLib/src/interface/wxWindows/widgets/wxMaracasIRMView.h
*** empty log message ***
[creaMaracasVisu.git] / lib / maracasVisuLib / src / interface / wxWindows / widgets / wxMaracasIRMView.h
index 141c09cb04094022337fb1a687cab4d5fe6f3efe..441f78cbef0bc9a1d2ef44410f96556dcd688323 100644 (file)
@@ -3,8 +3,8 @@
   Program:   wxMaracas
   Module:    $RCSfile: wxMaracasIRMView.h,v $
   Language:  C++
-  Date:      $Date: 2009/04/09 13:58:38 $
-  Version:   $Revision: 1.2 $
+  Date:      $Date: 2009/05/04 07:35:42 $
+  Version:   $Revision: 1.3 $
 
   Copyright: (c) 2002, 2003
   License:
@@ -133,7 +133,7 @@ public:
 
        void changeOpacity(int propid, int value);
 
-       void changeIsoValue(int propid, int value);
+       void changeIsoValue(int propid, double value);
 
     void addRemoveActor(int propid, bool addremove);
 
@@ -153,6 +153,7 @@ public:
 
        std::string getPath();
 
+       void deleteActor(int propid);
 private:
        static wxMaracasIRMView* instance;
 
@@ -163,6 +164,7 @@ private:
        void createFileChooser();
 
        std::string _path;
+
 };