[Fxruby-commits] CVS: FXRuby/swig-interfaces FXCursor.i,1.11.2.1,1.11.2.2 FXFileDict.i,1.19.2.1,1.19
Status: Inactive
Brought to you by:
lyle
From: Lyle J. <ly...@us...> - 2002-07-08 14:28:56
|
Update of /cvsroot/fxruby/FXRuby/swig-interfaces In directory usw-pr-cvs1:/tmp/cvs-serv1455/swig-interfaces Modified Files: Tag: release10 FXCursor.i FXFileDict.i FXGLCanvas.i FXGLContext.i FXGLShape.i FXGLViewer.i FXHVec.i FXQuat.i FXRecentFiles.i FXStream.i FXWindow.i Log Message: Enabled a lot more overloaded constructors since SWIG supports this now. Index: FXCursor.i =================================================================== RCS file: /cvsroot/fxruby/FXRuby/swig-interfaces/FXCursor.i,v retrieving revision 1.11.2.1 retrieving revision 1.11.2.2 diff -C2 -d -r1.11.2.1 -r1.11.2.2 *** FXCursor.i 8 May 2002 15:25:39 -0000 1.11.2.1 --- FXCursor.i 8 Jul 2002 14:28:53 -0000 1.11.2.2 *************** *** 33,37 **** }; - %ignore FXCursor::FXCursor(FXApp* a,const void* src,const void* msk,FXint w,FXint h,FXint hx,FXint hy); %exception FXCursor::FXCursor "$action FXRbRegisterRubyObj(self, result);"; --- 33,36 ---- *************** *** 94,98 **** }; - %ignore FXRbCursor::FXRbCursor(FXApp* a,const void* src,const void* msk,FXint w,FXint h,FXint hx,FXint hy); %exception FXRbCursor::FXRbCursor "$action FXRbRegisterRubyObj(self, result);"; --- 93,96 ---- Index: FXFileDict.i =================================================================== RCS file: /cvsroot/fxruby/FXRuby/swig-interfaces/FXFileDict.i,v retrieving revision 1.19.2.1 retrieving revision 1.19.2.2 diff -C2 -d -r1.19.2.1 -r1.19.2.2 *** FXFileDict.i 6 May 2002 19:16:29 -0000 1.19.2.1 --- FXFileDict.i 8 Jul 2002 14:28:53 -0000 1.19.2.2 *************** *** 95,100 **** }; - %ignore FXFileDict::FXFileDict(FXApp* a,FXSettings* db); - %exception FXFileDict::FXFileDict "$action FXRbRegisterRubyObj(self, result);"; --- 95,98 ---- *************** *** 212,217 **** }; - - %ignore FXRbFileDict::FXRbFileDict(FXApp* a,FXSettings* db); %exception FXRbFileDict::FXRbFileDict "$action FXRbRegisterRubyObj(self, result);"; --- 210,213 ---- Index: FXGLCanvas.i =================================================================== RCS file: /cvsroot/fxruby/FXRuby/swig-interfaces/FXGLCanvas.i,v retrieving revision 1.14 retrieving revision 1.14.2.1 diff -C2 -d -r1.14 -r1.14.2.1 *** FXGLCanvas.i 19 Mar 2002 23:18:40 -0000 1.14 --- FXGLCanvas.i 8 Jul 2002 14:28:53 -0000 1.14.2.1 *************** *** 21,25 **** ***********************************************************************/ - %ignore FXGLCanvas::FXGLCanvas(FXComposite* p,FXGLVisual *vis,FXGLCanvas* sharegroup,FXObject* tgt,FXSelector sel,FXuint opts,FXint x,FXint y,FXint w,FXint h); %ignore FXGLCanvas::getContext() const; --- 21,24 ---- *************** *** 68,73 **** virtual ~FXGLCanvas(); }; - - %ignore FXRbGLCanvas::FXRbGLCanvas(FXComposite* p,FXGLVisual *vis,FXGLCanvas* sharegroup,FXObject* tgt,FXSelector sel,FXuint opts,FXint x,FXint y,FXint w,FXint h); %exception FXRbGLCanvas::FXRbGLCanvas "$action FXRbRegisterRubyObj(self, result);"; --- 67,70 ---- Index: FXGLContext.i =================================================================== RCS file: /cvsroot/fxruby/FXRuby/swig-interfaces/FXGLContext.i,v retrieving revision 1.14 retrieving revision 1.14.2.1 diff -C2 -d -r1.14 -r1.14.2.1 *** FXGLContext.i 19 Mar 2002 23:18:40 -0000 1.14 --- FXGLContext.i 8 Jul 2002 14:28:53 -0000 1.14.2.1 *************** *** 25,30 **** class FXGLVisual; - %ignore FXGLContext::FXGLContext(FXApp* a,FXGLVisual *vis,FXGLContext *shared); - %exception FXGLContext::FXGLContext "$action FXRbRegisterRubyObj(self, result);"; --- 25,28 ---- *************** *** 78,82 **** }; - %ignore FXRbGLContext::FXRbGLContext(FXApp* a,FXGLVisual *vis,FXGLContext *shared); %exception FXRbGLContext::FXRbGLContext "$action FXRbRegisterRubyObj(self, result);"; --- 76,79 ---- Index: FXGLShape.i =================================================================== RCS file: /cvsroot/fxruby/FXRuby/swig-interfaces/FXGLShape.i,v retrieving revision 1.17.2.1 retrieving revision 1.17.2.2 diff -C2 -d -r1.17.2.1 -r1.17.2.2 *** FXGLShape.i 6 May 2002 19:16:29 -0000 1.17.2.1 --- FXGLShape.i 8 Jul 2002 14:28:53 -0000 1.17.2.2 *************** *** 41,46 **** - %ignore FXGLShape::FXGLShape(FXfloat x,FXfloat y,FXfloat z,FXuint opts,const FXMaterial& front,const FXMaterial& back); - %exception FXGLShape::FXGLShape "$action FXRbRegisterRubyObj(self, result);"; --- 41,44 ---- *************** *** 125,130 **** #endif }; - - %ignore FXRbGLShape::FXRbGLShape(FXfloat x,FXfloat y,FXfloat z,FXuint opts,const FXMaterial& front,const FXMaterial& back); %exception FXRbGLShape::FXRbGLShape "$action FXRbRegisterRubyObj(self, result);"; --- 123,126 ---- Index: FXGLViewer.i =================================================================== RCS file: /cvsroot/fxruby/FXRuby/swig-interfaces/FXGLViewer.i,v retrieving revision 1.25.2.1 retrieving revision 1.25.2.2 diff -C2 -d -r1.25.2.1 -r1.25.2.2 *** FXGLViewer.i 6 May 2002 19:16:29 -0000 1.25.2.1 --- FXGLViewer.i 8 Jul 2002 14:28:53 -0000 1.25.2.2 *************** *** 84,89 **** // typedef FXbool (*FXZSortFunc)(FXfloat*& buffer,FXint& used,FXint& size); FIXME - %ignore FXGLViewer::FXGLViewer(FXComposite* p,FXGLVisual *vis,FXGLViewer* sharegroup,FXObject* tgt=NULL,FXSelector sel=0,FXuint opts=0,FXint x=0,FXint y=0,FXint w=0,FXint h=0); - /******************************** Viewer Class ******************************/ --- 84,87 ---- *************** *** 917,921 **** - %ignore FXRbGLViewer::FXRbGLViewer(FXComposite* p,FXGLVisual *vis,FXGLViewer* sharegroup,FXObject* tgt=NULL,FXSelector sel=0,FXuint opts=0,FXint x=0,FXint y=0,FXint w=0,FXint h=0); %exception FXRbGLViewer::FXRbGLViewer "$action FXRbRegisterRubyObj(self, result);"; --- 915,918 ---- Index: FXHVec.i =================================================================== RCS file: /cvsroot/fxruby/FXRuby/swig-interfaces/FXHVec.i,v retrieving revision 1.6.2.2 retrieving revision 1.6.2.3 diff -C2 -d -r1.6.2.2 -r1.6.2.3 *** FXHVec.i 8 May 2002 21:09:55 -0000 1.6.2.2 --- FXHVec.i 8 Jul 2002 14:28:53 -0000 1.6.2.3 *************** *** 21,28 **** ***********************************************************************/ - %ignore FXHVec::FXHVec(); - %ignore FXHVec::FXHVec(const FXVec& w); - %ignore FXHVec::FXHVec(FXColor color); - %exception FXHVec::FXHVec "$action FXRbRegisterRubyObj(self, result);"; --- 21,24 ---- Index: FXQuat.i =================================================================== RCS file: /cvsroot/fxruby/FXRuby/swig-interfaces/FXQuat.i,v retrieving revision 1.9.2.1 retrieving revision 1.9.2.2 diff -C2 -d -r1.9.2.1 -r1.9.2.2 *** FXQuat.i 6 May 2002 19:16:29 -0000 1.9.2.1 --- FXQuat.i 8 Jul 2002 14:28:53 -0000 1.9.2.2 *************** *** 21,28 **** ***********************************************************************/ - %ignore FXQuat::FXQuat(const FXVec& axis,FXfloat phi=0.0); - %ignore FXQuat::FXQuat(FXfloat roll,FXfloat pitch,FXfloat yaw); - %ignore FXQuat::FXQuat(FXfloat x,FXfloat y,FXfloat z,FXfloat w); - %exception FXQuat::FXQuat "$action FXRbRegisterRubyObj(self, result);"; --- 21,24 ---- Index: FXRecentFiles.i =================================================================== RCS file: /cvsroot/fxruby/FXRuby/swig-interfaces/FXRecentFiles.i,v retrieving revision 1.12 retrieving revision 1.12.2.1 diff -C2 -d -r1.12 -r1.12.2.1 *** FXRecentFiles.i 19 Mar 2002 23:18:40 -0000 1.12 --- FXRecentFiles.i 8 Jul 2002 14:28:53 -0000 1.12.2.1 *************** *** 21,26 **** ***********************************************************************/ - %ignore FXRecentFiles::FXRecentFiles(const FXString& gp,FXObject *tgt,FXSelector sel); - %exception FXRecentFiles::FXRecentFiles "$action FXRbRegisterRubyObj(self, result);"; --- 21,24 ---- *************** *** 101,106 **** virtual ~FXRecentFiles(); }; - - %ignore FXRbRecentFiles::FXRbRecentFiles(const FXString& gp,FXObject *tgt,FXSelector sel); %exception FXRbRecentFiles::FXRbRecentFiles "$action FXRbRegisterRubyObj(self, result);"; --- 99,102 ---- Index: FXStream.i =================================================================== RCS file: /cvsroot/fxruby/FXRuby/swig-interfaces/FXStream.i,v retrieving revision 1.10.2.2 retrieving revision 1.10.2.3 diff -C2 -d -r1.10.2.2 -r1.10.2.3 *** FXStream.i 6 May 2002 19:16:29 -0000 1.10.2.2 --- FXStream.i 8 Jul 2002 14:28:53 -0000 1.10.2.3 *************** *** 165,170 **** /************************** Memory Store Definition **************************/ - %ignore FXMemoryStream::open(FXuchar* data,FXuint sp,FXStreamDirection save_or_load); - %exception FXMemoryStream::FXMemoryStream "$action FXRbRegisterRubyObj(self, result);"; --- 165,168 ---- Index: FXWindow.i =================================================================== RCS file: /cvsroot/fxruby/FXRuby/swig-interfaces/FXWindow.i,v retrieving revision 1.32.2.4 retrieving revision 1.32.2.5 diff -C2 -d -r1.32.2.4 -r1.32.2.5 *** FXWindow.i 8 Jul 2002 13:27:51 -0000 1.32.2.4 --- FXWindow.i 8 Jul 2002 14:28:53 -0000 1.32.2.5 *************** *** 810,817 **** }; - // Don't attempt to wrap these two overloaded constructors - %ignore FXRbWindow::FXRbWindow(FXApp* a,FXVisual *vis); - %ignore FXRbWindow::FXRbWindow(FXApp* a,FXWindow* own,FXuint opts,FXint x,FXint y,FXint w,FXint h); - %exception FXRbWindow::FXRbWindow "$action FXRbRegisterRubyObj(self, result);"; --- 810,813 ---- |