[Fxruby-commits] CVS: FXRuby/ext/fox core_wrap.cpp,1.55,1.56 dialogs_wrap.cpp,1.30,1.31 icons_wrap.c
Status: Inactive
Brought to you by:
lyle
From: Lyle J. <ly...@us...> - 2002-03-26 23:58:47
|
Update of /cvsroot/fxruby/FXRuby/ext/fox In directory usw-pr-cvs1:/tmp/cvs-serv7056 Modified Files: core_wrap.cpp dialogs_wrap.cpp icons_wrap.cpp image_wrap.cpp layout_wrap.cpp mdi_wrap.cpp opengl_wrap.cpp scintilla_wrap.cpp ui_wrap.cpp Log Message: Index: core_wrap.cpp =================================================================== RCS file: /cvsroot/fxruby/FXRuby/ext/fox/core_wrap.cpp,v retrieving revision 1.55 retrieving revision 1.56 diff -C2 -d -r1.55 -r1.56 *** core_wrap.cpp 23 Mar 2002 00:03:09 -0000 1.55 --- core_wrap.cpp 26 Mar 2002 23:58:38 -0000 1.56 *************** *** 1,5 **** /* ---------------------------------------------------------------------------- * This file was automatically generated by SWIG (http://www.swig.org). ! * Version 1.3.12u-20020322-0903 * * This file is not intended to be easily readable and contains a number of --- 1,5 ---- /* ---------------------------------------------------------------------------- * This file was automatically generated by SWIG (http://www.swig.org). ! * Version 1.3.12u-20020326-1200 * * This file is not intended to be easily readable and contains a number of *************** *** 17,22 **** inline SwigValueWrapper() : tt(0) { } inline ~SwigValueWrapper() { if (tt) delete tt; } ! inline SwigValueWrapper& operator=(T t) {tt = new T(t); return *this;} ! inline operator T&() const {return *tt;} inline T *operator&() { return tt; } }; --- 17,22 ---- inline SwigValueWrapper() : tt(0) { } inline ~SwigValueWrapper() { if (tt) delete tt; } ! inline SwigValueWrapper& operator=(const T& t) { tt = new T(t); return *this; } ! inline operator T&() const { return *tt; } inline T *operator&() { return tt; } }; *************** *** 9252,9256 **** FXRegion *arg1 ; FXRegion *arg2 ; ! FXRegion result; VALUE vresult = Qnil; --- 9252,9256 ---- FXRegion *arg1 ; FXRegion *arg2 ; ! SwigValueWrapper<FXRegion> result; VALUE vresult = Qnil; *************** *** 9274,9278 **** FXRegion *arg1 ; FXRegion *arg2 ; ! FXRegion result; VALUE vresult = Qnil; --- 9274,9278 ---- FXRegion *arg1 ; FXRegion *arg2 ; ! SwigValueWrapper<FXRegion> result; VALUE vresult = Qnil; *************** *** 9296,9300 **** FXRegion *arg1 ; FXRegion *arg2 ; ! FXRegion result; VALUE vresult = Qnil; --- 9296,9300 ---- FXRegion *arg1 ; FXRegion *arg2 ; ! SwigValueWrapper<FXRegion> result; VALUE vresult = Qnil; *************** *** 9318,9322 **** FXRegion *arg1 ; FXRegion *arg2 ; ! FXRegion result; VALUE vresult = Qnil; --- 9318,9322 ---- FXRegion *arg1 ; FXRegion *arg2 ; ! SwigValueWrapper<FXRegion> result; VALUE vresult = Qnil; *************** *** 15365,15369 **** _wrap_FXIconDict_initialize(int argc, VALUE *argv, VALUE self) { FXApp *arg1 ; ! FXString *arg2 = (FXString *) &FXIconDict::defaultIconPath ; FXRbIconDict *result; --- 15365,15369 ---- _wrap_FXIconDict_initialize(int argc, VALUE *argv, VALUE self) { FXApp *arg1 ; ! FXString *arg2 = (FXString *) &FXRbIconDict::defaultIconPath ; FXRbIconDict *result; Index: dialogs_wrap.cpp =================================================================== RCS file: /cvsroot/fxruby/FXRuby/ext/fox/dialogs_wrap.cpp,v retrieving revision 1.30 retrieving revision 1.31 diff -C2 -d -r1.30 -r1.31 *** dialogs_wrap.cpp 23 Mar 2002 00:03:21 -0000 1.30 --- dialogs_wrap.cpp 26 Mar 2002 23:58:41 -0000 1.31 *************** *** 1,5 **** /* ---------------------------------------------------------------------------- * This file was automatically generated by SWIG (http://www.swig.org). ! * Version 1.3.12u-20020322-0903 * * This file is not intended to be easily readable and contains a number of --- 1,5 ---- /* ---------------------------------------------------------------------------- * This file was automatically generated by SWIG (http://www.swig.org). ! * Version 1.3.12u-20020326-1200 * * This file is not intended to be easily readable and contains a number of *************** *** 17,22 **** inline SwigValueWrapper() : tt(0) { } inline ~SwigValueWrapper() { if (tt) delete tt; } ! inline SwigValueWrapper& operator=(T t) {tt = new T(t); return *this;} ! inline operator T&() const {return *tt;} inline T *operator&() { return tt; } }; --- 17,22 ---- inline SwigValueWrapper() : tt(0) { } inline ~SwigValueWrapper() { if (tt) delete tt; } ! inline SwigValueWrapper& operator=(const T& t) { tt = new T(t); return *this; } ! inline operator T&() const { return *tt; } inline T *operator&() { return tt; } }; Index: icons_wrap.cpp =================================================================== RCS file: /cvsroot/fxruby/FXRuby/ext/fox/icons_wrap.cpp,v retrieving revision 1.33 retrieving revision 1.34 diff -C2 -d -r1.33 -r1.34 *** icons_wrap.cpp 23 Mar 2002 00:03:22 -0000 1.33 --- icons_wrap.cpp 26 Mar 2002 23:58:42 -0000 1.34 *************** *** 1,5 **** /* ---------------------------------------------------------------------------- * This file was automatically generated by SWIG (http://www.swig.org). ! * Version 1.3.12u-20020322-0903 * * This file is not intended to be easily readable and contains a number of --- 1,5 ---- /* ---------------------------------------------------------------------------- * This file was automatically generated by SWIG (http://www.swig.org). ! * Version 1.3.12u-20020326-1200 * * This file is not intended to be easily readable and contains a number of *************** *** 17,22 **** inline SwigValueWrapper() : tt(0) { } inline ~SwigValueWrapper() { if (tt) delete tt; } ! inline SwigValueWrapper& operator=(T t) {tt = new T(t); return *this;} ! inline operator T&() const {return *tt;} inline T *operator&() { return tt; } }; --- 17,22 ---- inline SwigValueWrapper() : tt(0) { } inline ~SwigValueWrapper() { if (tt) delete tt; } ! inline SwigValueWrapper& operator=(const T& t) { tt = new T(t); return *this; } ! inline operator T&() const { return *tt; } inline T *operator&() { return tt; } }; Index: image_wrap.cpp =================================================================== RCS file: /cvsroot/fxruby/FXRuby/ext/fox/image_wrap.cpp,v retrieving revision 1.35 retrieving revision 1.36 diff -C2 -d -r1.35 -r1.36 *** image_wrap.cpp 23 Mar 2002 00:03:22 -0000 1.35 --- image_wrap.cpp 26 Mar 2002 23:58:42 -0000 1.36 *************** *** 1,5 **** /* ---------------------------------------------------------------------------- * This file was automatically generated by SWIG (http://www.swig.org). ! * Version 1.3.12u-20020322-0903 * * This file is not intended to be easily readable and contains a number of --- 1,5 ---- /* ---------------------------------------------------------------------------- * This file was automatically generated by SWIG (http://www.swig.org). ! * Version 1.3.12u-20020326-1200 * * This file is not intended to be easily readable and contains a number of *************** *** 17,22 **** inline SwigValueWrapper() : tt(0) { } inline ~SwigValueWrapper() { if (tt) delete tt; } ! inline SwigValueWrapper& operator=(T t) {tt = new T(t); return *this;} ! inline operator T&() const {return *tt;} inline T *operator&() { return tt; } }; --- 17,22 ---- inline SwigValueWrapper() : tt(0) { } inline ~SwigValueWrapper() { if (tt) delete tt; } ! inline SwigValueWrapper& operator=(const T& t) { tt = new T(t); return *this; } ! inline operator T&() const { return *tt; } inline T *operator&() { return tt; } }; Index: layout_wrap.cpp =================================================================== RCS file: /cvsroot/fxruby/FXRuby/ext/fox/layout_wrap.cpp,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** layout_wrap.cpp 23 Mar 2002 00:03:22 -0000 1.4 --- layout_wrap.cpp 26 Mar 2002 23:58:42 -0000 1.5 *************** *** 1,5 **** /* ---------------------------------------------------------------------------- * This file was automatically generated by SWIG (http://www.swig.org). ! * Version 1.3.12u-20020322-0903 * * This file is not intended to be easily readable and contains a number of --- 1,5 ---- /* ---------------------------------------------------------------------------- * This file was automatically generated by SWIG (http://www.swig.org). ! * Version 1.3.12u-20020326-1200 * * This file is not intended to be easily readable and contains a number of *************** *** 17,22 **** inline SwigValueWrapper() : tt(0) { } inline ~SwigValueWrapper() { if (tt) delete tt; } ! inline SwigValueWrapper& operator=(T t) {tt = new T(t); return *this;} ! inline operator T&() const {return *tt;} inline T *operator&() { return tt; } }; --- 17,22 ---- inline SwigValueWrapper() : tt(0) { } inline ~SwigValueWrapper() { if (tt) delete tt; } ! inline SwigValueWrapper& operator=(const T& t) { tt = new T(t); return *this; } ! inline operator T&() const { return *tt; } inline T *operator&() { return tt; } }; Index: mdi_wrap.cpp =================================================================== RCS file: /cvsroot/fxruby/FXRuby/ext/fox/mdi_wrap.cpp,v retrieving revision 1.32 retrieving revision 1.33 diff -C2 -d -r1.32 -r1.33 *** mdi_wrap.cpp 23 Mar 2002 00:03:22 -0000 1.32 --- mdi_wrap.cpp 26 Mar 2002 23:58:42 -0000 1.33 *************** *** 1,5 **** /* ---------------------------------------------------------------------------- * This file was automatically generated by SWIG (http://www.swig.org). ! * Version 1.3.12u-20020322-0903 * * This file is not intended to be easily readable and contains a number of --- 1,5 ---- /* ---------------------------------------------------------------------------- * This file was automatically generated by SWIG (http://www.swig.org). ! * Version 1.3.12u-20020326-1200 * * This file is not intended to be easily readable and contains a number of *************** *** 17,22 **** inline SwigValueWrapper() : tt(0) { } inline ~SwigValueWrapper() { if (tt) delete tt; } ! inline SwigValueWrapper& operator=(T t) {tt = new T(t); return *this;} ! inline operator T&() const {return *tt;} inline T *operator&() { return tt; } }; --- 17,22 ---- inline SwigValueWrapper() : tt(0) { } inline ~SwigValueWrapper() { if (tt) delete tt; } ! inline SwigValueWrapper& operator=(const T& t) { tt = new T(t); return *this; } ! inline operator T&() const { return *tt; } inline T *operator&() { return tt; } }; Index: opengl_wrap.cpp =================================================================== RCS file: /cvsroot/fxruby/FXRuby/ext/fox/opengl_wrap.cpp,v retrieving revision 1.37 retrieving revision 1.38 diff -C2 -d -r1.37 -r1.38 *** opengl_wrap.cpp 23 Mar 2002 00:03:22 -0000 1.37 --- opengl_wrap.cpp 26 Mar 2002 23:58:42 -0000 1.38 *************** *** 1,5 **** /* ---------------------------------------------------------------------------- * This file was automatically generated by SWIG (http://www.swig.org). ! * Version 1.3.12u-20020322-0903 * * This file is not intended to be easily readable and contains a number of --- 1,5 ---- /* ---------------------------------------------------------------------------- * This file was automatically generated by SWIG (http://www.swig.org). ! * Version 1.3.12u-20020326-1200 * * This file is not intended to be easily readable and contains a number of *************** *** 17,22 **** inline SwigValueWrapper() : tt(0) { } inline ~SwigValueWrapper() { if (tt) delete tt; } ! inline SwigValueWrapper& operator=(T t) {tt = new T(t); return *this;} ! inline operator T&() const {return *tt;} inline T *operator&() { return tt; } }; --- 17,22 ---- inline SwigValueWrapper() : tt(0) { } inline ~SwigValueWrapper() { if (tt) delete tt; } ! inline SwigValueWrapper& operator=(const T& t) { tt = new T(t); return *this; } ! inline operator T&() const { return *tt; } inline T *operator&() { return tt; } }; *************** *** 1183,1187 **** _wrap_FXHVec___neg__(int argc, VALUE *argv, VALUE self) { FXHVec *arg1 ; ! FXHVec result; VALUE vresult = Qnil; --- 1183,1187 ---- _wrap_FXHVec___neg__(int argc, VALUE *argv, VALUE self) { FXHVec *arg1 ; ! SwigValueWrapper<FXHVec> result; VALUE vresult = Qnil; *************** *** 1204,1208 **** FXHVec *arg1 ; FXHVec *arg2 ; ! FXHVec result; VALUE vresult = Qnil; --- 1204,1208 ---- FXHVec *arg1 ; FXHVec *arg2 ; ! SwigValueWrapper<FXHVec> result; VALUE vresult = Qnil; *************** *** 1226,1230 **** FXHVec *arg1 ; FXHVec *arg2 ; ! FXHVec result; VALUE vresult = Qnil; --- 1226,1230 ---- FXHVec *arg1 ; FXHVec *arg2 ; ! SwigValueWrapper<FXHVec> result; VALUE vresult = Qnil; *************** *** 1248,1252 **** FXHVec *arg1 ; FXfloat arg2 ; ! FXHVec result; VALUE vresult = Qnil; --- 1248,1252 ---- FXHVec *arg1 ; FXfloat arg2 ; ! SwigValueWrapper<FXHVec> result; VALUE vresult = Qnil; *************** *** 1270,1274 **** FXHVec *arg1 ; FXfloat arg2 ; ! FXHVec result; VALUE vresult = Qnil; --- 1270,1274 ---- FXHVec *arg1 ; FXfloat arg2 ; ! SwigValueWrapper<FXHVec> result; VALUE vresult = Qnil; *************** *** 1310,1314 **** FXHVec *arg1 ; FXHVec *arg2 ; ! FXHVec result; VALUE vresult = Qnil; --- 1310,1314 ---- FXHVec *arg1 ; FXHVec *arg2 ; ! SwigValueWrapper<FXHVec> result; VALUE vresult = Qnil; *************** *** 1347,1351 **** _wrap_FXHVec_normalize(int argc, VALUE *argv, VALUE self) { FXHVec *arg1 ; ! FXHVec result; VALUE vresult = Qnil; --- 1347,1351 ---- _wrap_FXHVec_normalize(int argc, VALUE *argv, VALUE self) { FXHVec *arg1 ; ! SwigValueWrapper<FXHVec> result; VALUE vresult = Qnil; *************** *** 1368,1372 **** FXHVec *arg1 ; FXHVec *arg2 ; ! FXHVec result; VALUE vresult = Qnil; --- 1368,1372 ---- FXHVec *arg1 ; FXHVec *arg2 ; ! SwigValueWrapper<FXHVec> result; VALUE vresult = Qnil; *************** *** 1390,1394 **** FXHVec *arg1 ; FXHVec *arg2 ; ! FXHVec result; VALUE vresult = Qnil; --- 1390,1394 ---- FXHVec *arg1 ; FXHVec *arg2 ; ! SwigValueWrapper<FXHVec> result; VALUE vresult = Qnil; *************** *** 1719,1723 **** FXHMat *arg1 ; FXHMat *arg2 ; ! FXHMat result; VALUE vresult = Qnil; --- 1719,1723 ---- FXHMat *arg1 ; FXHMat *arg2 ; ! SwigValueWrapper<FXHMat> result; VALUE vresult = Qnil; *************** *** 1741,1745 **** FXHMat *arg1 ; FXHMat *arg2 ; ! FXHMat result; VALUE vresult = Qnil; --- 1741,1745 ---- FXHMat *arg1 ; FXHMat *arg2 ; ! SwigValueWrapper<FXHMat> result; VALUE vresult = Qnil; *************** *** 1763,1767 **** FXHMat *arg1 ; FXHMat *arg2 ; ! FXHMat result; VALUE vresult = Qnil; --- 1763,1767 ---- FXHMat *arg1 ; FXHMat *arg2 ; ! SwigValueWrapper<FXHMat> result; VALUE vresult = Qnil; *************** *** 1819,1823 **** _wrap_FXHMat_transpose(int argc, VALUE *argv, VALUE self) { FXHMat *arg1 ; ! FXHMat result; VALUE vresult = Qnil; --- 1819,1823 ---- _wrap_FXHMat_transpose(int argc, VALUE *argv, VALUE self) { FXHMat *arg1 ; ! SwigValueWrapper<FXHMat> result; VALUE vresult = Qnil; *************** *** 1839,1843 **** _wrap_FXHMat_invert(int argc, VALUE *argv, VALUE self) { FXHMat *arg1 ; ! FXHMat result; VALUE vresult = Qnil; --- 1839,1843 ---- _wrap_FXHMat_invert(int argc, VALUE *argv, VALUE self) { FXHMat *arg1 ; ! SwigValueWrapper<FXHMat> result; VALUE vresult = Qnil; *************** *** 8477,8481 **** _wrap_FX_GLViewer_getBackgroundColor(int argc, VALUE *argv, VALUE self) { FXGLViewer *arg1 ; ! FXHVec result; VALUE vresult = Qnil; --- 8477,8481 ---- _wrap_FX_GLViewer_getBackgroundColor(int argc, VALUE *argv, VALUE self) { FXGLViewer *arg1 ; ! SwigValueWrapper<FXHVec> result; VALUE vresult = Qnil; *************** *** 8512,8516 **** _wrap_FX_GLViewer_getAmbientColor(int argc, VALUE *argv, VALUE self) { FXGLViewer *arg1 ; ! FXHVec result; VALUE vresult = Qnil; --- 8512,8516 ---- _wrap_FX_GLViewer_getAmbientColor(int argc, VALUE *argv, VALUE self) { FXGLViewer *arg1 ; ! SwigValueWrapper<FXHVec> result; VALUE vresult = Qnil; Index: scintilla_wrap.cpp =================================================================== RCS file: /cvsroot/fxruby/FXRuby/ext/fox/scintilla_wrap.cpp,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** scintilla_wrap.cpp 23 Mar 2002 00:03:23 -0000 1.13 --- scintilla_wrap.cpp 26 Mar 2002 23:58:42 -0000 1.14 *************** *** 1,5 **** /* ---------------------------------------------------------------------------- * This file was automatically generated by SWIG (http://www.swig.org). ! * Version 1.3.12u-20020322-0903 * * This file is not intended to be easily readable and contains a number of --- 1,5 ---- /* ---------------------------------------------------------------------------- * This file was automatically generated by SWIG (http://www.swig.org). ! * Version 1.3.12u-20020326-1200 * * This file is not intended to be easily readable and contains a number of *************** *** 17,22 **** inline SwigValueWrapper() : tt(0) { } inline ~SwigValueWrapper() { if (tt) delete tt; } ! inline SwigValueWrapper& operator=(T t) {tt = new T(t); return *this;} ! inline operator T&() const {return *tt;} inline T *operator&() { return tt; } }; --- 17,22 ---- inline SwigValueWrapper() : tt(0) { } inline ~SwigValueWrapper() { if (tt) delete tt; } ! inline SwigValueWrapper& operator=(const T& t) { tt = new T(t); return *this; } ! inline operator T&() const { return *tt; } inline T *operator&() { return tt; } }; Index: ui_wrap.cpp =================================================================== RCS file: /cvsroot/fxruby/FXRuby/ext/fox/ui_wrap.cpp,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** ui_wrap.cpp 23 Mar 2002 00:03:23 -0000 1.5 --- ui_wrap.cpp 26 Mar 2002 23:58:42 -0000 1.6 *************** *** 1,5 **** /* ---------------------------------------------------------------------------- * This file was automatically generated by SWIG (http://www.swig.org). ! * Version 1.3.12u-20020322-0903 * * This file is not intended to be easily readable and contains a number of --- 1,5 ---- /* ---------------------------------------------------------------------------- * This file was automatically generated by SWIG (http://www.swig.org). ! * Version 1.3.12u-20020326-1200 * * This file is not intended to be easily readable and contains a number of *************** *** 17,22 **** inline SwigValueWrapper() : tt(0) { } inline ~SwigValueWrapper() { if (tt) delete tt; } ! inline SwigValueWrapper& operator=(T t) {tt = new T(t); return *this;} ! inline operator T&() const {return *tt;} inline T *operator&() { return tt; } }; --- 17,22 ---- inline SwigValueWrapper() : tt(0) { } inline ~SwigValueWrapper() { if (tt) delete tt; } ! inline SwigValueWrapper& operator=(const T& t) { tt = new T(t); return *this; } ! inline operator T&() const { return *tt; } inline T *operator&() { return tt; } }; *************** *** 3715,3720 **** arg1 = (FXWindow *) SWIG_ConvertPtr(self, SWIGTYPE_p_FXWindow); arg2 = NUM2INT(argv[0]); ! result = (FXWindow *)((FXWindow const *)arg1)->childAtIndex(arg2); ! vresult = FXRbGetRubyObj(result, "FXWindow *"); return vresult; --- 3715,3725 ---- arg1 = (FXWindow *) SWIG_ConvertPtr(self, SWIGTYPE_p_FXWindow); arg2 = NUM2INT(argv[0]); ! { ! result = (FXWindow *)((FXWindow const *)arg1)->childAtIndex(arg2); ! ! if (!result) { ! rb_raise(rb_eIndexError, "child window index out of bounds"); ! } ! } vresult = FXRbGetRubyObj(result, "FXWindow *"); return vresult; |