Browse Source

ENH:dah addition of type helpers soap->Qt Qt->Soap

Benoît Bleuzé 14 years ago
parent
commit
e8dd52c858
1 changed files with 10 additions and 0 deletions
  1. 10 0
      Plugins/org.commontk.dicom.wg23.core/ctkDicomWG23TypesHelper.h

+ 10 - 0
Plugins/org.commontk.dicom.wg23.core/ctkDicomWG23TypesHelper.h

@@ -0,0 +1,10 @@
+
+
+class ctkDicomSoapRectangle (QtSoapStruct) {
+
+    ctkDicomSoapRectangle(Const QtSoapName & name,Const QRect rect):QtSoapStruct(){
+
+    };
+
+    static QRect getQRect (Const QtSoapType& type);
+};