Blob Blame History Raw
--- scidavis-0.1.3.orig/scidavis/src/scidavis.sip	2007-07-21 21:32:13.000000000 +0100
+++ scidavis-0.1.3/scidavis/src/scidavis.sip	2009-01-07 11:12:51.000000000 +0000
@@ -78,8 +78,6 @@
   MyWidget(const MyWidget&);
 };
 
-typedef QList<MyWidget*> MDIWindowList;
-
 class Table: MyWidget
 {
 %TypeHeaderCode
@@ -1027,7 +1025,6 @@
   SIPSCIDAVIS_APP(new sipInterpolation(app, a0, *a1, a2, a3, a4))
 %End
 
-  void setMethod(int n);
   void setMethod(InterpolationMethod m);
   bool run();
 };
@@ -1051,7 +1048,6 @@
   SIPSCIDAVIS_APP(new sipSmoothFilter(app, a0, *a1, a2, a3, a4))
 %End
 
-  void setMethod(int);
   void setMethod(SmoothMethod);
 
   void setSmoothPoints(int, int = 0);
@@ -1079,7 +1075,6 @@
   SIPSCIDAVIS_APP(new sipFFTFilter(app, a0, *a1, a2, a3, a4))
 %End
 
-  void setFilterType(int);
   void setFilterType(FilterType);
 
   void setCutoff(double);
@@ -1194,7 +1189,7 @@
 #include "src/Folder.h"
 %End
 public:
-  MDIWindowList windowsList() /PyName=windows/;
+  QList<MyWidget*> windowsList() /PyName=windows/;
 // TODO: implement signal Folder::nameChanged and make it update the project explorer; adjust renaming from GUI accordingly
 //  void setFolderName(const QString&) /PyName=setName/;
   QString name();