瀏覽代碼

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

Benoît Bleuzé 14 年之前
父節點
當前提交
e8dd52c858
共有 1 個文件被更改,包括 10 次插入0 次删除
  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);
+};