소스 검색

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