Sfoglia il codice sorgente

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

Benoît Bleuzé 14 anni fa
parent
commit
e8dd52c858

+ 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);
+};