]> Creatis software - clitk.git/blobdiff - vv/vvMainWindow.h
first developments for PacsConnection
[clitk.git] / vv / vvMainWindow.h
index dd95c0a83fa273f65b6b6ecb4a83052f806424f6..eee1d64b807eadea3582532b08c898bf21067710 100644 (file)
@@ -55,7 +55,7 @@ class vvMainWindow: public vvMainWindowBase,
   vvSlicerManager * AddImage(vvImage::Pointer image,std::string filename);
   void AddField(QString file,int index);
   void AddOverlayImage(int index, std::vector<std::string> fileNames, vvImageReader::LoadedImageType type);
-  void AddFusionImage(int index, QString filename);
+  void AddFusionImage(int index, std::vector<std::string> fileNames, vvImageReader::LoadedImageType type);
   void AddROI(int index, QString filename);
 
   //Process the sequence for fusion:
@@ -91,6 +91,7 @@ public slots:
   void SliceImages();
   void MergeImagesWithTime();
   void OpenDicom();
+  void PacsConnection();
   ///Open a vtkPolyData surface mesh and display it over the current image
   void OpenVTKContour();
   void SaveAs();
@@ -193,6 +194,7 @@ private:
   vvHelpDialog *help_dialog;
   vvDocumentation *documentation;
   vvDicomSeriesSelector *dicomSeriesSelector;
+  vvPacsConnection *PacsConnection;
 
   bool viewMode;
   bool playMode;