package Qt::Core::QEventTransition; # THE FOLLOWING CODE IS AUTOMATED, ANY MODIFICATION WILL BE LOST! # classname: QEventTransition # file : QtCore/qeventtransition.h use strict; use warnings; #use Carp; our $VERSION = '0.01_05'; use base qw/Qt::Core::QAbstractTransition/; #our @ISA = qw/Qt::Core::QAbstractTransition/; # FIXME: operator overload 1; =head1 NAME Qt::Core::QEventTransition =head1 PUBLIC METHODS =over =item QEventTransition(QState * sourceState) =item QEventTransition(QState * sourceState = 0) =item QEventTransition(QObject * object, QEvent::Type type, QState * sourceState) =item QEventTransition(QObject * object, QEvent::Type type, QState * sourceState = 0) =item ~QEventTransition() =item QObject * eventSource() =item QEvent::Type eventType() =item void setEventSource(QObject * object) =item void setEventType(QEvent::Type type) =back =head1 ENUM VALUES =over =back =head2 EXPORT None by default. =head1 AUTHOR Dongxu Ma Edongxu@cpan.orgE =head1 COPYRIGHT AND LICENSE Copyright (C) 2011 - 2012 by Dongxu Ma This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See L =cut