/*************************************************************************** qtgui4handlers.cpp - QtGui specific marshallers ------------------- begin : 03-29-2010 copyright : (C) 2010 Chris Burel email : chrisburel@gmail.com ***************************************************************************/ /*************************************************************************** * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * * the Free Software Foundation; either vesion 2 of the License, or * * (at your option) any later version. * * * ***************************************************************************/ // Perl headers extern "C" { #include "EXTERN.h" #include "perl.h" #include "XSUB.h" #include "ppport.h" } #include #include //DEF_VALUELIST_MARSHALLER( QTestAccessibilityEventList, QList, QTestAccessibilityEvent ) TypeHandler QtGui4_handlers[] = { //{ "QList", marshall_QTestAccessibilityEventList }, { "QFlags&", marshall_it< unsigned int *> }, { "QFlags&", marshall_it< unsigned int *> }, { "QFlags&", marshall_it< unsigned int *> }, { "QFlags&", marshall_it< unsigned int *> }, { "QFlags&", marshall_it< unsigned int *> }, { "QFlags&", marshall_it< unsigned int *> }, { "QFlags&", marshall_it< unsigned int *> }, { "QFlags&", marshall_it< unsigned int *> }, { "QFlags&", marshall_it< unsigned int *> }, { "QFlags&", marshall_it< unsigned int *> }, { "QFlags&", marshall_it< unsigned int *> }, { "QFlags&", marshall_it< unsigned int *> }, { "QFlags&", marshall_it< unsigned int *> }, { "QFlags&", marshall_it< unsigned int *> }, { "QFlags&", marshall_it< unsigned int *> }, { "QFlags&", marshall_it< unsigned int *> }, { "QFlags&", marshall_it< unsigned int *> }, { 0, 0 } };