]> Creatis software - clitk.git/blobdiff - vv/vvInfoPanel.cxx
Romulo:
[clitk.git] / vv / vvInfoPanel.cxx
index e20a9c1a4e071fa13e3bffca9f7af43cc81ae0fa..ee77cb1447b01e870c68ae72143663397fd75b3e 100644 (file)
 #include "clitkMemoryUsage.h"
 
 //------------------------------------------------------------------------------
+void vvInfoPanel::setTransformation(QString text)
+{
+  transformationLabel->setText(text);
+}
+
+//------------------------------------------------------------------------------
+
 void vvInfoPanel::setFileName(QString text)
 {
   if (text.size() > 30)
@@ -106,7 +113,7 @@ void vvInfoPanel::setCurrentInfo(int visibility, double x, double y, double z, d
 
 //------------------------------------------------------------------------------
 void vvInfoPanel::setViews(int window, int view, int slice)
-{
+{/*
   QString viewString;
   switch (view) {
   case 0: {
@@ -148,7 +155,7 @@ void vvInfoPanel::setViews(int window, int view, int slice)
     DRLabel->setText(text);
     break;
   }
-  }
+  }*/
 }
 //------------------------------------------------------------------------------