Re: HELP!!! PerlQt 1.45 type conversion

"Алексей Дашевский" <[email protected]> Mon, 09 Oct 2006 08:36:51 +0300
Newsgroups gmane.comp.kde.devel.perl
Message-ID <[email protected]>
Thanks,  Ashley!

But problem not  solved.

Qt::VERSION = 2.105:

use Qt 2.0;
# ----
CAST($event, "Qt::MouseEvent");
Errorr: Use of inherited AUTOLOAD for non-method ComboList::CAST() is deprecated at ComboList.pm line 650

use Qt 2.0;
# ----
Qt::CAST($event, "Qt::MouseEvent");
Errorr: Can't locate auto/Qt/CAST.al in @INC

Help, please!

Best regards, Alexey

-----Original Message-----
From: Ashley Winters <[email protected]>
To: Алексей  Дашевский <[email protected]>,[email protected]
Date: Sat, 7 Oct 2006 00:15:49 -0700 (PDT)
Subject: Re: [Kde-perl] HELP!!! PerlQt 1.45 type conversion

> Depending on your version of PerlQt:
> 
> my $mouse_event = CAST($event, "Qt::MouseEvent");
> 
> 
> ----- Original Message ----
> From: Алексей  Дашевский <[email protected]>
> To: [email protected]
> Sent: Wednesday, October 4, 2006 6:48:58 AM
> Subject: [Kde-perl] HELP!!! PerlQt 1.45 type conversion
> 
> Hello all!
> 
> C++ code:
> 
> QMouseEvent *e = (QMouseEvent*)event; // where event is QEvent*
> 
> 
> How released this line in PerlQt 1.45???
> 
> Thanks for help!!!
> 
> Best regards, Alexey
> _______________________________________________
> Kde-perl mailing list
> [email protected]
> https://mail.kde.org/mailman/listinfo/kde-perl   
_______________________________________________
Kde-perl mailing list
[email protected]
https://mail.kde.org/mailman/listinfo/kde-perl