X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=vv%2FvvInfoPanel.cxx;h=a9336145ca1ec3019e65a0cbfa800b1266743449;hb=119a42cb1444930c78314e862e590f54c2f7678d;hp=e20a9c1a4e071fa13e3bffca9f7af43cc81ae0fa;hpb=e49162511fd226bd3b5299e472dbd4db803cd01a;p=clitk.git diff --git a/vv/vvInfoPanel.cxx b/vv/vvInfoPanel.cxx index e20a9c1..a933614 100644 --- a/vv/vvInfoPanel.cxx +++ b/vv/vvInfoPanel.cxx @@ -22,6 +22,13 @@ #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; } - } + }*/ } //------------------------------------------------------------------------------ @@ -156,7 +163,7 @@ void vvInfoPanel::setViews(int window, int view, int slice) //------------------------------------------------------------------------------ void vvInfoPanel::setMemoryInMb(QString text) { - memoryUsageLabel->setText("Memory usage: "+text); + memoryUsageLabel->setText("Memory usage : "+text); } //------------------------------------------------------------------------------