class Fox::FXRegion
Public Class Methods
Source
SWIGINTERN VALUE _wrap_new_FXRegion(int nargs, VALUE *args, VALUE self) {
int argc;
VALUE argv[4];
int ii;
argc = nargs;
if (argc > 4) SWIG_fail;
for (ii = 0; (ii < argc); ++ii) {
argv[ii] = args[ii];
}
if (argc == 0) {
return _wrap_new_FXRegion__SWIG_0(nargs, args, self);
}
if (argc == 1) {
int _v = 0;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXRegion, SWIG_POINTER_NO_NULL);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_new_FXRegion__SWIG_1(nargs, args, self);
}
}
if (argc == 1) {
int _v = 0;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXRectangle, SWIG_POINTER_NO_NULL);
_v = SWIG_CheckState(res);
if (_v) {
return _wrap_new_FXRegion__SWIG_2(nargs, args, self);
}
}
if ((argc >= 1) && (argc <= 2)) {
int _v = 0;
{
_v = (TYPE(argv[0]) == T_ARRAY) ? 1 : 0;
}
if (_v) {
if (argc <= 1) {
return _wrap_new_FXRegion__SWIG_4(nargs, args, self);
}
{
int res = SWIG_AsVal_bool(argv[1], NULL);
_v = SWIG_CheckState(res);
}
if (_v) {
return _wrap_new_FXRegion__SWIG_4(nargs, args, self);
}
}
}
if (argc == 4) {
int _v = 0;
{
_v = (TYPE(argv[0]) == T_FIXNUM || TYPE(argv[0]) == T_BIGNUM) ? 1 : 0;
}
if (_v) {
{
_v = (TYPE(argv[1]) == T_FIXNUM || TYPE(argv[1]) == T_BIGNUM) ? 1 : 0;
}
if (_v) {
{
_v = (TYPE(argv[2]) == T_FIXNUM || TYPE(argv[2]) == T_BIGNUM) ? 1 : 0;
}
if (_v) {
{
_v = (TYPE(argv[3]) == T_FIXNUM || TYPE(argv[3]) == T_BIGNUM) ? 1 : 0;
}
if (_v) {
return _wrap_new_FXRegion__SWIG_3(nargs, args, self);
}
}
}
}
}
fail:
Ruby_Format_OverloadedError( argc, 4, "FXRegion.new",
" FXRegion.new()\n"
" FXRegion.new(FXRegion const &r)\n"
" FXRegion.new(FXRectangle const &rect)\n"
" FXRegion.new(FXint x, FXint y, FXint w, FXint h)\n"
" FXRegion.new(FXPoint const *points, FXuint npoints, bool winding)\n");
return Qnil;
}
Source
# File rdoc-sources/FXRegion.rb, line 4 def initialize; end
Construct new empty region
Public Instance Methods
Source
SWIGINTERN VALUE
_wrap_FXRegion___mul__(int argc, VALUE *argv, VALUE self) {
FXRegion *arg1 = (FXRegion *) 0 ;
FXRegion *arg2 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
FXRegion result;
VALUE vresult = Qnil;
if ((argc < 1) || (argc > 1)) {
rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc); SWIG_fail;
}
res1 = SWIG_ConvertPtr(self, &argp1,SWIGTYPE_p_FXRegion, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "", "FXRegion const *","operator *", 1, self ));
}
arg1 = reinterpret_cast< FXRegion * >(argp1);
res2 = SWIG_ConvertPtr(argv[0], &argp2, SWIGTYPE_p_FXRegion, 0 );
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), Ruby_Format_TypeError( "", "FXRegion const &","operator *", 2, argv[0] ));
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, Ruby_Format_TypeError("invalid null reference ", "FXRegion const &","operator *", 2, argv[0]));
}
arg2 = reinterpret_cast< FXRegion * >(argp2);
result = FXRegion_operator_Sm_((FXRegion const *)arg1,(FXRegion const &)*arg2);
{
FXRegion* resultptr = new FXRegion(result);
vresult = FXRbGetRubyObj(resultptr, "FXRegion *");
}
return vresult;
fail:
return Qnil;
}
Source
SWIGINTERN VALUE
_wrap_FXRegion___add__(int argc, VALUE *argv, VALUE self) {
FXRegion *arg1 = (FXRegion *) 0 ;
FXRegion *arg2 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
FXRegion result;
VALUE vresult = Qnil;
if ((argc < 1) || (argc > 1)) {
rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc); SWIG_fail;
}
res1 = SWIG_ConvertPtr(self, &argp1,SWIGTYPE_p_FXRegion, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "", "FXRegion const *","operator +", 1, self ));
}
arg1 = reinterpret_cast< FXRegion * >(argp1);
res2 = SWIG_ConvertPtr(argv[0], &argp2, SWIGTYPE_p_FXRegion, 0 );
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), Ruby_Format_TypeError( "", "FXRegion const &","operator +", 2, argv[0] ));
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, Ruby_Format_TypeError("invalid null reference ", "FXRegion const &","operator +", 2, argv[0]));
}
arg2 = reinterpret_cast< FXRegion * >(argp2);
result = FXRegion_operator_Sa_((FXRegion const *)arg1,(FXRegion const &)*arg2);
{
FXRegion* resultptr = new FXRegion(result);
vresult = FXRbGetRubyObj(resultptr, "FXRegion *");
}
return vresult;
fail:
return Qnil;
}
Add operator.
Source
SWIGINTERN VALUE
_wrap_FXRegion___sub__(int argc, VALUE *argv, VALUE self) {
FXRegion *arg1 = (FXRegion *) 0 ;
FXRegion *arg2 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
FXRegion result;
VALUE vresult = Qnil;
if ((argc < 1) || (argc > 1)) {
rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc); SWIG_fail;
}
res1 = SWIG_ConvertPtr(self, &argp1,SWIGTYPE_p_FXRegion, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "", "FXRegion const *","operator -", 1, self ));
}
arg1 = reinterpret_cast< FXRegion * >(argp1);
res2 = SWIG_ConvertPtr(argv[0], &argp2, SWIGTYPE_p_FXRegion, 0 );
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), Ruby_Format_TypeError( "", "FXRegion const &","operator -", 2, argv[0] ));
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, Ruby_Format_TypeError("invalid null reference ", "FXRegion const &","operator -", 2, argv[0]));
}
arg2 = reinterpret_cast< FXRegion * >(argp2);
result = FXRegion_operator_Ss_((FXRegion const *)arg1,(FXRegion const &)*arg2);
{
FXRegion* resultptr = new FXRegion(result);
vresult = FXRbGetRubyObj(resultptr, "FXRegion *");
}
return vresult;
fail:
return Qnil;
}
Subtraction operator.
Source
SWIGINTERN VALUE
_wrap_FXRegion___eq__(int argc, VALUE *argv, VALUE self) {
FXRegion *arg1 = (FXRegion *) 0 ;
FXRegion *arg2 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
bool result;
VALUE vresult = Qnil;
if ((argc < 1) || (argc > 1)) {
rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc); SWIG_fail;
}
res1 = SWIG_ConvertPtr(self, &argp1,SWIGTYPE_p_FXRegion, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "", "FXRegion const *","operator ==", 1, self ));
}
arg1 = reinterpret_cast< FXRegion * >(argp1);
res2 = SWIG_ConvertPtr(argv[0], &argp2, SWIGTYPE_p_FXRegion, 0 );
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), Ruby_Format_TypeError( "", "FXRegion const &","operator ==", 2, argv[0] ));
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, Ruby_Format_TypeError("invalid null reference ", "FXRegion const &","operator ==", 2, argv[0]));
}
arg2 = reinterpret_cast< FXRegion * >(argp2);
result = (bool)FXRegion_operator_Se__Se_((FXRegion const *)arg1,(FXRegion const &)*arg2);
vresult = SWIG_From_bool(static_cast< bool >(result));
return vresult;
fail:
return Qnil;
}
Equality comparison operator.
Source
SWIGINTERN VALUE
_wrap_FXRegion___xor__(int argc, VALUE *argv, VALUE self) {
FXRegion *arg1 = (FXRegion *) 0 ;
FXRegion *arg2 = 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
void *argp2 = 0 ;
int res2 = 0 ;
FXRegion result;
VALUE vresult = Qnil;
if ((argc < 1) || (argc > 1)) {
rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc); SWIG_fail;
}
res1 = SWIG_ConvertPtr(self, &argp1,SWIGTYPE_p_FXRegion, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "", "FXRegion const *","operator ^", 1, self ));
}
arg1 = reinterpret_cast< FXRegion * >(argp1);
res2 = SWIG_ConvertPtr(argv[0], &argp2, SWIGTYPE_p_FXRegion, 0 );
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), Ruby_Format_TypeError( "", "FXRegion const &","operator ^", 2, argv[0] ));
}
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, Ruby_Format_TypeError("invalid null reference ", "FXRegion const &","operator ^", 2, argv[0]));
}
arg2 = reinterpret_cast< FXRegion * >(argp2);
result = FXRegion_operator_Sx_((FXRegion const *)arg1,(FXRegion const &)*arg2);
{
FXRegion* resultptr = new FXRegion(result);
vresult = FXRbGetRubyObj(resultptr, "FXRegion *");
}
return vresult;
fail:
return Qnil;
}
XOR operator.
Source
SWIGINTERN VALUE
_wrap_FXRegion_bounds(int argc, VALUE *argv, VALUE self) {
FXRegion *arg1 = (FXRegion *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
FXRectangle result;
VALUE vresult = Qnil;
if ((argc < 0) || (argc > 0)) {
rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc); SWIG_fail;
}
res1 = SWIG_ConvertPtr(self, &argp1,SWIGTYPE_p_FXRegion, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "", "FXRegion const *","bounds", 1, self ));
}
arg1 = reinterpret_cast< FXRegion * >(argp1);
result = ((FXRegion const *)arg1)->bounds();
{
FXRectangle* resultptr = new FXRectangle(result);
vresult = FXRbGetRubyObj(resultptr, "FXRectangle *");
}
return vresult;
fail:
return Qnil;
}
Source
SWIGINTERN VALUE _wrap_FXRegion_containsq___(int nargs, VALUE *args, VALUE self) {
int argc;
VALUE argv[6];
int ii;
argc = nargs + 1;
argv[0] = self;
if (argc > 6) SWIG_fail;
for (ii = 1; (ii < argc); ++ii) {
argv[ii] = args[ii-1];
}
if (argc == 3) {
int _v = 0;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXRegion, 0);
_v = SWIG_CheckState(res);
if (_v) {
{
_v = (TYPE(argv[1]) == T_FIXNUM || TYPE(argv[1]) == T_BIGNUM) ? 1 : 0;
}
if (_v) {
{
_v = (TYPE(argv[2]) == T_FIXNUM || TYPE(argv[2]) == T_BIGNUM) ? 1 : 0;
}
if (_v) {
return _wrap_FXRegion_containsq_____SWIG_0(nargs, args, self);
}
}
}
}
if (argc == 5) {
int _v = 0;
void *vptr = 0;
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXRegion, 0);
_v = SWIG_CheckState(res);
if (_v) {
{
_v = (TYPE(argv[1]) == T_FIXNUM || TYPE(argv[1]) == T_BIGNUM) ? 1 : 0;
}
if (_v) {
{
_v = (TYPE(argv[2]) == T_FIXNUM || TYPE(argv[2]) == T_BIGNUM) ? 1 : 0;
}
if (_v) {
{
_v = (TYPE(argv[3]) == T_FIXNUM || TYPE(argv[3]) == T_BIGNUM) ? 1 : 0;
}
if (_v) {
{
_v = (TYPE(argv[4]) == T_FIXNUM || TYPE(argv[4]) == T_BIGNUM) ? 1 : 0;
}
if (_v) {
return _wrap_FXRegion_containsq_____SWIG_1(nargs, args, self);
}
}
}
}
}
}
fail:
Ruby_Format_OverloadedError( argc, 6, "FXRegion.contains?",
" bool FXRegion.contains?(FXint x, FXint y)\n"
" bool FXRegion.contains?(FXint x, FXint y, FXint w, FXint h)\n");
return Qnil;
}
Source
SWIGINTERN VALUE
_wrap_FXRegion_emptyq___(int argc, VALUE *argv, VALUE self) {
FXRegion *arg1 = (FXRegion *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
bool result;
VALUE vresult = Qnil;
if ((argc < 0) || (argc > 0)) {
rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc); SWIG_fail;
}
res1 = SWIG_ConvertPtr(self, &argp1,SWIGTYPE_p_FXRegion, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "", "FXRegion const *","empty", 1, self ));
}
arg1 = reinterpret_cast< FXRegion * >(argp1);
result = (bool)((FXRegion const *)arg1)->empty();
vresult = SWIG_From_bool(static_cast< bool >(result));
return vresult;
fail:
return Qnil;
}
Check if FXRegion is empty.
Source
SWIGINTERN VALUE
_wrap_FXRegion_offsetN___(int argc, VALUE *argv, VALUE self) {
FXRegion *arg1 = (FXRegion *) 0 ;
FXint arg2 ;
FXint arg3 ;
void *argp1 = 0 ;
int res1 = 0 ;
FXRegion *result = 0 ;
VALUE vresult = Qnil;
if ((argc < 2) || (argc > 2)) {
rb_raise(rb_eArgError, "wrong # of arguments(%d for 2)",argc); SWIG_fail;
}
res1 = SWIG_ConvertPtr(self, &argp1,SWIGTYPE_p_FXRegion, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "", "FXRegion *","offset", 1, self ));
}
arg1 = reinterpret_cast< FXRegion * >(argp1);
arg2 = NUM2INT(argv[0]);
arg3 = NUM2INT(argv[1]);
result = (FXRegion *) &(arg1)->offset(arg2,arg3);
vresult = FXRbGetRubyObj(result, "FXRegion *");
return vresult;
fail:
return Qnil;
}
Source
SWIGINTERN VALUE
_wrap_FXRegion_reset(int argc, VALUE *argv, VALUE self) {
FXRegion *arg1 = (FXRegion *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
if ((argc < 0) || (argc > 0)) {
rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc); SWIG_fail;
}
res1 = SWIG_ConvertPtr(self, &argp1,SWIGTYPE_p_FXRegion, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "", "FXRegion *","reset", 1, self ));
}
arg1 = reinterpret_cast< FXRegion * >(argp1);
(arg1)->reset();
return Qnil;
fail:
return Qnil;
}