Blob Blame History Raw
--- scidavis-0.1.3/scidavis/src/scidavis.sip	2008/09/27 20:04:46	991
+++ scidavis-0.1.3/scidavis/src/scidavis.sip	2009/01/11 11:57:53	1025
@@ -78,8 +78,6 @@
   MyWidget(const MyWidget&);
 };
 
-typedef QList<MyWidget*> MDIWindowList;
-
 class Table: MyWidget
 {
 %TypeHeaderCode
@@ -1028,7 +1026,7 @@
 %End
 
   void setMethod(int n);
-  void setMethod(InterpolationMethod m);
+  void setMethod(InterpolationMethod m /Constrained/);
   bool run();
 };
 
@@ -1052,7 +1050,7 @@
 %End
 
   void setMethod(int);
-  void setMethod(SmoothMethod);
+  void setMethod(SmoothMethod /Constrained/);
 
   void setSmoothPoints(int, int = 0);
   void setPolynomOrder(int);
@@ -1080,7 +1078,7 @@
 %End
 
   void setFilterType(int);
-  void setFilterType(FilterType);
+  void setFilterType(FilterType /Constrained/);
 
   void setCutoff(double);
   void setBand(double, double);
@@ -1194,7 +1192,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();