2017-02-12 13:21:08 +01:00
/**
* @ file gsiDeclQAbstractProxyModel . cc
*
* DO NOT EDIT THIS FILE .
* This file has been created automatically
*/
# include <QAbstractProxyModel>
# include <QAbstractItemModel>
# include <QChildEvent>
# include <QDataStream>
# include <QEvent>
# include <QItemSelection>
# include <QMetaMethod>
# include <QMimeData>
# include <QModelIndex>
# include <QObject>
# include <QPersistentModelIndex>
# include <QSize>
# include <QThread>
# include <QTimerEvent>
# include "gsiQt.h"
# include "gsiQtCommon.h"
# include "gsiDeclQtTypeTraits.h"
# include <memory>
// -----------------------------------------------------------------------
// class QAbstractProxyModel
// get static meta object
static void _init_smo ( qt_gsi : : GenericStaticMethod * decl )
{
decl - > set_return < const QMetaObject & > ( ) ;
}
static void _call_smo ( const qt_gsi : : GenericStaticMethod * , gsi : : SerialArgs & , gsi : : SerialArgs & ret )
{
ret . write < const QMetaObject & > ( QAbstractProxyModel : : staticMetaObject ) ;
}
// (const QModelIndex &) const
static void _init_f_buddy_c2395 ( qt_gsi : : GenericMethod * decl )
{
static gsi : : ArgSpecBase argspec_0 ( " index " ) ;
decl - > add_arg < const QModelIndex & > ( argspec_0 ) ;
decl - > set_return < QModelIndex > ( ) ;
}
static void _call_f_buddy_c2395 ( const qt_gsi : : GenericMethod * /*decl*/ , void * cls , gsi : : SerialArgs & args , gsi : : SerialArgs & ret )
{
__SUPPRESS_UNUSED_WARNING ( args ) ;
tl : : Heap heap ;
const QModelIndex & arg1 = args . read < const QModelIndex & > ( heap ) ;
ret . write < QModelIndex > ( ( QModelIndex ) ( ( QAbstractProxyModel * ) cls ) - > buddy ( arg1 ) ) ;
}
// (const QMimeData *, Qt::DropAction, int, int, const QModelIndex &) const
static void _init_f_canDropMimeData_c7425 ( qt_gsi : : GenericMethod * decl )
{
static gsi : : ArgSpecBase argspec_0 ( " data " ) ;
decl - > add_arg < const QMimeData * > ( argspec_0 ) ;
static gsi : : ArgSpecBase argspec_1 ( " action " ) ;
decl - > add_arg < const qt_gsi : : Converter < Qt : : DropAction > : : target_type & > ( argspec_1 ) ;
static gsi : : ArgSpecBase argspec_2 ( " row " ) ;
decl - > add_arg < int > ( argspec_2 ) ;
static gsi : : ArgSpecBase argspec_3 ( " column " ) ;
decl - > add_arg < int > ( argspec_3 ) ;
static gsi : : ArgSpecBase argspec_4 ( " parent " ) ;
decl - > add_arg < const QModelIndex & > ( argspec_4 ) ;
decl - > set_return < bool > ( ) ;
}
static void _call_f_canDropMimeData_c7425 ( const qt_gsi : : GenericMethod * /*decl*/ , void * cls , gsi : : SerialArgs & args , gsi : : SerialArgs & ret )
{
__SUPPRESS_UNUSED_WARNING ( args ) ;
tl : : Heap heap ;
const QMimeData * arg1 = args . read < const QMimeData * > ( heap ) ;
const qt_gsi : : Converter < Qt : : DropAction > : : target_type & arg2 = args . read < const qt_gsi : : Converter < Qt : : DropAction > : : target_type & > ( heap ) ;
int arg3 = args . read < int > ( heap ) ;
int arg4 = args . read < int > ( heap ) ;
const QModelIndex & arg5 = args . read < const QModelIndex & > ( heap ) ;
ret . write < bool > ( ( bool ) ( ( QAbstractProxyModel * ) cls ) - > canDropMimeData ( arg1 , qt_gsi : : QtToCppAdaptor < Qt : : DropAction > ( arg2 ) . cref ( ) , arg3 , arg4 , arg5 ) ) ;
}
// (const QModelIndex &) const
static void _init_f_canFetchMore_c2395 ( qt_gsi : : GenericMethod * decl )
{
static gsi : : ArgSpecBase argspec_0 ( " parent " ) ;
decl - > add_arg < const QModelIndex & > ( argspec_0 ) ;
decl - > set_return < bool > ( ) ;
}
static void _call_f_canFetchMore_c2395 ( const qt_gsi : : GenericMethod * /*decl*/ , void * cls , gsi : : SerialArgs & args , gsi : : SerialArgs & ret )
{
__SUPPRESS_UNUSED_WARNING ( args ) ;
tl : : Heap heap ;
const QModelIndex & arg1 = args . read < const QModelIndex & > ( heap ) ;
ret . write < bool > ( ( bool ) ( ( QAbstractProxyModel * ) cls ) - > canFetchMore ( arg1 ) ) ;
}
// (const QModelIndex &, int) const
static void _init_f_data_c3054 ( qt_gsi : : GenericMethod * decl )
{
static gsi : : ArgSpecBase argspec_0 ( " proxyIndex " ) ;
decl - > add_arg < const QModelIndex & > ( argspec_0 ) ;
static gsi : : ArgSpecBase argspec_1 ( " role " , true , " Qt::DisplayRole " ) ;
decl - > add_arg < int > ( argspec_1 ) ;
decl - > set_return < QVariant > ( ) ;
}
static void _call_f_data_c3054 ( const qt_gsi : : GenericMethod * /*decl*/ , void * cls , gsi : : SerialArgs & args , gsi : : SerialArgs & ret )
{
__SUPPRESS_UNUSED_WARNING ( args ) ;
tl : : Heap heap ;
const QModelIndex & arg1 = args . read < const QModelIndex & > ( heap ) ;
int arg2 = args ? args . read < int > ( heap ) : ( int ) ( Qt : : DisplayRole ) ;
ret . write < QVariant > ( ( QVariant ) ( ( QAbstractProxyModel * ) cls ) - > data ( arg1 , arg2 ) ) ;
}
// (const QMimeData *, Qt::DropAction, int, int, const QModelIndex &)
static void _init_f_dropMimeData_7425 ( qt_gsi : : GenericMethod * decl )
{
static gsi : : ArgSpecBase argspec_0 ( " data " ) ;
decl - > add_arg < const QMimeData * > ( argspec_0 ) ;
static gsi : : ArgSpecBase argspec_1 ( " action " ) ;
decl - > add_arg < const qt_gsi : : Converter < Qt : : DropAction > : : target_type & > ( argspec_1 ) ;
static gsi : : ArgSpecBase argspec_2 ( " row " ) ;
decl - > add_arg < int > ( argspec_2 ) ;
static gsi : : ArgSpecBase argspec_3 ( " column " ) ;
decl - > add_arg < int > ( argspec_3 ) ;
static gsi : : ArgSpecBase argspec_4 ( " parent " ) ;
decl - > add_arg < const QModelIndex & > ( argspec_4 ) ;
decl - > set_return < bool > ( ) ;
}
static void _call_f_dropMimeData_7425 ( const qt_gsi : : GenericMethod * /*decl*/ , void * cls , gsi : : SerialArgs & args , gsi : : SerialArgs & ret )
{
__SUPPRESS_UNUSED_WARNING ( args ) ;
tl : : Heap heap ;
const QMimeData * arg1 = args . read < const QMimeData * > ( heap ) ;
const qt_gsi : : Converter < Qt : : DropAction > : : target_type & arg2 = args . read < const qt_gsi : : Converter < Qt : : DropAction > : : target_type & > ( heap ) ;
int arg3 = args . read < int > ( heap ) ;
int arg4 = args . read < int > ( heap ) ;
const QModelIndex & arg5 = args . read < const QModelIndex & > ( heap ) ;
ret . write < bool > ( ( bool ) ( ( QAbstractProxyModel * ) cls ) - > dropMimeData ( arg1 , qt_gsi : : QtToCppAdaptor < Qt : : DropAction > ( arg2 ) . cref ( ) , arg3 , arg4 , arg5 ) ) ;
}
// (const QModelIndex &)
static void _init_f_fetchMore_2395 ( qt_gsi : : GenericMethod * decl )
{
static gsi : : ArgSpecBase argspec_0 ( " parent " ) ;
decl - > add_arg < const QModelIndex & > ( argspec_0 ) ;
decl - > set_return < void > ( ) ;
}
static void _call_f_fetchMore_2395 ( const qt_gsi : : GenericMethod * /*decl*/ , void * cls , gsi : : SerialArgs & args , gsi : : SerialArgs & ret )
{
__SUPPRESS_UNUSED_WARNING ( args ) ;
tl : : Heap heap ;
const QModelIndex & arg1 = args . read < const QModelIndex & > ( heap ) ;
__SUPPRESS_UNUSED_WARNING ( ret ) ;
( ( QAbstractProxyModel * ) cls ) - > fetchMore ( arg1 ) ;
}
// (const QModelIndex &) const
static void _init_f_flags_c2395 ( qt_gsi : : GenericMethod * decl )
{
static gsi : : ArgSpecBase argspec_0 ( " index " ) ;
decl - > add_arg < const QModelIndex & > ( argspec_0 ) ;
decl - > set_return < QFlags < Qt : : ItemFlag > > ( ) ;
}
static void _call_f_flags_c2395 ( const qt_gsi : : GenericMethod * /*decl*/ , void * cls , gsi : : SerialArgs & args , gsi : : SerialArgs & ret )
{
__SUPPRESS_UNUSED_WARNING ( args ) ;
tl : : Heap heap ;
const QModelIndex & arg1 = args . read < const QModelIndex & > ( heap ) ;
ret . write < QFlags < Qt : : ItemFlag > > ( ( QFlags < Qt : : ItemFlag > ) ( ( QAbstractProxyModel * ) cls ) - > flags ( arg1 ) ) ;
}
// (const QModelIndex &) const
static void _init_f_hasChildren_c2395 ( qt_gsi : : GenericMethod * decl )
{
static gsi : : ArgSpecBase argspec_0 ( " parent " , true , " QModelIndex() " ) ;
decl - > add_arg < const QModelIndex & > ( argspec_0 ) ;
decl - > set_return < bool > ( ) ;
}
static void _call_f_hasChildren_c2395 ( const qt_gsi : : GenericMethod * /*decl*/ , void * cls , gsi : : SerialArgs & args , gsi : : SerialArgs & ret )
{
__SUPPRESS_UNUSED_WARNING ( args ) ;
tl : : Heap heap ;
const QModelIndex & arg1 = args ? args . read < const QModelIndex & > ( heap ) : ( const QModelIndex & ) ( QModelIndex ( ) ) ;
ret . write < bool > ( ( bool ) ( ( QAbstractProxyModel * ) cls ) - > hasChildren ( arg1 ) ) ;
}
// (int, Qt::Orientation, int) const
static void _init_f_headerData_c3231 ( qt_gsi : : GenericMethod * decl )
{
static gsi : : ArgSpecBase argspec_0 ( " section " ) ;
decl - > add_arg < int > ( argspec_0 ) ;
static gsi : : ArgSpecBase argspec_1 ( " orientation " ) ;
decl - > add_arg < const qt_gsi : : Converter < Qt : : Orientation > : : target_type & > ( argspec_1 ) ;
static gsi : : ArgSpecBase argspec_2 ( " role " , true , " Qt::DisplayRole " ) ;
decl - > add_arg < int > ( argspec_2 ) ;
decl - > set_return < QVariant > ( ) ;
}
static void _call_f_headerData_c3231 ( const qt_gsi : : GenericMethod * /*decl*/ , void * cls , gsi : : SerialArgs & args , gsi : : SerialArgs & ret )
{
__SUPPRESS_UNUSED_WARNING ( args ) ;
tl : : Heap heap ;
int arg1 = args . read < int > ( heap ) ;
const qt_gsi : : Converter < Qt : : Orientation > : : target_type & arg2 = args . read < const qt_gsi : : Converter < Qt : : Orientation > : : target_type & > ( heap ) ;
int arg3 = args ? args . read < int > ( heap ) : ( int ) ( Qt : : DisplayRole ) ;
ret . write < QVariant > ( ( QVariant ) ( ( QAbstractProxyModel * ) cls ) - > headerData ( arg1 , qt_gsi : : QtToCppAdaptor < Qt : : Orientation > ( arg2 ) . cref ( ) , arg3 ) ) ;
}
// (const QModelIndex &) const
static void _init_f_itemData_c2395 ( qt_gsi : : GenericMethod * decl )
{
static gsi : : ArgSpecBase argspec_0 ( " index " ) ;
decl - > add_arg < const QModelIndex & > ( argspec_0 ) ;
decl - > set_return < QMap < int , QVariant > > ( ) ;
}
static void _call_f_itemData_c2395 ( const qt_gsi : : GenericMethod * /*decl*/ , void * cls , gsi : : SerialArgs & args , gsi : : SerialArgs & ret )
{
__SUPPRESS_UNUSED_WARNING ( args ) ;
tl : : Heap heap ;
const QModelIndex & arg1 = args . read < const QModelIndex & > ( heap ) ;
ret . write < QMap < int , QVariant > > ( ( QMap < int , QVariant > ) ( ( QAbstractProxyModel * ) cls ) - > itemData ( arg1 ) ) ;
}
// QModelIndex QAbstractProxyModel::mapFromSource(const QModelIndex &sourceIndex)
static void _init_f_mapFromSource_c2395 ( qt_gsi : : GenericMethod * decl )
{
static gsi : : ArgSpecBase argspec_0 ( " sourceIndex " ) ;
decl - > add_arg < const QModelIndex & > ( argspec_0 ) ;
decl - > set_return < QModelIndex > ( ) ;
}
static void _call_f_mapFromSource_c2395 ( const qt_gsi : : GenericMethod * /*decl*/ , void * cls , gsi : : SerialArgs & args , gsi : : SerialArgs & ret )
{
__SUPPRESS_UNUSED_WARNING ( args ) ;
tl : : Heap heap ;
const QModelIndex & arg1 = args . read < const QModelIndex & > ( heap ) ;
ret . write < QModelIndex > ( ( QModelIndex ) ( ( QAbstractProxyModel * ) cls ) - > mapFromSource ( arg1 ) ) ;
}
// QItemSelection QAbstractProxyModel::mapSelectionFromSource(const QItemSelection &selection)
static void _init_f_mapSelectionFromSource_c2727 ( qt_gsi : : GenericMethod * decl )
{
static gsi : : ArgSpecBase argspec_0 ( " selection " ) ;
decl - > add_arg < const QItemSelection & > ( argspec_0 ) ;
decl - > set_return < QItemSelection > ( ) ;
}
static void _call_f_mapSelectionFromSource_c2727 ( const qt_gsi : : GenericMethod * /*decl*/ , void * cls , gsi : : SerialArgs & args , gsi : : SerialArgs & ret )
{
__SUPPRESS_UNUSED_WARNING ( args ) ;
tl : : Heap heap ;
const QItemSelection & arg1 = args . read < const QItemSelection & > ( heap ) ;
ret . write < QItemSelection > ( ( QItemSelection ) ( ( QAbstractProxyModel * ) cls ) - > mapSelectionFromSource ( arg1 ) ) ;
}
// QItemSelection QAbstractProxyModel::mapSelectionToSource(const QItemSelection &selection)
static void _init_f_mapSelectionToSource_c2727 ( qt_gsi : : GenericMethod * decl )
{
static gsi : : ArgSpecBase argspec_0 ( " selection " ) ;
decl - > add_arg < const QItemSelection & > ( argspec_0 ) ;
decl - > set_return < QItemSelection > ( ) ;
}
static void _call_f_mapSelectionToSource_c2727 ( const qt_gsi : : GenericMethod * /*decl*/ , void * cls , gsi : : SerialArgs & args , gsi : : SerialArgs & ret )
{
__SUPPRESS_UNUSED_WARNING ( args ) ;
tl : : Heap heap ;
const QItemSelection & arg1 = args . read < const QItemSelection & > ( heap ) ;
ret . write < QItemSelection > ( ( QItemSelection ) ( ( QAbstractProxyModel * ) cls ) - > mapSelectionToSource ( arg1 ) ) ;
}
// QModelIndex QAbstractProxyModel::mapToSource(const QModelIndex &proxyIndex)
static void _init_f_mapToSource_c2395 ( qt_gsi : : GenericMethod * decl )
{
static gsi : : ArgSpecBase argspec_0 ( " proxyIndex " ) ;
decl - > add_arg < const QModelIndex & > ( argspec_0 ) ;
decl - > set_return < QModelIndex > ( ) ;
}
static void _call_f_mapToSource_c2395 ( const qt_gsi : : GenericMethod * /*decl*/ , void * cls , gsi : : SerialArgs & args , gsi : : SerialArgs & ret )
{
__SUPPRESS_UNUSED_WARNING ( args ) ;
tl : : Heap heap ;
const QModelIndex & arg1 = args . read < const QModelIndex & > ( heap ) ;
ret . write < QModelIndex > ( ( QModelIndex ) ( ( QAbstractProxyModel * ) cls ) - > mapToSource ( arg1 ) ) ;
}
// (const QList<QModelIndex> &) const
static void _init_f_mimeData_c3010 ( qt_gsi : : GenericMethod * decl )
{
static gsi : : ArgSpecBase argspec_0 ( " indexes " ) ;
decl - > add_arg < const QList < QModelIndex > & > ( argspec_0 ) ;
decl - > set_return < QMimeData * > ( ) ;
}
static void _call_f_mimeData_c3010 ( const qt_gsi : : GenericMethod * /*decl*/ , void * cls , gsi : : SerialArgs & args , gsi : : SerialArgs & ret )
{
__SUPPRESS_UNUSED_WARNING ( args ) ;
tl : : Heap heap ;
const QList < QModelIndex > & arg1 = args . read < const QList < QModelIndex > & > ( heap ) ;
ret . write < QMimeData * > ( ( QMimeData * ) ( ( QAbstractProxyModel * ) cls ) - > mimeData ( arg1 ) ) ;
}
// () const
static void _init_f_mimeTypes_c0 ( qt_gsi : : GenericMethod * decl )
{
decl - > set_return < QStringList > ( ) ;
}
static void _call_f_mimeTypes_c0 ( const qt_gsi : : GenericMethod * /*decl*/ , void * cls , gsi : : SerialArgs & args , gsi : : SerialArgs & ret )
{
__SUPPRESS_UNUSED_WARNING ( args ) ;
ret . write < QStringList > ( ( QStringList ) ( ( QAbstractProxyModel * ) cls ) - > mimeTypes ( ) ) ;
}
// ()
static void _init_f_revert_0 ( qt_gsi : : GenericMethod * decl )
{
decl - > set_return < void > ( ) ;
}
static void _call_f_revert_0 ( const qt_gsi : : GenericMethod * /*decl*/ , void * cls , gsi : : SerialArgs & args , gsi : : SerialArgs & ret )
{
__SUPPRESS_UNUSED_WARNING ( args ) ;
__SUPPRESS_UNUSED_WARNING ( ret ) ;
( ( QAbstractProxyModel * ) cls ) - > revert ( ) ;
}
// (const QModelIndex &, const QVariant &, int)
static void _init_f_setData_5065 ( qt_gsi : : GenericMethod * decl )
{
static gsi : : ArgSpecBase argspec_0 ( " index " ) ;
decl - > add_arg < const QModelIndex & > ( argspec_0 ) ;
static gsi : : ArgSpecBase argspec_1 ( " value " ) ;
decl - > add_arg < const QVariant & > ( argspec_1 ) ;
static gsi : : ArgSpecBase argspec_2 ( " role " , true , " Qt::EditRole " ) ;
decl - > add_arg < int > ( argspec_2 ) ;
decl - > set_return < bool > ( ) ;
}
static void _call_f_setData_5065 ( const qt_gsi : : GenericMethod * /*decl*/ , void * cls , gsi : : SerialArgs & args , gsi : : SerialArgs & ret )
{
__SUPPRESS_UNUSED_WARNING ( args ) ;
tl : : Heap heap ;
const QModelIndex & arg1 = args . read < const QModelIndex & > ( heap ) ;
const QVariant & arg2 = args . read < const QVariant & > ( heap ) ;
int arg3 = args ? args . read < int > ( heap ) : ( int ) ( Qt : : EditRole ) ;
ret . write < bool > ( ( bool ) ( ( QAbstractProxyModel * ) cls ) - > setData ( arg1 , arg2 , arg3 ) ) ;
}
// (int, Qt::Orientation, const QVariant &, int)
static void _init_f_setHeaderData_5242 ( qt_gsi : : GenericMethod * decl )
{
static gsi : : ArgSpecBase argspec_0 ( " section " ) ;
decl - > add_arg < int > ( argspec_0 ) ;
static gsi : : ArgSpecBase argspec_1 ( " orientation " ) ;
decl - > add_arg < const qt_gsi : : Converter < Qt : : Orientation > : : target_type & > ( argspec_1 ) ;
static gsi : : ArgSpecBase argspec_2 ( " value " ) ;
decl - > add_arg < const QVariant & > ( argspec_2 ) ;
static gsi : : ArgSpecBase argspec_3 ( " role " , true , " Qt::EditRole " ) ;
decl - > add_arg < int > ( argspec_3 ) ;
decl - > set_return < bool > ( ) ;
}
static void _call_f_setHeaderData_5242 ( const qt_gsi : : GenericMethod * /*decl*/ , void * cls , gsi : : SerialArgs & args , gsi : : SerialArgs & ret )
{
__SUPPRESS_UNUSED_WARNING ( args ) ;
tl : : Heap heap ;
int arg1 = args . read < int > ( heap ) ;
const qt_gsi : : Converter < Qt : : Orientation > : : target_type & arg2 = args . read < const qt_gsi : : Converter < Qt : : Orientation > : : target_type & > ( heap ) ;
const QVariant & arg3 = args . read < const QVariant & > ( heap ) ;
int arg4 = args ? args . read < int > ( heap ) : ( int ) ( Qt : : EditRole ) ;
ret . write < bool > ( ( bool ) ( ( QAbstractProxyModel * ) cls ) - > setHeaderData ( arg1 , qt_gsi : : QtToCppAdaptor < Qt : : Orientation > ( arg2 ) . cref ( ) , arg3 , arg4 ) ) ;
}
// (const QModelIndex &, const QMap<int, QVariant> &)
static void _init_f_setItemData_5414 ( qt_gsi : : GenericMethod * decl )
{
static gsi : : ArgSpecBase argspec_0 ( " index " ) ;
decl - > add_arg < const QModelIndex & > ( argspec_0 ) ;
static gsi : : ArgSpecBase argspec_1 ( " roles " ) ;
decl - > add_arg < const QMap < int , QVariant > & > ( argspec_1 ) ;
decl - > set_return < bool > ( ) ;
}
static void _call_f_setItemData_5414 ( const qt_gsi : : GenericMethod * /*decl*/ , void * cls , gsi : : SerialArgs & args , gsi : : SerialArgs & ret )
{
__SUPPRESS_UNUSED_WARNING ( args ) ;
tl : : Heap heap ;
const QModelIndex & arg1 = args . read < const QModelIndex & > ( heap ) ;
const QMap < int , QVariant > & arg2 = args . read < const QMap < int , QVariant > & > ( heap ) ;
ret . write < bool > ( ( bool ) ( ( QAbstractProxyModel * ) cls ) - > setItemData ( arg1 , arg2 ) ) ;
}
// void QAbstractProxyModel::setSourceModel(QAbstractItemModel *sourceModel)
static void _init_f_setSourceModel_2419 ( qt_gsi : : GenericMethod * decl )
{
static gsi : : ArgSpecBase argspec_0 ( " sourceModel " ) ;
decl - > add_arg < QAbstractItemModel * > ( argspec_0 ) ;
decl - > set_return < void > ( ) ;
}
static void _call_f_setSourceModel_2419 ( const qt_gsi : : GenericMethod * /*decl*/ , void * cls , gsi : : SerialArgs & args , gsi : : SerialArgs & ret )
{
__SUPPRESS_UNUSED_WARNING ( args ) ;
tl : : Heap heap ;
QAbstractItemModel * arg1 = args . read < QAbstractItemModel * > ( heap ) ;
__SUPPRESS_UNUSED_WARNING ( ret ) ;
( ( QAbstractProxyModel * ) cls ) - > setSourceModel ( arg1 ) ;
}
// (int, int, const QModelIndex &) const
static void _init_f_sibling_c3713 ( qt_gsi : : GenericMethod * decl )
{
static gsi : : ArgSpecBase argspec_0 ( " row " ) ;
decl - > add_arg < int > ( argspec_0 ) ;
static gsi : : ArgSpecBase argspec_1 ( " column " ) ;
decl - > add_arg < int > ( argspec_1 ) ;
static gsi : : ArgSpecBase argspec_2 ( " idx " ) ;
decl - > add_arg < const QModelIndex & > ( argspec_2 ) ;
decl - > set_return < QModelIndex > ( ) ;
}
static void _call_f_sibling_c3713 ( const qt_gsi : : GenericMethod * /*decl*/ , void * cls , gsi : : SerialArgs & args , gsi : : SerialArgs & ret )
{
__SUPPRESS_UNUSED_WARNING ( args ) ;
tl : : Heap heap ;
int arg1 = args . read < int > ( heap ) ;
int arg2 = args . read < int > ( heap ) ;
const QModelIndex & arg3 = args . read < const QModelIndex & > ( heap ) ;
ret . write < QModelIndex > ( ( QModelIndex ) ( ( QAbstractProxyModel * ) cls ) - > sibling ( arg1 , arg2 , arg3 ) ) ;
}
// (int, Qt::SortOrder)
static void _init_f_sort_2340 ( qt_gsi : : GenericMethod * decl )
{
static gsi : : ArgSpecBase argspec_0 ( " column " ) ;
decl - > add_arg < int > ( argspec_0 ) ;
static gsi : : ArgSpecBase argspec_1 ( " order " , true , " Qt::AscendingOrder " ) ;
decl - > add_arg < const qt_gsi : : Converter < Qt : : SortOrder > : : target_type & > ( argspec_1 ) ;
decl - > set_return < void > ( ) ;
}
static void _call_f_sort_2340 ( const qt_gsi : : GenericMethod * /*decl*/ , void * cls , gsi : : SerialArgs & args , gsi : : SerialArgs & ret )
{
__SUPPRESS_UNUSED_WARNING ( args ) ;
tl : : Heap heap ;
int arg1 = args . read < int > ( heap ) ;
const qt_gsi : : Converter < Qt : : SortOrder > : : target_type & arg2 = args ? args . read < const qt_gsi : : Converter < Qt : : SortOrder > : : target_type & > ( heap ) : ( const qt_gsi : : Converter < Qt : : SortOrder > : : target_type & ) ( qt_gsi : : CppToQtReadAdaptor < Qt : : SortOrder > ( heap , Qt : : AscendingOrder ) ) ;
__SUPPRESS_UNUSED_WARNING ( ret ) ;
( ( QAbstractProxyModel * ) cls ) - > sort ( arg1 , qt_gsi : : QtToCppAdaptor < Qt : : SortOrder > ( arg2 ) . cref ( ) ) ;
}
// QAbstractItemModel *QAbstractProxyModel::sourceModel()
static void _init_f_sourceModel_c0 ( qt_gsi : : GenericMethod * decl )
{
decl - > set_return < QAbstractItemModel * > ( ) ;
}
static void _call_f_sourceModel_c0 ( const qt_gsi : : GenericMethod * /*decl*/ , void * cls , gsi : : SerialArgs & args , gsi : : SerialArgs & ret )
{
__SUPPRESS_UNUSED_WARNING ( args ) ;
ret . write < QAbstractItemModel * > ( ( QAbstractItemModel * ) ( ( QAbstractProxyModel * ) cls ) - > sourceModel ( ) ) ;
}
// (const QModelIndex &) const
static void _init_f_span_c2395 ( qt_gsi : : GenericMethod * decl )
{
static gsi : : ArgSpecBase argspec_0 ( " index " ) ;
decl - > add_arg < const QModelIndex & > ( argspec_0 ) ;
decl - > set_return < QSize > ( ) ;
}
static void _call_f_span_c2395 ( const qt_gsi : : GenericMethod * /*decl*/ , void * cls , gsi : : SerialArgs & args , gsi : : SerialArgs & ret )
{
__SUPPRESS_UNUSED_WARNING ( args ) ;
tl : : Heap heap ;
const QModelIndex & arg1 = args . read < const QModelIndex & > ( heap ) ;
ret . write < QSize > ( ( QSize ) ( ( QAbstractProxyModel * ) cls ) - > span ( arg1 ) ) ;
}
// ()
static void _init_f_submit_0 ( qt_gsi : : GenericMethod * decl )
{
decl - > set_return < bool > ( ) ;
}
static void _call_f_submit_0 ( const qt_gsi : : GenericMethod * /*decl*/ , void * cls , gsi : : SerialArgs & args , gsi : : SerialArgs & ret )
{
__SUPPRESS_UNUSED_WARNING ( args ) ;
ret . write < bool > ( ( bool ) ( ( QAbstractProxyModel * ) cls ) - > submit ( ) ) ;
}
// () const
static void _init_f_supportedDragActions_c0 ( qt_gsi : : GenericMethod * decl )
{
decl - > set_return < QFlags < Qt : : DropAction > > ( ) ;
}
static void _call_f_supportedDragActions_c0 ( const qt_gsi : : GenericMethod * /*decl*/ , void * cls , gsi : : SerialArgs & args , gsi : : SerialArgs & ret )
{
__SUPPRESS_UNUSED_WARNING ( args ) ;
ret . write < QFlags < Qt : : DropAction > > ( ( QFlags < Qt : : DropAction > ) ( ( QAbstractProxyModel * ) cls ) - > supportedDragActions ( ) ) ;
}
// () const
static void _init_f_supportedDropActions_c0 ( qt_gsi : : GenericMethod * decl )
{
decl - > set_return < QFlags < Qt : : DropAction > > ( ) ;
}
static void _call_f_supportedDropActions_c0 ( const qt_gsi : : GenericMethod * /*decl*/ , void * cls , gsi : : SerialArgs & args , gsi : : SerialArgs & ret )
{
__SUPPRESS_UNUSED_WARNING ( args ) ;
ret . write < QFlags < Qt : : DropAction > > ( ( QFlags < Qt : : DropAction > ) ( ( QAbstractProxyModel * ) cls ) - > supportedDropActions ( ) ) ;
}
// static QString QAbstractProxyModel::tr(const char *s, const char *c, int n)
static void _init_f_tr_4013 ( qt_gsi : : GenericStaticMethod * decl )
{
static gsi : : ArgSpecBase argspec_0 ( " s " ) ;
decl - > add_arg < const char * > ( argspec_0 ) ;
static gsi : : ArgSpecBase argspec_1 ( " c " , true , " __null " ) ;
decl - > add_arg < const char * > ( argspec_1 ) ;
static gsi : : ArgSpecBase argspec_2 ( " n " , true , " -1 " ) ;
decl - > add_arg < int > ( argspec_2 ) ;
decl - > set_return < QString > ( ) ;
}
static void _call_f_tr_4013 ( const qt_gsi : : GenericStaticMethod * /*decl*/ , gsi : : SerialArgs & args , gsi : : SerialArgs & ret )
{
__SUPPRESS_UNUSED_WARNING ( args ) ;
tl : : Heap heap ;
const char * arg1 = args . read < const char * > ( heap ) ;
const char * arg2 = args ? args . read < const char * > ( heap ) : ( const char * ) ( __null ) ;
int arg3 = args ? args . read < int > ( heap ) : ( int ) ( - 1 ) ;
ret . write < QString > ( ( QString ) QAbstractProxyModel : : tr ( arg1 , arg2 , arg3 ) ) ;
}
// static QString QAbstractProxyModel::trUtf8(const char *s, const char *c, int n)
static void _init_f_trUtf8_4013 ( qt_gsi : : GenericStaticMethod * decl )
{
static gsi : : ArgSpecBase argspec_0 ( " s " ) ;
decl - > add_arg < const char * > ( argspec_0 ) ;
static gsi : : ArgSpecBase argspec_1 ( " c " , true , " __null " ) ;
decl - > add_arg < const char * > ( argspec_1 ) ;
static gsi : : ArgSpecBase argspec_2 ( " n " , true , " -1 " ) ;
decl - > add_arg < int > ( argspec_2 ) ;
decl - > set_return < QString > ( ) ;
}
static void _call_f_trUtf8_4013 ( const qt_gsi : : GenericStaticMethod * /*decl*/ , gsi : : SerialArgs & args , gsi : : SerialArgs & ret )
{
__SUPPRESS_UNUSED_WARNING ( args ) ;
tl : : Heap heap ;
const char * arg1 = args . read < const char * > ( heap ) ;
const char * arg2 = args ? args . read < const char * > ( heap ) : ( const char * ) ( __null ) ;
int arg3 = args ? args . read < int > ( heap ) : ( int ) ( - 1 ) ;
ret . write < QString > ( ( QString ) QAbstractProxyModel : : trUtf8 ( arg1 , arg2 , arg3 ) ) ;
}
namespace gsi
{
static gsi : : Methods methods_QAbstractProxyModel ( ) {
gsi : : Methods methods ;
methods + = new qt_gsi : : GenericStaticMethod ( " staticMetaObject " , " @brief Obtains the static MetaObject for this class. " , & _init_smo , & _call_smo ) ;
methods + = new qt_gsi : : GenericMethod ( " buddy " , " @brief Method (const QModelIndex &) const \n This is a reimplementation of QAbstractItemModel::buddy " , true , & _init_f_buddy_c2395 , & _call_f_buddy_c2395 ) ;
methods + = new qt_gsi : : GenericMethod ( " canDropMimeData " , " @brief Method (const QMimeData *, Qt::DropAction, int, int, const QModelIndex &) const \n This is a reimplementation of QAbstractItemModel::canDropMimeData " , true , & _init_f_canDropMimeData_c7425 , & _call_f_canDropMimeData_c7425 ) ;
methods + = new qt_gsi : : GenericMethod ( " canFetchMore " , " @brief Method (const QModelIndex &) const \n This is a reimplementation of QAbstractItemModel::canFetchMore " , true , & _init_f_canFetchMore_c2395 , & _call_f_canFetchMore_c2395 ) ;
methods + = new qt_gsi : : GenericMethod ( " data " , " @brief Method (const QModelIndex &, int) const \n This is a reimplementation of QAbstractItemModel::data " , true , & _init_f_data_c3054 , & _call_f_data_c3054 ) ;
methods + = new qt_gsi : : GenericMethod ( " dropMimeData " , " @brief Method (const QMimeData *, Qt::DropAction, int, int, const QModelIndex &) \n This is a reimplementation of QAbstractItemModel::dropMimeData " , false , & _init_f_dropMimeData_7425 , & _call_f_dropMimeData_7425 ) ;
methods + = new qt_gsi : : GenericMethod ( " fetchMore " , " @brief Method (const QModelIndex &) \n This is a reimplementation of QAbstractItemModel::fetchMore " , false , & _init_f_fetchMore_2395 , & _call_f_fetchMore_2395 ) ;
methods + = new qt_gsi : : GenericMethod ( " flags " , " @brief Method (const QModelIndex &) const \n This is a reimplementation of QAbstractItemModel::flags " , true , & _init_f_flags_c2395 , & _call_f_flags_c2395 ) ;
methods + = new qt_gsi : : GenericMethod ( " hasChildren " , " @brief Method (const QModelIndex &) const \n This is a reimplementation of QAbstractItemModel::hasChildren " , true , & _init_f_hasChildren_c2395 , & _call_f_hasChildren_c2395 ) ;
methods + = new qt_gsi : : GenericMethod ( " headerData " , " @brief Method (int, Qt::Orientation, int) const \n This is a reimplementation of QAbstractItemModel::headerData " , true , & _init_f_headerData_c3231 , & _call_f_headerData_c3231 ) ;
methods + = new qt_gsi : : GenericMethod ( " itemData " , " @brief Method (const QModelIndex &) const \n This is a reimplementation of QAbstractItemModel::itemData " , true , & _init_f_itemData_c2395 , & _call_f_itemData_c2395 ) ;
methods + = new qt_gsi : : GenericMethod ( " mapFromSource " , " @brief Method QModelIndex QAbstractProxyModel::mapFromSource(const QModelIndex &sourceIndex) \n " , true , & _init_f_mapFromSource_c2395 , & _call_f_mapFromSource_c2395 ) ;
methods + = new qt_gsi : : GenericMethod ( " mapSelectionFromSource " , " @brief Method QItemSelection QAbstractProxyModel::mapSelectionFromSource(const QItemSelection &selection) \n " , true , & _init_f_mapSelectionFromSource_c2727 , & _call_f_mapSelectionFromSource_c2727 ) ;
methods + = new qt_gsi : : GenericMethod ( " mapSelectionToSource " , " @brief Method QItemSelection QAbstractProxyModel::mapSelectionToSource(const QItemSelection &selection) \n " , true , & _init_f_mapSelectionToSource_c2727 , & _call_f_mapSelectionToSource_c2727 ) ;
methods + = new qt_gsi : : GenericMethod ( " mapToSource " , " @brief Method QModelIndex QAbstractProxyModel::mapToSource(const QModelIndex &proxyIndex) \n " , true , & _init_f_mapToSource_c2395 , & _call_f_mapToSource_c2395 ) ;
methods + = new qt_gsi : : GenericMethod ( " mimeData " , " @brief Method (const QList<QModelIndex> &) const \n This is a reimplementation of QAbstractItemModel::mimeData " , true , & _init_f_mimeData_c3010 , & _call_f_mimeData_c3010 ) ;
methods + = new qt_gsi : : GenericMethod ( " mimeTypes " , " @brief Method () const \n This is a reimplementation of QAbstractItemModel::mimeTypes " , true , & _init_f_mimeTypes_c0 , & _call_f_mimeTypes_c0 ) ;
methods + = new qt_gsi : : GenericMethod ( " revert " , " @brief Method () \n This is a reimplementation of QAbstractItemModel::revert " , false , & _init_f_revert_0 , & _call_f_revert_0 ) ;
methods + = new qt_gsi : : GenericMethod ( " setData " , " @brief Method (const QModelIndex &, const QVariant &, int) \n This is a reimplementation of QAbstractItemModel::setData " , false , & _init_f_setData_5065 , & _call_f_setData_5065 ) ;
methods + = new qt_gsi : : GenericMethod ( " setHeaderData " , " @brief Method (int, Qt::Orientation, const QVariant &, int) \n This is a reimplementation of QAbstractItemModel::setHeaderData " , false , & _init_f_setHeaderData_5242 , & _call_f_setHeaderData_5242 ) ;
methods + = new qt_gsi : : GenericMethod ( " setItemData " , " @brief Method (const QModelIndex &, const QMap<int, QVariant> &) \n This is a reimplementation of QAbstractItemModel::setItemData " , false , & _init_f_setItemData_5414 , & _call_f_setItemData_5414 ) ;
methods + = new qt_gsi : : GenericMethod ( " setSourceModel|sourceModel= " , " @brief Method void QAbstractProxyModel::setSourceModel(QAbstractItemModel *sourceModel) \n " , false , & _init_f_setSourceModel_2419 , & _call_f_setSourceModel_2419 ) ;
methods + = new qt_gsi : : GenericMethod ( " sibling " , " @brief Method (int, int, const QModelIndex &) const \n This is a reimplementation of QAbstractItemModel::sibling " , true , & _init_f_sibling_c3713 , & _call_f_sibling_c3713 ) ;
methods + = new qt_gsi : : GenericMethod ( " sort " , " @brief Method (int, Qt::SortOrder) \n This is a reimplementation of QAbstractItemModel::sort " , false , & _init_f_sort_2340 , & _call_f_sort_2340 ) ;
methods + = new qt_gsi : : GenericMethod ( " :sourceModel " , " @brief Method QAbstractItemModel *QAbstractProxyModel::sourceModel() \n " , true , & _init_f_sourceModel_c0 , & _call_f_sourceModel_c0 ) ;
methods + = new qt_gsi : : GenericMethod ( " span " , " @brief Method (const QModelIndex &) const \n This is a reimplementation of QAbstractItemModel::span " , true , & _init_f_span_c2395 , & _call_f_span_c2395 ) ;
methods + = new qt_gsi : : GenericMethod ( " submit " , " @brief Method () \n This is a reimplementation of QAbstractItemModel::submit " , false , & _init_f_submit_0 , & _call_f_submit_0 ) ;
methods + = new qt_gsi : : GenericMethod ( " supportedDragActions " , " @brief Method () const \n This is a reimplementation of QAbstractItemModel::supportedDragActions " , true , & _init_f_supportedDragActions_c0 , & _call_f_supportedDragActions_c0 ) ;
methods + = new qt_gsi : : GenericMethod ( " supportedDropActions " , " @brief Method () const \n This is a reimplementation of QAbstractItemModel::supportedDropActions " , true , & _init_f_supportedDropActions_c0 , & _call_f_supportedDropActions_c0 ) ;
methods + = gsi : : qt_signal < const QModelIndex & , const QModelIndex & , const QVector < int > & > ( " dataChanged(const QModelIndex &, const QModelIndex &, const QVector<int> &) " , " dataChanged " , gsi : : arg ( " topLeft " ) , gsi : : arg ( " bottomRight " ) , gsi : : arg ( " roles " ) , " @brief Signal declaration for QAbstractProxyModel::dataChanged(const QModelIndex &topLeft, const QModelIndex &bottomRight, const QVector<int> &roles) \n You can bind a procedure to this signal. " ) ;
methods + = gsi : : qt_signal < QObject * > ( " destroyed(QObject *) " , " destroyed " , gsi : : arg ( " arg1 " ) , " @brief Signal declaration for QAbstractProxyModel::destroyed(QObject *) \n You can bind a procedure to this signal. " ) ;
methods + = gsi : : qt_signal < const qt_gsi : : Converter < Qt : : Orientation > : : target_type & , int , int > ( " headerDataChanged(Qt::Orientation, int, int) " , " headerDataChanged " , gsi : : arg ( " orientation " ) , gsi : : arg ( " first " ) , gsi : : arg ( " last " ) , " @brief Signal declaration for QAbstractProxyModel::headerDataChanged(Qt::Orientation orientation, int first, int last) \n You can bind a procedure to this signal. " ) ;
methods + = gsi : : qt_signal < const QList < QPersistentModelIndex > & , const qt_gsi : : Converter < QAbstractItemModel : : LayoutChangeHint > : : target_type & > ( " layoutAboutToBeChanged(const QList<QPersistentModelIndex> &, QAbstractItemModel::LayoutChangeHint) " , " layoutAboutToBeChanged " , gsi : : arg ( " parents " ) , gsi : : arg ( " hint " ) , " @brief Signal declaration for QAbstractProxyModel::layoutAboutToBeChanged(const QList<QPersistentModelIndex> &parents, QAbstractItemModel::LayoutChangeHint hint) \n You can bind a procedure to this signal. " ) ;
methods + = gsi : : qt_signal < const QList < QPersistentModelIndex > & , const qt_gsi : : Converter < QAbstractItemModel : : LayoutChangeHint > : : target_type & > ( " layoutChanged(const QList<QPersistentModelIndex> &, QAbstractItemModel::LayoutChangeHint) " , " layoutChanged " , gsi : : arg ( " parents " ) , gsi : : arg ( " hint " ) , " @brief Signal declaration for QAbstractProxyModel::layoutChanged(const QList<QPersistentModelIndex> &parents, QAbstractItemModel::LayoutChangeHint hint) \n You can bind a procedure to this signal. " ) ;
methods + = new qt_gsi : : GenericStaticMethod ( " tr " , " @brief Static method QString QAbstractProxyModel::tr(const char *s, const char *c, int n) \n This method is static and can be called without an instance. " , & _init_f_tr_4013 , & _call_f_tr_4013 ) ;
methods + = new qt_gsi : : GenericStaticMethod ( " trUtf8 " , " @brief Static method QString QAbstractProxyModel::trUtf8(const char *s, const char *c, int n) \n This method is static and can be called without an instance. " , & _init_f_trUtf8_4013 , & _call_f_trUtf8_4013 ) ;
return methods ;
}
gsi : : Class < QAbstractItemModel > & qtdecl_QAbstractItemModel ( ) ;
2017-02-20 22:20:38 +01:00
qt_gsi : : QtNativeClass < QAbstractProxyModel > decl_QAbstractProxyModel ( qtdecl_QAbstractItemModel ( ) , " QAbstractProxyModel_Native " ,
2017-02-12 13:21:08 +01:00
methods_QAbstractProxyModel ( ) ,
" @hide \n @alias QAbstractProxyModel " ) ;
GSIQT_PUBLIC gsi : : Class < QAbstractProxyModel > & qtdecl_QAbstractProxyModel ( ) { return decl_QAbstractProxyModel ; }
}
class QAbstractProxyModel_Adaptor : public QAbstractProxyModel , public qt_gsi : : QtObjectBase
{
public :
virtual ~ QAbstractProxyModel_Adaptor ( ) ;
// [adaptor ctor] QAbstractProxyModel::QAbstractProxyModel(QObject *parent)
QAbstractProxyModel_Adaptor ( ) : QAbstractProxyModel ( )
{
qt_gsi : : QtObjectBase : : init ( this ) ;
}
// [adaptor ctor] QAbstractProxyModel::QAbstractProxyModel(QObject *parent)
QAbstractProxyModel_Adaptor ( QObject * parent ) : QAbstractProxyModel ( parent )
{
qt_gsi : : QtObjectBase : : init ( this ) ;
}
// [expose] void QAbstractProxyModel::beginInsertColumns(const QModelIndex &parent, int first, int last)
void fp_QAbstractProxyModel_beginInsertColumns_3713 ( const QModelIndex & parent , int first , int last ) {
QAbstractProxyModel : : beginInsertColumns ( parent , first , last ) ;
}
// [expose] void QAbstractProxyModel::beginInsertRows(const QModelIndex &parent, int first, int last)
void fp_QAbstractProxyModel_beginInsertRows_3713 ( const QModelIndex & parent , int first , int last ) {
QAbstractProxyModel : : beginInsertRows ( parent , first , last ) ;
}
// [expose] bool QAbstractProxyModel::beginMoveColumns(const QModelIndex &sourceParent, int sourceFirst, int sourceLast, const QModelIndex &destinationParent, int destinationColumn)
bool fp_QAbstractProxyModel_beginMoveColumns_6659 ( const QModelIndex & sourceParent , int sourceFirst , int sourceLast , const QModelIndex & destinationParent , int destinationColumn ) {
return QAbstractProxyModel : : beginMoveColumns ( sourceParent , sourceFirst , sourceLast , destinationParent , destinationColumn ) ;
}
// [expose] bool QAbstractProxyModel::beginMoveRows(const QModelIndex &sourceParent, int sourceFirst, int sourceLast, const QModelIndex &destinationParent, int destinationRow)
bool fp_QAbstractProxyModel_beginMoveRows_6659 ( const QModelIndex & sourceParent , int sourceFirst , int sourceLast , const QModelIndex & destinationParent , int destinationRow ) {
return QAbstractProxyModel : : beginMoveRows ( sourceParent , sourceFirst , sourceLast , destinationParent , destinationRow ) ;
}
// [expose] void QAbstractProxyModel::beginRemoveColumns(const QModelIndex &parent, int first, int last)
void fp_QAbstractProxyModel_beginRemoveColumns_3713 ( const QModelIndex & parent , int first , int last ) {
QAbstractProxyModel : : beginRemoveColumns ( parent , first , last ) ;
}
// [expose] void QAbstractProxyModel::beginRemoveRows(const QModelIndex &parent, int first, int last)
void fp_QAbstractProxyModel_beginRemoveRows_3713 ( const QModelIndex & parent , int first , int last ) {
QAbstractProxyModel : : beginRemoveRows ( parent , first , last ) ;
}
// [expose] void QAbstractProxyModel::beginResetModel()
void fp_QAbstractProxyModel_beginResetModel_0 ( ) {
QAbstractProxyModel : : beginResetModel ( ) ;
}
// [expose] void QAbstractProxyModel::changePersistentIndex(const QModelIndex &from, const QModelIndex &to)
void fp_QAbstractProxyModel_changePersistentIndex_4682 ( const QModelIndex & from , const QModelIndex & to ) {
QAbstractProxyModel : : changePersistentIndex ( from , to ) ;
}
// [expose] void QAbstractProxyModel::changePersistentIndexList(const QList<QModelIndex> &from, const QList<QModelIndex> &to)
void fp_QAbstractProxyModel_changePersistentIndexList_5912 ( const QList < QModelIndex > & from , const QList < QModelIndex > & to ) {
QAbstractProxyModel : : changePersistentIndexList ( from , to ) ;
}
// [expose] QModelIndex QAbstractProxyModel::createIndex(int row, int column, void *data)
QModelIndex fp_QAbstractProxyModel_createIndex_c2374 ( int row , int column , void * data ) const {
return QAbstractProxyModel : : createIndex ( row , column , data ) ;
}
// [expose] QModelIndex QAbstractProxyModel::createIndex(int row, int column, quintptr id)
QModelIndex fp_QAbstractProxyModel_createIndex_c2657 ( int row , int column , quintptr id ) const {
return QAbstractProxyModel : : createIndex ( row , column , id ) ;
}
// [expose] bool QAbstractProxyModel::decodeData(int row, int column, const QModelIndex &parent, QDataStream &stream)
bool fp_QAbstractProxyModel_decodeData_5302 ( int row , int column , const QModelIndex & parent , QDataStream & stream ) {
return QAbstractProxyModel : : decodeData ( row , column , parent , stream ) ;
}
// [expose] void QAbstractProxyModel::encodeData(const QList<QModelIndex> &indexes, QDataStream &stream)
void fp_QAbstractProxyModel_encodeData_c4599 ( const QList < QModelIndex > & indexes , QDataStream & stream ) const {
QAbstractProxyModel : : encodeData ( indexes , stream ) ;
}
// [expose] void QAbstractProxyModel::endInsertColumns()
void fp_QAbstractProxyModel_endInsertColumns_0 ( ) {
QAbstractProxyModel : : endInsertColumns ( ) ;
}
// [expose] void QAbstractProxyModel::endInsertRows()
void fp_QAbstractProxyModel_endInsertRows_0 ( ) {
QAbstractProxyModel : : endInsertRows ( ) ;
}
// [expose] void QAbstractProxyModel::endMoveColumns()
void fp_QAbstractProxyModel_endMoveColumns_0 ( ) {
QAbstractProxyModel : : endMoveColumns ( ) ;
}
// [expose] void QAbstractProxyModel::endMoveRows()
void fp_QAbstractProxyModel_endMoveRows_0 ( ) {
QAbstractProxyModel : : endMoveRows ( ) ;
}
// [expose] void QAbstractProxyModel::endRemoveColumns()
void fp_QAbstractProxyModel_endRemoveColumns_0 ( ) {
QAbstractProxyModel : : endRemoveColumns ( ) ;
}
// [expose] void QAbstractProxyModel::endRemoveRows()
void fp_QAbstractProxyModel_endRemoveRows_0 ( ) {
QAbstractProxyModel : : endRemoveRows ( ) ;
}
// [expose] void QAbstractProxyModel::endResetModel()
void fp_QAbstractProxyModel_endResetModel_0 ( ) {
QAbstractProxyModel : : endResetModel ( ) ;
}
// [expose] bool QAbstractProxyModel::isSignalConnected(const QMetaMethod &signal)
bool fp_QAbstractProxyModel_isSignalConnected_c2394 ( const QMetaMethod & signal ) const {
return QAbstractProxyModel : : isSignalConnected ( signal ) ;
}
// [expose] QList<QModelIndex> QAbstractProxyModel::persistentIndexList()
QList < QModelIndex > fp_QAbstractProxyModel_persistentIndexList_c0 ( ) const {
return QAbstractProxyModel : : persistentIndexList ( ) ;
}
// [expose] int QAbstractProxyModel::receivers(const char *signal)
int fp_QAbstractProxyModel_receivers_c1731 ( const char * signal ) const {
return QAbstractProxyModel : : receivers ( signal ) ;
}
// [expose] void QAbstractProxyModel::resetInternalData()
void fp_QAbstractProxyModel_resetInternalData_0 ( ) {
QAbstractProxyModel : : resetInternalData ( ) ;
}
// [expose] QObject *QAbstractProxyModel::sender()
QObject * fp_QAbstractProxyModel_sender_c0 ( ) const {
return QAbstractProxyModel : : sender ( ) ;
}
// [expose] int QAbstractProxyModel::senderSignalIndex()
int fp_QAbstractProxyModel_senderSignalIndex_c0 ( ) const {
return QAbstractProxyModel : : senderSignalIndex ( ) ;
}
// [adaptor impl] QModelIndex QAbstractProxyModel::buddy(const QModelIndex &index)
QModelIndex cbs_buddy_c2395_0 ( const QModelIndex & index ) const
{
return QAbstractProxyModel : : buddy ( index ) ;
}
virtual QModelIndex buddy ( const QModelIndex & index ) const
{
if ( cb_buddy_c2395_0 . can_issue ( ) ) {
return cb_buddy_c2395_0 . issue < QAbstractProxyModel_Adaptor , QModelIndex , const QModelIndex & > ( & QAbstractProxyModel_Adaptor : : cbs_buddy_c2395_0 , index ) ;
} else {
return QAbstractProxyModel : : buddy ( index ) ;
}
}
// [adaptor impl] bool QAbstractProxyModel::canDropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent)
bool cbs_canDropMimeData_c7425_0 ( const QMimeData * data , const qt_gsi : : Converter < Qt : : DropAction > : : target_type & action , int row , int column , const QModelIndex & parent ) const
{
return QAbstractProxyModel : : canDropMimeData ( data , qt_gsi : : QtToCppAdaptor < Qt : : DropAction > ( action ) . cref ( ) , row , column , parent ) ;
}
virtual bool canDropMimeData ( const QMimeData * data , Qt : : DropAction action , int row , int column , const QModelIndex & parent ) const
{
if ( cb_canDropMimeData_c7425_0 . can_issue ( ) ) {
return cb_canDropMimeData_c7425_0 . issue < QAbstractProxyModel_Adaptor , bool , const QMimeData * , const qt_gsi : : Converter < Qt : : DropAction > : : target_type & , int , int , const QModelIndex & > ( & QAbstractProxyModel_Adaptor : : cbs_canDropMimeData_c7425_0 , data , qt_gsi : : CppToQtAdaptor < Qt : : DropAction > ( action ) , row , column , parent ) ;
} else {
return QAbstractProxyModel : : canDropMimeData ( data , action , row , column , parent ) ;
}
}
// [adaptor impl] bool QAbstractProxyModel::canFetchMore(const QModelIndex &parent)
bool cbs_canFetchMore_c2395_0 ( const QModelIndex & parent ) const
{
return QAbstractProxyModel : : canFetchMore ( parent ) ;
}
virtual bool canFetchMore ( const QModelIndex & parent ) const
{
if ( cb_canFetchMore_c2395_0 . can_issue ( ) ) {
return cb_canFetchMore_c2395_0 . issue < QAbstractProxyModel_Adaptor , bool , const QModelIndex & > ( & QAbstractProxyModel_Adaptor : : cbs_canFetchMore_c2395_0 , parent ) ;
} else {
return QAbstractProxyModel : : canFetchMore ( parent ) ;
}
}
// [adaptor impl] int QAbstractProxyModel::columnCount(const QModelIndex &parent)
int cbs_columnCount_c2395_1 ( const QModelIndex & parent ) const
{
__SUPPRESS_UNUSED_WARNING ( parent ) ;
throw qt_gsi : : AbstractMethodCalledException ( " columnCount " ) ;
}
virtual int columnCount ( const QModelIndex & parent ) const
{
if ( cb_columnCount_c2395_1 . can_issue ( ) ) {
return cb_columnCount_c2395_1 . issue < QAbstractProxyModel_Adaptor , int , const QModelIndex & > ( & QAbstractProxyModel_Adaptor : : cbs_columnCount_c2395_1 , parent ) ;
} else {
throw qt_gsi : : AbstractMethodCalledException ( " columnCount " ) ;
}
}
// [adaptor impl] QVariant QAbstractProxyModel::data(const QModelIndex &proxyIndex, int role)
QVariant cbs_data_c3054_1 ( const QModelIndex & proxyIndex , int role ) const
{
return QAbstractProxyModel : : data ( proxyIndex , role ) ;
}
virtual QVariant data ( const QModelIndex & proxyIndex , int role ) const
{
if ( cb_data_c3054_1 . can_issue ( ) ) {
return cb_data_c3054_1 . issue < QAbstractProxyModel_Adaptor , QVariant , const QModelIndex & , int > ( & QAbstractProxyModel_Adaptor : : cbs_data_c3054_1 , proxyIndex , role ) ;
} else {
return QAbstractProxyModel : : data ( proxyIndex , role ) ;
}
}
// [emitter impl] void QAbstractProxyModel::dataChanged(const QModelIndex &topLeft, const QModelIndex &bottomRight, const QVector<int> &roles)
void emitter_QAbstractProxyModel_dataChanged_7048 ( const QModelIndex & topLeft , const QModelIndex & bottomRight , const QVector < int > & roles )
{
emit QAbstractProxyModel : : dataChanged ( topLeft , bottomRight , roles ) ;
}
// [emitter impl] void QAbstractProxyModel::destroyed(QObject *)
void emitter_QAbstractProxyModel_destroyed_1302 ( QObject * arg1 )
{
emit QAbstractProxyModel : : destroyed ( arg1 ) ;
}
// [adaptor impl] bool QAbstractProxyModel::dropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent)
bool cbs_dropMimeData_7425_0 ( const QMimeData * data , const qt_gsi : : Converter < Qt : : DropAction > : : target_type & action , int row , int column , const QModelIndex & parent )
{
return QAbstractProxyModel : : dropMimeData ( data , qt_gsi : : QtToCppAdaptor < Qt : : DropAction > ( action ) . cref ( ) , row , column , parent ) ;
}
virtual bool dropMimeData ( const QMimeData * data , Qt : : DropAction action , int row , int column , const QModelIndex & parent )
{
if ( cb_dropMimeData_7425_0 . can_issue ( ) ) {
return cb_dropMimeData_7425_0 . issue < QAbstractProxyModel_Adaptor , bool , const QMimeData * , const qt_gsi : : Converter < Qt : : DropAction > : : target_type & , int , int , const QModelIndex & > ( & QAbstractProxyModel_Adaptor : : cbs_dropMimeData_7425_0 , data , qt_gsi : : CppToQtAdaptor < Qt : : DropAction > ( action ) , row , column , parent ) ;
} else {
return QAbstractProxyModel : : dropMimeData ( data , action , row , column , parent ) ;
}
}
// [adaptor impl] bool QAbstractProxyModel::event(QEvent *)
bool cbs_event_1217_0 ( QEvent * arg1 )
{
return QAbstractProxyModel : : event ( arg1 ) ;
}
virtual bool event ( QEvent * arg1 )
{
if ( cb_event_1217_0 . can_issue ( ) ) {
return cb_event_1217_0 . issue < QAbstractProxyModel_Adaptor , bool , QEvent * > ( & QAbstractProxyModel_Adaptor : : cbs_event_1217_0 , arg1 ) ;
} else {
return QAbstractProxyModel : : event ( arg1 ) ;
}
}
// [adaptor impl] bool QAbstractProxyModel::eventFilter(QObject *, QEvent *)
bool cbs_eventFilter_2411_0 ( QObject * arg1 , QEvent * arg2 )
{
return QAbstractProxyModel : : eventFilter ( arg1 , arg2 ) ;
}
virtual bool eventFilter ( QObject * arg1 , QEvent * arg2 )
{
if ( cb_eventFilter_2411_0 . can_issue ( ) ) {
return cb_eventFilter_2411_0 . issue < QAbstractProxyModel_Adaptor , bool , QObject * , QEvent * > ( & QAbstractProxyModel_Adaptor : : cbs_eventFilter_2411_0 , arg1 , arg2 ) ;
} else {
return QAbstractProxyModel : : eventFilter ( arg1 , arg2 ) ;
}
}
// [adaptor impl] void QAbstractProxyModel::fetchMore(const QModelIndex &parent)
void cbs_fetchMore_2395_0 ( const QModelIndex & parent )
{
QAbstractProxyModel : : fetchMore ( parent ) ;
}
virtual void fetchMore ( const QModelIndex & parent )
{
if ( cb_fetchMore_2395_0 . can_issue ( ) ) {
cb_fetchMore_2395_0 . issue < QAbstractProxyModel_Adaptor , const QModelIndex & > ( & QAbstractProxyModel_Adaptor : : cbs_fetchMore_2395_0 , parent ) ;
} else {
QAbstractProxyModel : : fetchMore ( parent ) ;
}
}
// [adaptor impl] QFlags<Qt::ItemFlag> QAbstractProxyModel::flags(const QModelIndex &index)
QFlags < Qt : : ItemFlag > cbs_flags_c2395_0 ( const QModelIndex & index ) const
{
return QAbstractProxyModel : : flags ( index ) ;
}
virtual QFlags < Qt : : ItemFlag > flags ( const QModelIndex & index ) const
{
if ( cb_flags_c2395_0 . can_issue ( ) ) {
return cb_flags_c2395_0 . issue < QAbstractProxyModel_Adaptor , QFlags < Qt : : ItemFlag > , const QModelIndex & > ( & QAbstractProxyModel_Adaptor : : cbs_flags_c2395_0 , index ) ;
} else {
return QAbstractProxyModel : : flags ( index ) ;
}
}
// [adaptor impl] bool QAbstractProxyModel::hasChildren(const QModelIndex &parent)
bool cbs_hasChildren_c2395_1 ( const QModelIndex & parent ) const
{
return QAbstractProxyModel : : hasChildren ( parent ) ;
}
virtual bool hasChildren ( const QModelIndex & parent ) const
{
if ( cb_hasChildren_c2395_1 . can_issue ( ) ) {
return cb_hasChildren_c2395_1 . issue < QAbstractProxyModel_Adaptor , bool , const QModelIndex & > ( & QAbstractProxyModel_Adaptor : : cbs_hasChildren_c2395_1 , parent ) ;
} else {
return QAbstractProxyModel : : hasChildren ( parent ) ;
}
}
// [adaptor impl] QVariant QAbstractProxyModel::headerData(int section, Qt::Orientation orientation, int role)
QVariant cbs_headerData_c3231_1 ( int section , const qt_gsi : : Converter < Qt : : Orientation > : : target_type & orientation , int role ) const
{
return QAbstractProxyModel : : headerData ( section , qt_gsi : : QtToCppAdaptor < Qt : : Orientation > ( orientation ) . cref ( ) , role ) ;
}
virtual QVariant headerData ( int section , Qt : : Orientation orientation , int role ) const
{
if ( cb_headerData_c3231_1 . can_issue ( ) ) {
return cb_headerData_c3231_1 . issue < QAbstractProxyModel_Adaptor , QVariant , int , const qt_gsi : : Converter < Qt : : Orientation > : : target_type & , int > ( & QAbstractProxyModel_Adaptor : : cbs_headerData_c3231_1 , section , qt_gsi : : CppToQtAdaptor < Qt : : Orientation > ( orientation ) , role ) ;
} else {
return QAbstractProxyModel : : headerData ( section , orientation , role ) ;
}
}
// [emitter impl] void QAbstractProxyModel::headerDataChanged(Qt::Orientation orientation, int first, int last)
void emitter_QAbstractProxyModel_headerDataChanged_3231 ( Qt : : Orientation orientation , int first , int last )
{
emit QAbstractProxyModel : : headerDataChanged ( orientation , first , last ) ;
}
// [adaptor impl] QModelIndex QAbstractProxyModel::index(int row, int column, const QModelIndex &parent)
QModelIndex cbs_index_c3713_1 ( int row , int column , const QModelIndex & parent ) const
{
__SUPPRESS_UNUSED_WARNING ( row ) ;
__SUPPRESS_UNUSED_WARNING ( column ) ;
__SUPPRESS_UNUSED_WARNING ( parent ) ;
throw qt_gsi : : AbstractMethodCalledException ( " index " ) ;
}
virtual QModelIndex index ( int row , int column , const QModelIndex & parent ) const
{
if ( cb_index_c3713_1 . can_issue ( ) ) {
return cb_index_c3713_1 . issue < QAbstractProxyModel_Adaptor , QModelIndex , int , int , const QModelIndex & > ( & QAbstractProxyModel_Adaptor : : cbs_index_c3713_1 , row , column , parent ) ;
} else {
throw qt_gsi : : AbstractMethodCalledException ( " index " ) ;
}
}
// [adaptor impl] bool QAbstractProxyModel::insertColumns(int column, int count, const QModelIndex &parent)
bool cbs_insertColumns_3713_1 ( int column , int count , const QModelIndex & parent )
{
return QAbstractProxyModel : : insertColumns ( column , count , parent ) ;
}
virtual bool insertColumns ( int column , int count , const QModelIndex & parent )
{
if ( cb_insertColumns_3713_1 . can_issue ( ) ) {
return cb_insertColumns_3713_1 . issue < QAbstractProxyModel_Adaptor , bool , int , int , const QModelIndex & > ( & QAbstractProxyModel_Adaptor : : cbs_insertColumns_3713_1 , column , count , parent ) ;
} else {
return QAbstractProxyModel : : insertColumns ( column , count , parent ) ;
}
}
// [adaptor impl] bool QAbstractProxyModel::insertRows(int row, int count, const QModelIndex &parent)
bool cbs_insertRows_3713_1 ( int row , int count , const QModelIndex & parent )
{
return QAbstractProxyModel : : insertRows ( row , count , parent ) ;
}
virtual bool insertRows ( int row , int count , const QModelIndex & parent )
{
if ( cb_insertRows_3713_1 . can_issue ( ) ) {
return cb_insertRows_3713_1 . issue < QAbstractProxyModel_Adaptor , bool , int , int , const QModelIndex & > ( & QAbstractProxyModel_Adaptor : : cbs_insertRows_3713_1 , row , count , parent ) ;
} else {
return QAbstractProxyModel : : insertRows ( row , count , parent ) ;
}
}
// [adaptor impl] QMap<int, QVariant> QAbstractProxyModel::itemData(const QModelIndex &index)
QMap < int , QVariant > cbs_itemData_c2395_0 ( const QModelIndex & index ) const
{
return QAbstractProxyModel : : itemData ( index ) ;
}
virtual QMap < int , QVariant > itemData ( const QModelIndex & index ) const
{
if ( cb_itemData_c2395_0 . can_issue ( ) ) {
return cb_itemData_c2395_0 . issue < QAbstractProxyModel_Adaptor , QMap < int , QVariant > , const QModelIndex & > ( & QAbstractProxyModel_Adaptor : : cbs_itemData_c2395_0 , index ) ;
} else {
return QAbstractProxyModel : : itemData ( index ) ;
}
}
// [emitter impl] void QAbstractProxyModel::layoutAboutToBeChanged(const QList<QPersistentModelIndex> &parents, QAbstractItemModel::LayoutChangeHint hint)
void emitter_QAbstractProxyModel_layoutAboutToBeChanged_7947 ( const QList < QPersistentModelIndex > & parents , QAbstractItemModel : : LayoutChangeHint hint )
{
emit QAbstractProxyModel : : layoutAboutToBeChanged ( parents , hint ) ;
}
// [emitter impl] void QAbstractProxyModel::layoutChanged(const QList<QPersistentModelIndex> &parents, QAbstractItemModel::LayoutChangeHint hint)
void emitter_QAbstractProxyModel_layoutChanged_7947 ( const QList < QPersistentModelIndex > & parents , QAbstractItemModel : : LayoutChangeHint hint )
{
emit QAbstractProxyModel : : layoutChanged ( parents , hint ) ;
}
// [adaptor impl] QModelIndex QAbstractProxyModel::mapFromSource(const QModelIndex &sourceIndex)
QModelIndex cbs_mapFromSource_c2395_0 ( const QModelIndex & sourceIndex ) const
{
__SUPPRESS_UNUSED_WARNING ( sourceIndex ) ;
throw qt_gsi : : AbstractMethodCalledException ( " mapFromSource " ) ;
}
virtual QModelIndex mapFromSource ( const QModelIndex & sourceIndex ) const
{
if ( cb_mapFromSource_c2395_0 . can_issue ( ) ) {
return cb_mapFromSource_c2395_0 . issue < QAbstractProxyModel_Adaptor , QModelIndex , const QModelIndex & > ( & QAbstractProxyModel_Adaptor : : cbs_mapFromSource_c2395_0 , sourceIndex ) ;
} else {
throw qt_gsi : : AbstractMethodCalledException ( " mapFromSource " ) ;
}
}
// [adaptor impl] QItemSelection QAbstractProxyModel::mapSelectionFromSource(const QItemSelection &selection)
QItemSelection cbs_mapSelectionFromSource_c2727_0 ( const QItemSelection & selection ) const
{
return QAbstractProxyModel : : mapSelectionFromSource ( selection ) ;
}
virtual QItemSelection mapSelectionFromSource ( const QItemSelection & selection ) const
{
if ( cb_mapSelectionFromSource_c2727_0 . can_issue ( ) ) {
return cb_mapSelectionFromSource_c2727_0 . issue < QAbstractProxyModel_Adaptor , QItemSelection , const QItemSelection & > ( & QAbstractProxyModel_Adaptor : : cbs_mapSelectionFromSource_c2727_0 , selection ) ;
} else {
return QAbstractProxyModel : : mapSelectionFromSource ( selection ) ;
}
}
// [adaptor impl] QItemSelection QAbstractProxyModel::mapSelectionToSource(const QItemSelection &selection)
QItemSelection cbs_mapSelectionToSource_c2727_0 ( const QItemSelection & selection ) const
{
return QAbstractProxyModel : : mapSelectionToSource ( selection ) ;
}
virtual QItemSelection mapSelectionToSource ( const QItemSelection & selection ) const
{
if ( cb_mapSelectionToSource_c2727_0 . can_issue ( ) ) {
return cb_mapSelectionToSource_c2727_0 . issue < QAbstractProxyModel_Adaptor , QItemSelection , const QItemSelection & > ( & QAbstractProxyModel_Adaptor : : cbs_mapSelectionToSource_c2727_0 , selection ) ;
} else {
return QAbstractProxyModel : : mapSelectionToSource ( selection ) ;
}
}
// [adaptor impl] QModelIndex QAbstractProxyModel::mapToSource(const QModelIndex &proxyIndex)
QModelIndex cbs_mapToSource_c2395_0 ( const QModelIndex & proxyIndex ) const
{
__SUPPRESS_UNUSED_WARNING ( proxyIndex ) ;
throw qt_gsi : : AbstractMethodCalledException ( " mapToSource " ) ;
}
virtual QModelIndex mapToSource ( const QModelIndex & proxyIndex ) const
{
if ( cb_mapToSource_c2395_0 . can_issue ( ) ) {
return cb_mapToSource_c2395_0 . issue < QAbstractProxyModel_Adaptor , QModelIndex , const QModelIndex & > ( & QAbstractProxyModel_Adaptor : : cbs_mapToSource_c2395_0 , proxyIndex ) ;
} else {
throw qt_gsi : : AbstractMethodCalledException ( " mapToSource " ) ;
}
}
// [adaptor impl] QList<QModelIndex> QAbstractProxyModel::match(const QModelIndex &start, int role, const QVariant &value, int hits, QFlags<Qt::MatchFlag> flags)
QList < QModelIndex > cbs_match_c7932_2 ( const QModelIndex & start , int role , const QVariant & value , int hits , QFlags < Qt : : MatchFlag > flags ) const
{
return QAbstractProxyModel : : match ( start , role , value , hits , flags ) ;
}
virtual QList < QModelIndex > match ( const QModelIndex & start , int role , const QVariant & value , int hits , QFlags < Qt : : MatchFlag > flags ) const
{
if ( cb_match_c7932_2 . can_issue ( ) ) {
return cb_match_c7932_2 . issue < QAbstractProxyModel_Adaptor , QList < QModelIndex > , const QModelIndex & , int , const QVariant & , int , QFlags < Qt : : MatchFlag > > ( & QAbstractProxyModel_Adaptor : : cbs_match_c7932_2 , start , role , value , hits , flags ) ;
} else {
return QAbstractProxyModel : : match ( start , role , value , hits , flags ) ;
}
}
// [adaptor impl] QMimeData *QAbstractProxyModel::mimeData(const QList<QModelIndex> &indexes)
QMimeData * cbs_mimeData_c3010_0 ( const QList < QModelIndex > & indexes ) const
{
return QAbstractProxyModel : : mimeData ( indexes ) ;
}
virtual QMimeData * mimeData ( const QList < QModelIndex > & indexes ) const
{
if ( cb_mimeData_c3010_0 . can_issue ( ) ) {
return cb_mimeData_c3010_0 . issue < QAbstractProxyModel_Adaptor , QMimeData * , const QList < QModelIndex > & > ( & QAbstractProxyModel_Adaptor : : cbs_mimeData_c3010_0 , indexes ) ;
} else {
return QAbstractProxyModel : : mimeData ( indexes ) ;
}
}
// [adaptor impl] QStringList QAbstractProxyModel::mimeTypes()
QStringList cbs_mimeTypes_c0_0 ( ) const
{
return QAbstractProxyModel : : mimeTypes ( ) ;
}
virtual QStringList mimeTypes ( ) const
{
if ( cb_mimeTypes_c0_0 . can_issue ( ) ) {
return cb_mimeTypes_c0_0 . issue < QAbstractProxyModel_Adaptor , QStringList > ( & QAbstractProxyModel_Adaptor : : cbs_mimeTypes_c0_0 ) ;
} else {
return QAbstractProxyModel : : mimeTypes ( ) ;
}
}
// [adaptor impl] bool QAbstractProxyModel::moveColumns(const QModelIndex &sourceParent, int sourceColumn, int count, const QModelIndex &destinationParent, int destinationChild)
bool cbs_moveColumns_6659_0 ( const QModelIndex & sourceParent , int sourceColumn , int count , const QModelIndex & destinationParent , int destinationChild )
{
return QAbstractProxyModel : : moveColumns ( sourceParent , sourceColumn , count , destinationParent , destinationChild ) ;
}
virtual bool moveColumns ( const QModelIndex & sourceParent , int sourceColumn , int count , const QModelIndex & destinationParent , int destinationChild )
{
if ( cb_moveColumns_6659_0 . can_issue ( ) ) {
return cb_moveColumns_6659_0 . issue < QAbstractProxyModel_Adaptor , bool , const QModelIndex & , int , int , const QModelIndex & , int > ( & QAbstractProxyModel_Adaptor : : cbs_moveColumns_6659_0 , sourceParent , sourceColumn , count , destinationParent , destinationChild ) ;
} else {
return QAbstractProxyModel : : moveColumns ( sourceParent , sourceColumn , count , destinationParent , destinationChild ) ;
}
}
// [adaptor impl] bool QAbstractProxyModel::moveRows(const QModelIndex &sourceParent, int sourceRow, int count, const QModelIndex &destinationParent, int destinationChild)
bool cbs_moveRows_6659_0 ( const QModelIndex & sourceParent , int sourceRow , int count , const QModelIndex & destinationParent , int destinationChild )
{
return QAbstractProxyModel : : moveRows ( sourceParent , sourceRow , count , destinationParent , destinationChild ) ;
}
virtual bool moveRows ( const QModelIndex & sourceParent , int sourceRow , int count , const QModelIndex & destinationParent , int destinationChild )
{
if ( cb_moveRows_6659_0 . can_issue ( ) ) {
return cb_moveRows_6659_0 . issue < QAbstractProxyModel_Adaptor , bool , const QModelIndex & , int , int , const QModelIndex & , int > ( & QAbstractProxyModel_Adaptor : : cbs_moveRows_6659_0 , sourceParent , sourceRow , count , destinationParent , destinationChild ) ;
} else {
return QAbstractProxyModel : : moveRows ( sourceParent , sourceRow , count , destinationParent , destinationChild ) ;
}
}
// [adaptor impl] QModelIndex QAbstractProxyModel::parent(const QModelIndex &child)
QModelIndex cbs_parent_c2395_0 ( const QModelIndex & child ) const
{
__SUPPRESS_UNUSED_WARNING ( child ) ;
throw qt_gsi : : AbstractMethodCalledException ( " parent " ) ;
}
virtual QModelIndex parent ( const QModelIndex & child ) const
{
if ( cb_parent_c2395_0 . can_issue ( ) ) {
return cb_parent_c2395_0 . issue < QAbstractProxyModel_Adaptor , QModelIndex , const QModelIndex & > ( & QAbstractProxyModel_Adaptor : : cbs_parent_c2395_0 , child ) ;
} else {
throw qt_gsi : : AbstractMethodCalledException ( " parent " ) ;
}
}
// [adaptor impl] bool QAbstractProxyModel::removeColumns(int column, int count, const QModelIndex &parent)
bool cbs_removeColumns_3713_1 ( int column , int count , const QModelIndex & parent )
{
return QAbstractProxyModel : : removeColumns ( column , count , parent ) ;
}
virtual bool removeColumns ( int column , int count , const QModelIndex & parent )
{
if ( cb_removeColumns_3713_1 . can_issue ( ) ) {
return cb_removeColumns_3713_1 . issue < QAbstractProxyModel_Adaptor , bool , int , int , const QModelIndex & > ( & QAbstractProxyModel_Adaptor : : cbs_removeColumns_3713_1 , column , count , parent ) ;
} else {
return QAbstractProxyModel : : removeColumns ( column , count , parent ) ;
}
}
// [adaptor impl] bool QAbstractProxyModel::removeRows(int row, int count, const QModelIndex &parent)
bool cbs_removeRows_3713_1 ( int row , int count , const QModelIndex & parent )
{
return QAbstractProxyModel : : removeRows ( row , count , parent ) ;
}
virtual bool removeRows ( int row , int count , const QModelIndex & parent )
{
if ( cb_removeRows_3713_1 . can_issue ( ) ) {
return cb_removeRows_3713_1 . issue < QAbstractProxyModel_Adaptor , bool , int , int , const QModelIndex & > ( & QAbstractProxyModel_Adaptor : : cbs_removeRows_3713_1 , row , count , parent ) ;
} else {
return QAbstractProxyModel : : removeRows ( row , count , parent ) ;
}
}
// [adaptor impl] void QAbstractProxyModel::revert()
void cbs_revert_0_0 ( )
{
QAbstractProxyModel : : revert ( ) ;
}
virtual void revert ( )
{
if ( cb_revert_0_0 . can_issue ( ) ) {
cb_revert_0_0 . issue < QAbstractProxyModel_Adaptor > ( & QAbstractProxyModel_Adaptor : : cbs_revert_0_0 ) ;
} else {
QAbstractProxyModel : : revert ( ) ;
}
}
// [adaptor impl] QHash<int, QByteArray> QAbstractProxyModel::roleNames()
QHash < int , QByteArray > cbs_roleNames_c0_0 ( ) const
{
return QAbstractProxyModel : : roleNames ( ) ;
}
virtual QHash < int , QByteArray > roleNames ( ) const
{
if ( cb_roleNames_c0_0 . can_issue ( ) ) {
return cb_roleNames_c0_0 . issue < QAbstractProxyModel_Adaptor , QHash < int , QByteArray > > ( & QAbstractProxyModel_Adaptor : : cbs_roleNames_c0_0 ) ;
} else {
return QAbstractProxyModel : : roleNames ( ) ;
}
}
// [adaptor impl] int QAbstractProxyModel::rowCount(const QModelIndex &parent)
int cbs_rowCount_c2395_1 ( const QModelIndex & parent ) const
{
__SUPPRESS_UNUSED_WARNING ( parent ) ;
throw qt_gsi : : AbstractMethodCalledException ( " rowCount " ) ;
}
virtual int rowCount ( const QModelIndex & parent ) const
{
if ( cb_rowCount_c2395_1 . can_issue ( ) ) {
return cb_rowCount_c2395_1 . issue < QAbstractProxyModel_Adaptor , int , const QModelIndex & > ( & QAbstractProxyModel_Adaptor : : cbs_rowCount_c2395_1 , parent ) ;
} else {
throw qt_gsi : : AbstractMethodCalledException ( " rowCount " ) ;
}
}
// [adaptor impl] bool QAbstractProxyModel::setData(const QModelIndex &index, const QVariant &value, int role)
bool cbs_setData_5065_1 ( const QModelIndex & index , const QVariant & value , int role )
{
return QAbstractProxyModel : : setData ( index , value , role ) ;
}
virtual bool setData ( const QModelIndex & index , const QVariant & value , int role )
{
if ( cb_setData_5065_1 . can_issue ( ) ) {
return cb_setData_5065_1 . issue < QAbstractProxyModel_Adaptor , bool , const QModelIndex & , const QVariant & , int > ( & QAbstractProxyModel_Adaptor : : cbs_setData_5065_1 , index , value , role ) ;
} else {
return QAbstractProxyModel : : setData ( index , value , role ) ;
}
}
// [adaptor impl] bool QAbstractProxyModel::setHeaderData(int section, Qt::Orientation orientation, const QVariant &value, int role)
bool cbs_setHeaderData_5242_1 ( int section , const qt_gsi : : Converter < Qt : : Orientation > : : target_type & orientation , const QVariant & value , int role )
{
return QAbstractProxyModel : : setHeaderData ( section , qt_gsi : : QtToCppAdaptor < Qt : : Orientation > ( orientation ) . cref ( ) , value , role ) ;
}
virtual bool setHeaderData ( int section , Qt : : Orientation orientation , const QVariant & value , int role )
{
if ( cb_setHeaderData_5242_1 . can_issue ( ) ) {
return cb_setHeaderData_5242_1 . issue < QAbstractProxyModel_Adaptor , bool , int , const qt_gsi : : Converter < Qt : : Orientation > : : target_type & , const QVariant & , int > ( & QAbstractProxyModel_Adaptor : : cbs_setHeaderData_5242_1 , section , qt_gsi : : CppToQtAdaptor < Qt : : Orientation > ( orientation ) , value , role ) ;
} else {
return QAbstractProxyModel : : setHeaderData ( section , orientation , value , role ) ;
}
}
// [adaptor impl] bool QAbstractProxyModel::setItemData(const QModelIndex &index, const QMap<int, QVariant> &roles)
bool cbs_setItemData_5414_0 ( const QModelIndex & index , const QMap < int , QVariant > & roles )
{
return QAbstractProxyModel : : setItemData ( index , roles ) ;
}
virtual bool setItemData ( const QModelIndex & index , const QMap < int , QVariant > & roles )
{
if ( cb_setItemData_5414_0 . can_issue ( ) ) {
return cb_setItemData_5414_0 . issue < QAbstractProxyModel_Adaptor , bool , const QModelIndex & , const QMap < int , QVariant > & > ( & QAbstractProxyModel_Adaptor : : cbs_setItemData_5414_0 , index , roles ) ;
} else {
return QAbstractProxyModel : : setItemData ( index , roles ) ;
}
}
// [adaptor impl] void QAbstractProxyModel::setSourceModel(QAbstractItemModel *sourceModel)
void cbs_setSourceModel_2419_0 ( QAbstractItemModel * sourceModel )
{
QAbstractProxyModel : : setSourceModel ( sourceModel ) ;
}
virtual void setSourceModel ( QAbstractItemModel * sourceModel )
{
if ( cb_setSourceModel_2419_0 . can_issue ( ) ) {
cb_setSourceModel_2419_0 . issue < QAbstractProxyModel_Adaptor , QAbstractItemModel * > ( & QAbstractProxyModel_Adaptor : : cbs_setSourceModel_2419_0 , sourceModel ) ;
} else {
QAbstractProxyModel : : setSourceModel ( sourceModel ) ;
}
}
// [adaptor impl] QModelIndex QAbstractProxyModel::sibling(int row, int column, const QModelIndex &idx)
QModelIndex cbs_sibling_c3713_0 ( int row , int column , const QModelIndex & idx ) const
{
return QAbstractProxyModel : : sibling ( row , column , idx ) ;
}
virtual QModelIndex sibling ( int row , int column , const QModelIndex & idx ) const
{
if ( cb_sibling_c3713_0 . can_issue ( ) ) {
return cb_sibling_c3713_0 . issue < QAbstractProxyModel_Adaptor , QModelIndex , int , int , const QModelIndex & > ( & QAbstractProxyModel_Adaptor : : cbs_sibling_c3713_0 , row , column , idx ) ;
} else {
return QAbstractProxyModel : : sibling ( row , column , idx ) ;
}
}
// [adaptor impl] void QAbstractProxyModel::sort(int column, Qt::SortOrder order)
void cbs_sort_2340_1 ( int column , const qt_gsi : : Converter < Qt : : SortOrder > : : target_type & order )
{
QAbstractProxyModel : : sort ( column , qt_gsi : : QtToCppAdaptor < Qt : : SortOrder > ( order ) . cref ( ) ) ;
}
virtual void sort ( int column , Qt : : SortOrder order )
{
if ( cb_sort_2340_1 . can_issue ( ) ) {
cb_sort_2340_1 . issue < QAbstractProxyModel_Adaptor , int , const qt_gsi : : Converter < Qt : : SortOrder > : : target_type & > ( & QAbstractProxyModel_Adaptor : : cbs_sort_2340_1 , column , qt_gsi : : CppToQtAdaptor < Qt : : SortOrder > ( order ) ) ;
} else {
QAbstractProxyModel : : sort ( column , order ) ;
}
}
// [adaptor impl] QSize QAbstractProxyModel::span(const QModelIndex &index)
QSize cbs_span_c2395_0 ( const QModelIndex & index ) const
{
return QAbstractProxyModel : : span ( index ) ;
}
virtual QSize span ( const QModelIndex & index ) const
{
if ( cb_span_c2395_0 . can_issue ( ) ) {
return cb_span_c2395_0 . issue < QAbstractProxyModel_Adaptor , QSize , const QModelIndex & > ( & QAbstractProxyModel_Adaptor : : cbs_span_c2395_0 , index ) ;
} else {
return QAbstractProxyModel : : span ( index ) ;
}
}
// [adaptor impl] bool QAbstractProxyModel::submit()
bool cbs_submit_0_0 ( )
{
return QAbstractProxyModel : : submit ( ) ;
}
virtual bool submit ( )
{
if ( cb_submit_0_0 . can_issue ( ) ) {
return cb_submit_0_0 . issue < QAbstractProxyModel_Adaptor , bool > ( & QAbstractProxyModel_Adaptor : : cbs_submit_0_0 ) ;
} else {
return QAbstractProxyModel : : submit ( ) ;
}
}
// [adaptor impl] QFlags<Qt::DropAction> QAbstractProxyModel::supportedDragActions()
QFlags < Qt : : DropAction > cbs_supportedDragActions_c0_0 ( ) const
{
return QAbstractProxyModel : : supportedDragActions ( ) ;
}
virtual QFlags < Qt : : DropAction > supportedDragActions ( ) const
{
if ( cb_supportedDragActions_c0_0 . can_issue ( ) ) {
return cb_supportedDragActions_c0_0 . issue < QAbstractProxyModel_Adaptor , QFlags < Qt : : DropAction > > ( & QAbstractProxyModel_Adaptor : : cbs_supportedDragActions_c0_0 ) ;
} else {
return QAbstractProxyModel : : supportedDragActions ( ) ;
}
}
// [adaptor impl] QFlags<Qt::DropAction> QAbstractProxyModel::supportedDropActions()
QFlags < Qt : : DropAction > cbs_supportedDropActions_c0_0 ( ) const
{
return QAbstractProxyModel : : supportedDropActions ( ) ;
}
virtual QFlags < Qt : : DropAction > supportedDropActions ( ) const
{
if ( cb_supportedDropActions_c0_0 . can_issue ( ) ) {
return cb_supportedDropActions_c0_0 . issue < QAbstractProxyModel_Adaptor , QFlags < Qt : : DropAction > > ( & QAbstractProxyModel_Adaptor : : cbs_supportedDropActions_c0_0 ) ;
} else {
return QAbstractProxyModel : : supportedDropActions ( ) ;
}
}
// [adaptor impl] void QAbstractProxyModel::childEvent(QChildEvent *)
void cbs_childEvent_1701_0 ( QChildEvent * arg1 )
{
QAbstractProxyModel : : childEvent ( arg1 ) ;
}
virtual void childEvent ( QChildEvent * arg1 )
{
if ( cb_childEvent_1701_0 . can_issue ( ) ) {
cb_childEvent_1701_0 . issue < QAbstractProxyModel_Adaptor , QChildEvent * > ( & QAbstractProxyModel_Adaptor : : cbs_childEvent_1701_0 , arg1 ) ;
} else {
QAbstractProxyModel : : childEvent ( arg1 ) ;
}
}
// [adaptor impl] void QAbstractProxyModel::customEvent(QEvent *)
void cbs_customEvent_1217_0 ( QEvent * arg1 )
{
QAbstractProxyModel : : customEvent ( arg1 ) ;
}
virtual void customEvent ( QEvent * arg1 )
{
if ( cb_customEvent_1217_0 . can_issue ( ) ) {
cb_customEvent_1217_0 . issue < QAbstractProxyModel_Adaptor , QEvent * > ( & QAbstractProxyModel_Adaptor : : cbs_customEvent_1217_0 , arg1 ) ;
} else {
QAbstractProxyModel : : customEvent ( arg1 ) ;
}
}
// [adaptor impl] void QAbstractProxyModel::disconnectNotify(const QMetaMethod &signal)
void cbs_disconnectNotify_2394_0 ( const QMetaMethod & signal )
{
QAbstractProxyModel : : disconnectNotify ( signal ) ;
}
virtual void disconnectNotify ( const QMetaMethod & signal )
{
if ( cb_disconnectNotify_2394_0 . can_issue ( ) ) {
cb_disconnectNotify_2394_0 . issue < QAbstractProxyModel_Adaptor , const QMetaMethod & > ( & QAbstractProxyModel_Adaptor : : cbs_disconnectNotify_2394_0 , signal ) ;
} else {
QAbstractProxyModel : : disconnectNotify ( signal ) ;
}
}
// [adaptor impl] void QAbstractProxyModel::timerEvent(QTimerEvent *)
void cbs_timerEvent_1730_0 ( QTimerEvent * arg1 )
{
QAbstractProxyModel : : timerEvent ( arg1 ) ;
}
virtual void timerEvent ( QTimerEvent * arg1 )
{
if ( cb_timerEvent_1730_0 . can_issue ( ) ) {
cb_timerEvent_1730_0 . issue < QAbstractProxyModel_Adaptor , QTimerEvent * > ( & QAbstractProxyModel_Adaptor : : cbs_timerEvent_1730_0 , arg1 ) ;
} else {
QAbstractProxyModel : : timerEvent ( arg1 ) ;
}
}
gsi : : Callback cb_buddy_c2395_0 ;
gsi : : Callback cb_canDropMimeData_c7425_0 ;
gsi : : Callback cb_canFetchMore_c2395_0 ;
gsi : : Callback cb_columnCount_c2395_1 ;
gsi : : Callback cb_data_c3054_1 ;
gsi : : Callback cb_dropMimeData_7425_0 ;
gsi : : Callback cb_event_1217_0 ;
gsi : : Callback cb_eventFilter_2411_0 ;
gsi : : Callback cb_fetchMore_2395_0 ;
gsi : : Callback cb_flags_c2395_0 ;
gsi : : Callback cb_hasChildren_c2395_1 ;
gsi : : Callback cb_headerData_c3231_1 ;
gsi : : Callback cb_index_c3713_1 ;
gsi : : Callback cb_insertColumns_3713_1 ;
gsi : : Callback cb_insertRows_3713_1 ;
gsi : : Callback cb_itemData_c2395_0 ;
gsi : : Callback cb_mapFromSource_c2395_0 ;
gsi : : Callback cb_mapSelectionFromSource_c2727_0 ;
gsi : : Callback cb_mapSelectionToSource_c2727_0 ;
gsi : : Callback cb_mapToSource_c2395_0 ;
gsi : : Callback cb_match_c7932_2 ;
gsi : : Callback cb_mimeData_c3010_0 ;
gsi : : Callback cb_mimeTypes_c0_0 ;
gsi : : Callback cb_moveColumns_6659_0 ;
gsi : : Callback cb_moveRows_6659_0 ;
gsi : : Callback cb_parent_c2395_0 ;
gsi : : Callback cb_removeColumns_3713_1 ;
gsi : : Callback cb_removeRows_3713_1 ;
gsi : : Callback cb_revert_0_0 ;
gsi : : Callback cb_roleNames_c0_0 ;
gsi : : Callback cb_rowCount_c2395_1 ;
gsi : : Callback cb_setData_5065_1 ;
gsi : : Callback cb_setHeaderData_5242_1 ;
gsi : : Callback cb_setItemData_5414_0 ;
gsi : : Callback cb_setSourceModel_2419_0 ;
gsi : : Callback cb_sibling_c3713_0 ;
gsi : : Callback cb_sort_2340_1 ;
gsi : : Callback cb_span_c2395_0 ;
gsi : : Callback cb_submit_0_0 ;
gsi : : Callback cb_supportedDragActions_c0_0 ;
gsi : : Callback cb_supportedDropActions_c0_0 ;
gsi : : Callback cb_childEvent_1701_0 ;
gsi : : Callback cb_customEvent_1217_0 ;
gsi : : Callback cb_disconnectNotify_2394_0 ;
gsi : : Callback cb_timerEvent_1730_0 ;
} ;
QAbstractProxyModel_Adaptor : : ~ QAbstractProxyModel_Adaptor ( ) { }
// Constructor QAbstractProxyModel::QAbstractProxyModel(QObject *parent) (adaptor class)
static void _init_ctor_QAbstractProxyModel_Adaptor_1302 ( qt_gsi : : GenericStaticMethod * decl )
{
static gsi : : ArgSpecBase argspec_0 ( " parent " , true , " 0 " ) ;
decl - > add_arg < QObject * > ( argspec_0 ) ;
decl - > set_return_new < QAbstractProxyModel_Adaptor > ( ) ;
}
static void _call_ctor_QAbstractProxyModel_Adaptor_1302 ( const qt_gsi : : GenericStaticMethod * /*decl*/ , gsi : : SerialArgs & args , gsi : : SerialArgs & ret )
{
__SUPPRESS_UNUSED_WARNING ( args ) ;
tl : : Heap heap ;
QObject * arg1 = args ? args . read < QObject * > ( heap ) : ( QObject * ) ( 0 ) ;
ret . write < QAbstractProxyModel_Adaptor * > ( new QAbstractProxyModel_Adaptor ( arg1 ) ) ;
}
// exposed void QAbstractProxyModel::beginInsertColumns(const QModelIndex &parent, int first, int last)
static void _init_fp_beginInsertColumns_3713 ( qt_gsi : : GenericMethod * decl )
{
static gsi : : ArgSpecBase argspec_0 ( " parent " ) ;
decl - > add_arg < const QModelIndex & > ( argspec_0 ) ;
static gsi : : ArgSpecBase argspec_1 ( " first " ) ;
decl - > add_arg < int > ( argspec_1 ) ;
static gsi : : ArgSpecBase argspec_2 ( " last " ) ;
decl - > add_arg < int > ( argspec_2 ) ;
decl - > set_return < void > ( ) ;
}
static void _call_fp_beginInsertColumns_3713 ( const qt_gsi : : GenericMethod * /*decl*/ , void * cls , gsi : : SerialArgs & args , gsi : : SerialArgs & ret )
{
__SUPPRESS_UNUSED_WARNING ( args ) ;
tl : : Heap heap ;
const QModelIndex & arg1 = args . read < const QModelIndex & > ( heap ) ;
int arg2 = args . read < int > ( heap ) ;
int arg3 = args . read < int > ( heap ) ;
__SUPPRESS_UNUSED_WARNING ( ret ) ;
( ( QAbstractProxyModel_Adaptor * ) cls ) - > fp_QAbstractProxyModel_beginInsertColumns_3713 ( arg1 , arg2 , arg3 ) ;
}
// exposed void QAbstractProxyModel::beginInsertRows(const QModelIndex &parent, int first, int last)
static void _init_fp_beginInsertRows_3713 ( qt_gsi : : GenericMethod * decl )
{
static gsi : : ArgSpecBase argspec_0 ( " parent " ) ;
decl - > add_arg < const QModelIndex & > ( argspec_0 ) ;
static gsi : : ArgSpecBase argspec_1 ( " first " ) ;
decl - > add_arg < int > ( argspec_1 ) ;
static gsi : : ArgSpecBase argspec_2 ( " last " ) ;
decl - > add_arg < int > ( argspec_2 ) ;
decl - > set_return < void > ( ) ;
}
static void _call_fp_beginInsertRows_3713 ( const qt_gsi : : GenericMethod * /*decl*/ , void * cls , gsi : : SerialArgs & args , gsi : : SerialArgs & ret )
{
__SUPPRESS_UNUSED_WARNING ( args ) ;
tl : : Heap heap ;
const QModelIndex & arg1 = args . read < const QModelIndex & > ( heap ) ;
int arg2 = args . read < int > ( heap ) ;
int arg3 = args . read < int > ( heap ) ;
__SUPPRESS_UNUSED_WARNING ( ret ) ;
( ( QAbstractProxyModel_Adaptor * ) cls ) - > fp_QAbstractProxyModel_beginInsertRows_3713 ( arg1 , arg2 , arg3 ) ;
}
// exposed bool QAbstractProxyModel::beginMoveColumns(const QModelIndex &sourceParent, int sourceFirst, int sourceLast, const QModelIndex &destinationParent, int destinationColumn)
static void _init_fp_beginMoveColumns_6659 ( qt_gsi : : GenericMethod * decl )
{
static gsi : : ArgSpecBase argspec_0 ( " sourceParent " ) ;
decl - > add_arg < const QModelIndex & > ( argspec_0 ) ;
static gsi : : ArgSpecBase argspec_1 ( " sourceFirst " ) ;
decl - > add_arg < int > ( argspec_1 ) ;
static gsi : : ArgSpecBase argspec_2 ( " sourceLast " ) ;
decl - > add_arg < int > ( argspec_2 ) ;
static gsi : : ArgSpecBase argspec_3 ( " destinationParent " ) ;
decl - > add_arg < const QModelIndex & > ( argspec_3 ) ;
static gsi : : ArgSpecBase argspec_4 ( " destinationColumn " ) ;
decl - > add_arg < int > ( argspec_4 ) ;
decl - > set_return < bool > ( ) ;
}
static void _call_fp_beginMoveColumns_6659 ( const qt_gsi : : GenericMethod * /*decl*/ , void * cls , gsi : : SerialArgs & args , gsi : : SerialArgs & ret )
{
__SUPPRESS_UNUSED_WARNING ( args ) ;
tl : : Heap heap ;
const QModelIndex & arg1 = args . read < const QModelIndex & > ( heap ) ;
int arg2 = args . read < int > ( heap ) ;
int arg3 = args . read < int > ( heap ) ;
const QModelIndex & arg4 = args . read < const QModelIndex & > ( heap ) ;
int arg5 = args . read < int > ( heap ) ;
ret . write < bool > ( ( bool ) ( ( QAbstractProxyModel_Adaptor * ) cls ) - > fp_QAbstractProxyModel_beginMoveColumns_6659 ( arg1 , arg2 , arg3 , arg4 , arg5 ) ) ;
}
// exposed bool QAbstractProxyModel::beginMoveRows(const QModelIndex &sourceParent, int sourceFirst, int sourceLast, const QModelIndex &destinationParent, int destinationRow)
static void _init_fp_beginMoveRows_6659 ( qt_gsi : : GenericMethod * decl )
{
static gsi : : ArgSpecBase argspec_0 ( " sourceParent " ) ;
decl - > add_arg < const QModelIndex & > ( argspec_0 ) ;
static gsi : : ArgSpecBase argspec_1 ( " sourceFirst " ) ;
decl - > add_arg < int > ( argspec_1 ) ;
static gsi : : ArgSpecBase argspec_2 ( " sourceLast " ) ;
decl - > add_arg < int > ( argspec_2 ) ;
static gsi : : ArgSpecBase argspec_3 ( " destinationParent " ) ;
decl - > add_arg < const QModelIndex & > ( argspec_3 ) ;
static gsi : : ArgSpecBase argspec_4 ( " destinationRow " ) ;
decl - > add_arg < int > ( argspec_4 ) ;
decl - > set_return < bool > ( ) ;
}
static void _call_fp_beginMoveRows_6659 ( const qt_gsi : : GenericMethod * /*decl*/ , void * cls , gsi : : SerialArgs & args , gsi : : SerialArgs & ret )
{
__SUPPRESS_UNUSED_WARNING ( args ) ;
tl : : Heap heap ;
const QModelIndex & arg1 = args . read < const QModelIndex & > ( heap ) ;
int arg2 = args . read < int > ( heap ) ;
int arg3 = args . read < int > ( heap ) ;
const QModelIndex & arg4 = args . read < const QModelIndex & > ( heap ) ;
int arg5 = args . read < int > ( heap ) ;
ret . write < bool > ( ( bool ) ( ( QAbstractProxyModel_Adaptor * ) cls ) - > fp_QAbstractProxyModel_beginMoveRows_6659 ( arg1 , arg2 , arg3 , arg4 , arg5 ) ) ;
}
// exposed void QAbstractProxyModel::beginRemoveColumns(const QModelIndex &parent, int first, int last)
static void _init_fp_beginRemoveColumns_3713 ( qt_gsi : : GenericMethod * decl )
{
static gsi : : ArgSpecBase argspec_0 ( " parent " ) ;
decl - > add_arg < const QModelIndex & > ( argspec_0 ) ;
static gsi : : ArgSpecBase argspec_1 ( " first " ) ;
decl - > add_arg < int > ( argspec_1 ) ;
static gsi : : ArgSpecBase argspec_2 ( " last " ) ;
decl - > add_arg < int > ( argspec_2 ) ;
decl - > set_return < void > ( ) ;
}
static void _call_fp_beginRemoveColumns_3713 ( const qt_gsi : : GenericMethod * /*decl*/ , void * cls , gsi : : SerialArgs & args , gsi : : SerialArgs & ret )
{
__SUPPRESS_UNUSED_WARNING ( args ) ;
tl : : Heap heap ;
const QModelIndex & arg1 = args . read < const QModelIndex & > ( heap ) ;
int arg2 = args . read < int > ( heap ) ;
int arg3 = args . read < int > ( heap ) ;
__SUPPRESS_UNUSED_WARNING ( ret ) ;
( ( QAbstractProxyModel_Adaptor * ) cls ) - > fp_QAbstractProxyModel_beginRemoveColumns_3713 ( arg1 , arg2 , arg3 ) ;
}
// exposed void QAbstractProxyModel::beginRemoveRows(const QModelIndex &parent, int first, int last)
static void _init_fp_beginRemoveRows_3713 ( qt_gsi : : GenericMethod * decl )
{
static gsi : : ArgSpecBase argspec_0 ( " parent " ) ;
decl - > add_arg < const QModelIndex & > ( argspec_0 ) ;
static gsi : : ArgSpecBase argspec_1 ( " first " ) ;
decl - > add_arg < int > ( argspec_1 ) ;
static gsi : : ArgSpecBase argspec_2 ( " last " ) ;
decl - > add_arg < int > ( argspec_2 ) ;
decl - > set_return < void > ( ) ;
}
static void _call_fp_beginRemoveRows_3713 ( const qt_gsi : : GenericMethod * /*decl*/ , void * cls , gsi : : SerialArgs & args , gsi : : SerialArgs & ret )
{
__SUPPRESS_UNUSED_WARNING ( args ) ;
tl : : Heap heap ;
const QModelIndex & arg1 = args . read < const QModelIndex & > ( heap ) ;
int arg2 = args . read < int > ( heap ) ;
int arg3 = args . read < int > ( heap ) ;
__SUPPRESS_UNUSED_WARNING ( ret ) ;
( ( QAbstractProxyModel_Adaptor * ) cls ) - > fp_QAbstractProxyModel_beginRemoveRows_3713 ( arg1 , arg2 , arg3 ) ;
}
// exposed void QAbstractProxyModel::beginResetModel()
static void _init_fp_beginResetModel_0 ( qt_gsi : : GenericMethod * decl )
{
decl - > set_return < void > ( ) ;
}
static void _call_fp_beginResetModel_0 ( const qt_gsi : : GenericMethod * /*decl*/ , void * cls , gsi : : SerialArgs & args , gsi : : SerialArgs & ret )
{
__SUPPRESS_UNUSED_WARNING ( args ) ;
__SUPPRESS_UNUSED_WARNING ( ret ) ;
( ( QAbstractProxyModel_Adaptor * ) cls ) - > fp_QAbstractProxyModel_beginResetModel_0 ( ) ;
}
// QModelIndex QAbstractProxyModel::buddy(const QModelIndex &index)
static void _init_cbs_buddy_c2395_0 ( qt_gsi : : GenericMethod * decl )
{
static gsi : : ArgSpecBase argspec_0 ( " index " ) ;
decl - > add_arg < const QModelIndex & > ( argspec_0 ) ;
decl - > set_return < QModelIndex > ( ) ;
}
static void _call_cbs_buddy_c2395_0 ( const qt_gsi : : GenericMethod * /*decl*/ , void * cls , gsi : : SerialArgs & args , gsi : : SerialArgs & ret )
{
__SUPPRESS_UNUSED_WARNING ( args ) ;
tl : : Heap heap ;
const QModelIndex & arg1 = args . read < const QModelIndex & > ( heap ) ;
ret . write < QModelIndex > ( ( QModelIndex ) ( ( QAbstractProxyModel_Adaptor * ) cls ) - > cbs_buddy_c2395_0 ( arg1 ) ) ;
}
static void _set_callback_cbs_buddy_c2395_0 ( void * cls , const gsi : : Callback & cb )
{
( ( QAbstractProxyModel_Adaptor * ) cls ) - > cb_buddy_c2395_0 = cb ;
}
// bool QAbstractProxyModel::canDropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent)
static void _init_cbs_canDropMimeData_c7425_0 ( qt_gsi : : GenericMethod * decl )
{
static gsi : : ArgSpecBase argspec_0 ( " data " ) ;
decl - > add_arg < const QMimeData * > ( argspec_0 ) ;
static gsi : : ArgSpecBase argspec_1 ( " action " ) ;
decl - > add_arg < const qt_gsi : : Converter < Qt : : DropAction > : : target_type & > ( argspec_1 ) ;
static gsi : : ArgSpecBase argspec_2 ( " row " ) ;
decl - > add_arg < int > ( argspec_2 ) ;
static gsi : : ArgSpecBase argspec_3 ( " column " ) ;
decl - > add_arg < int > ( argspec_3 ) ;
static gsi : : ArgSpecBase argspec_4 ( " parent " ) ;
decl - > add_arg < const QModelIndex & > ( argspec_4 ) ;
decl - > set_return < bool > ( ) ;
}
static void _call_cbs_canDropMimeData_c7425_0 ( const qt_gsi : : GenericMethod * /*decl*/ , void * cls , gsi : : SerialArgs & args , gsi : : SerialArgs & ret )
{
__SUPPRESS_UNUSED_WARNING ( args ) ;
tl : : Heap heap ;
const QMimeData * arg1 = args . read < const QMimeData * > ( heap ) ;
const qt_gsi : : Converter < Qt : : DropAction > : : target_type & arg2 = args . read < const qt_gsi : : Converter < Qt : : DropAction > : : target_type & > ( heap ) ;
int arg3 = args . read < int > ( heap ) ;
int arg4 = args . read < int > ( heap ) ;
const QModelIndex & arg5 = args . read < const QModelIndex & > ( heap ) ;
ret . write < bool > ( ( bool ) ( ( QAbstractProxyModel_Adaptor * ) cls ) - > cbs_canDropMimeData_c7425_0 ( arg1 , arg2 , arg3 , arg4 , arg5 ) ) ;
}
static void _set_callback_cbs_canDropMimeData_c7425_0 ( void * cls , const gsi : : Callback & cb )
{
( ( QAbstractProxyModel_Adaptor * ) cls ) - > cb_canDropMimeData_c7425_0 = cb ;
}
// bool QAbstractProxyModel::canFetchMore(const QModelIndex &parent)
static void _init_cbs_canFetchMore_c2395_0 ( qt_gsi : : GenericMethod * decl )
{
static gsi : : ArgSpecBase argspec_0 ( " parent " ) ;
decl - > add_arg < const QModelIndex & > ( argspec_0 ) ;
decl - > set_return < bool > ( ) ;
}
static void _call_cbs_canFetchMore_c2395_0 ( const qt_gsi : : GenericMethod * /*decl*/ , void * cls , gsi : : SerialArgs & args , gsi : : SerialArgs & ret )
{
__SUPPRESS_UNUSED_WARNING ( args ) ;
tl : : Heap heap ;
const QModelIndex & arg1 = args . read < const QModelIndex & > ( heap ) ;
ret . write < bool > ( ( bool ) ( ( QAbstractProxyModel_Adaptor * ) cls ) - > cbs_canFetchMore_c2395_0 ( arg1 ) ) ;
}
static void _set_callback_cbs_canFetchMore_c2395_0 ( void * cls , const gsi : : Callback & cb )
{
( ( QAbstractProxyModel_Adaptor * ) cls ) - > cb_canFetchMore_c2395_0 = cb ;
}
// exposed void QAbstractProxyModel::changePersistentIndex(const QModelIndex &from, const QModelIndex &to)
static void _init_fp_changePersistentIndex_4682 ( qt_gsi : : GenericMethod * decl )
{
static gsi : : ArgSpecBase argspec_0 ( " from " ) ;
decl - > add_arg < const QModelIndex & > ( argspec_0 ) ;
static gsi : : ArgSpecBase argspec_1 ( " to " ) ;
decl - > add_arg < const QModelIndex & > ( argspec_1 ) ;
decl - > set_return < void > ( ) ;
}
static void _call_fp_changePersistentIndex_4682 ( const qt_gsi : : GenericMethod * /*decl*/ , void * cls , gsi : : SerialArgs & args , gsi : : SerialArgs & ret )
{
__SUPPRESS_UNUSED_WARNING ( args ) ;
tl : : Heap heap ;
const QModelIndex & arg1 = args . read < const QModelIndex & > ( heap ) ;
const QModelIndex & arg2 = args . read < const QModelIndex & > ( heap ) ;
__SUPPRESS_UNUSED_WARNING ( ret ) ;
( ( QAbstractProxyModel_Adaptor * ) cls ) - > fp_QAbstractProxyModel_changePersistentIndex_4682 ( arg1 , arg2 ) ;
}
// exposed void QAbstractProxyModel::changePersistentIndexList(const QList<QModelIndex> &from, const QList<QModelIndex> &to)
static void _init_fp_changePersistentIndexList_5912 ( qt_gsi : : GenericMethod * decl )
{
static gsi : : ArgSpecBase argspec_0 ( " from " ) ;
decl - > add_arg < const QList < QModelIndex > & > ( argspec_0 ) ;
static gsi : : ArgSpecBase argspec_1 ( " to " ) ;
decl - > add_arg < const QList < QModelIndex > & > ( argspec_1 ) ;
decl - > set_return < void > ( ) ;
}
static void _call_fp_changePersistentIndexList_5912 ( const qt_gsi : : GenericMethod * /*decl*/ , void * cls , gsi : : SerialArgs & args , gsi : : SerialArgs & ret )
{
__SUPPRESS_UNUSED_WARNING ( args ) ;
tl : : Heap heap ;
const QList < QModelIndex > & arg1 = args . read < const QList < QModelIndex > & > ( heap ) ;
const QList < QModelIndex > & arg2 = args . read < const QList < QModelIndex > & > ( heap ) ;
__SUPPRESS_UNUSED_WARNING ( ret ) ;
( ( QAbstractProxyModel_Adaptor * ) cls ) - > fp_QAbstractProxyModel_changePersistentIndexList_5912 ( arg1 , arg2 ) ;
}
// void QAbstractProxyModel::childEvent(QChildEvent *)
static void _init_cbs_childEvent_1701_0 ( qt_gsi : : GenericMethod * decl )
{
static gsi : : ArgSpecBase argspec_0 ( " arg1 " ) ;
decl - > add_arg < QChildEvent * > ( argspec_0 ) ;
decl - > set_return < void > ( ) ;
}
static void _call_cbs_childEvent_1701_0 ( const qt_gsi : : GenericMethod * /*decl*/ , void * cls , gsi : : SerialArgs & args , gsi : : SerialArgs & ret )
{
__SUPPRESS_UNUSED_WARNING ( args ) ;
tl : : Heap heap ;
QChildEvent * arg1 = args . read < QChildEvent * > ( heap ) ;
__SUPPRESS_UNUSED_WARNING ( ret ) ;
( ( QAbstractProxyModel_Adaptor * ) cls ) - > cbs_childEvent_1701_0 ( arg1 ) ;
}
static void _set_callback_cbs_childEvent_1701_0 ( void * cls , const gsi : : Callback & cb )
{
( ( QAbstractProxyModel_Adaptor * ) cls ) - > cb_childEvent_1701_0 = cb ;
}
// int QAbstractProxyModel::columnCount(const QModelIndex &parent)
static void _init_cbs_columnCount_c2395_1 ( qt_gsi : : GenericMethod * decl )
{
static gsi : : ArgSpecBase argspec_0 ( " parent " ) ;
decl - > add_arg < const QModelIndex & > ( argspec_0 ) ;
decl - > set_return < int > ( ) ;
}
static void _call_cbs_columnCount_c2395_1 ( const qt_gsi : : GenericMethod * /*decl*/ , void * cls , gsi : : SerialArgs & args , gsi : : SerialArgs & ret )
{
__SUPPRESS_UNUSED_WARNING ( args ) ;
tl : : Heap heap ;
const QModelIndex & arg1 = args . read < const QModelIndex & > ( heap ) ;
ret . write < int > ( ( int ) ( ( QAbstractProxyModel_Adaptor * ) cls ) - > cbs_columnCount_c2395_1 ( arg1 ) ) ;
}
static void _set_callback_cbs_columnCount_c2395_1 ( void * cls , const gsi : : Callback & cb )
{
( ( QAbstractProxyModel_Adaptor * ) cls ) - > cb_columnCount_c2395_1 = cb ;
}
// exposed QModelIndex QAbstractProxyModel::createIndex(int row, int column, void *data)
static void _init_fp_createIndex_c2374 ( qt_gsi : : GenericMethod * decl )
{
static gsi : : ArgSpecBase argspec_0 ( " row " ) ;
decl - > add_arg < int > ( argspec_0 ) ;
static gsi : : ArgSpecBase argspec_1 ( " column " ) ;
decl - > add_arg < int > ( argspec_1 ) ;
static gsi : : ArgSpecBase argspec_2 ( " data " , true , " 0 " ) ;
decl - > add_arg < void * > ( argspec_2 ) ;
decl - > set_return < QModelIndex > ( ) ;
}
static void _call_fp_createIndex_c2374 ( const qt_gsi : : GenericMethod * /*decl*/ , void * cls , gsi : : SerialArgs & args , gsi : : SerialArgs & ret )
{
__SUPPRESS_UNUSED_WARNING ( args ) ;
tl : : Heap heap ;
int arg1 = args . read < int > ( heap ) ;
int arg2 = args . read < int > ( heap ) ;
void * arg3 = args ? args . read < void * > ( heap ) : ( void * ) ( 0 ) ;
ret . write < QModelIndex > ( ( QModelIndex ) ( ( QAbstractProxyModel_Adaptor * ) cls ) - > fp_QAbstractProxyModel_createIndex_c2374 ( arg1 , arg2 , arg3 ) ) ;
}
// exposed QModelIndex QAbstractProxyModel::createIndex(int row, int column, quintptr id)
static void _init_fp_createIndex_c2657 ( qt_gsi : : GenericMethod * decl )
{
static gsi : : ArgSpecBase argspec_0 ( " row " ) ;
decl - > add_arg < int > ( argspec_0 ) ;
static gsi : : ArgSpecBase argspec_1 ( " column " ) ;
decl - > add_arg < int > ( argspec_1 ) ;
static gsi : : ArgSpecBase argspec_2 ( " id " ) ;
decl - > add_arg < quintptr > ( argspec_2 ) ;
decl - > set_return < QModelIndex > ( ) ;
}
static void _call_fp_createIndex_c2657 ( const qt_gsi : : GenericMethod * /*decl*/ , void * cls , gsi : : SerialArgs & args , gsi : : SerialArgs & ret )
{
__SUPPRESS_UNUSED_WARNING ( args ) ;
tl : : Heap heap ;
int arg1 = args . read < int > ( heap ) ;
int arg2 = args . read < int > ( heap ) ;
quintptr arg3 = args . read < quintptr > ( heap ) ;
ret . write < QModelIndex > ( ( QModelIndex ) ( ( QAbstractProxyModel_Adaptor * ) cls ) - > fp_QAbstractProxyModel_createIndex_c2657 ( arg1 , arg2 , arg3 ) ) ;
}
// void QAbstractProxyModel::customEvent(QEvent *)
static void _init_cbs_customEvent_1217_0 ( qt_gsi : : GenericMethod * decl )
{
static gsi : : ArgSpecBase argspec_0 ( " arg1 " ) ;
decl - > add_arg < QEvent * > ( argspec_0 ) ;
decl - > set_return < void > ( ) ;
}
static void _call_cbs_customEvent_1217_0 ( const qt_gsi : : GenericMethod * /*decl*/ , void * cls , gsi : : SerialArgs & args , gsi : : SerialArgs & ret )
{
__SUPPRESS_UNUSED_WARNING ( args ) ;
tl : : Heap heap ;
QEvent * arg1 = args . read < QEvent * > ( heap ) ;
__SUPPRESS_UNUSED_WARNING ( ret ) ;
( ( QAbstractProxyModel_Adaptor * ) cls ) - > cbs_customEvent_1217_0 ( arg1 ) ;
}
static void _set_callback_cbs_customEvent_1217_0 ( void * cls , const gsi : : Callback & cb )
{
( ( QAbstractProxyModel_Adaptor * ) cls ) - > cb_customEvent_1217_0 = cb ;
}
// QVariant QAbstractProxyModel::data(const QModelIndex &proxyIndex, int role)
static void _init_cbs_data_c3054_1 ( qt_gsi : : GenericMethod * decl )
{
static gsi : : ArgSpecBase argspec_0 ( " proxyIndex " ) ;
decl - > add_arg < const QModelIndex & > ( argspec_0 ) ;
static gsi : : ArgSpecBase argspec_1 ( " role " ) ;
decl - > add_arg < int > ( argspec_1 ) ;
decl - > set_return < QVariant > ( ) ;
}
static void _call_cbs_data_c3054_1 ( const qt_gsi : : GenericMethod * /*decl*/ , void * cls , gsi : : SerialArgs & args , gsi : : SerialArgs & ret )
{
__SUPPRESS_UNUSED_WARNING ( args ) ;
tl : : Heap heap ;
const QModelIndex & arg1 = args . read < const QModelIndex & > ( heap ) ;
int arg2 = args . read < int > ( heap ) ;
ret . write < QVariant > ( ( QVariant ) ( ( QAbstractProxyModel_Adaptor * ) cls ) - > cbs_data_c3054_1 ( arg1 , arg2 ) ) ;
}
static void _set_callback_cbs_data_c3054_1 ( void * cls , const gsi : : Callback & cb )
{
( ( QAbstractProxyModel_Adaptor * ) cls ) - > cb_data_c3054_1 = cb ;
}
// emitter void QAbstractProxyModel::dataChanged(const QModelIndex &topLeft, const QModelIndex &bottomRight, const QVector<int> &roles)
static void _init_emitter_dataChanged_7048 ( qt_gsi : : GenericMethod * decl )
{
static gsi : : ArgSpecBase argspec_0 ( " topLeft " ) ;
decl - > add_arg < const QModelIndex & > ( argspec_0 ) ;
static gsi : : ArgSpecBase argspec_1 ( " bottomRight " ) ;
decl - > add_arg < const QModelIndex & > ( argspec_1 ) ;
static gsi : : ArgSpecBase argspec_2 ( " roles " , true , " QVector<int>() " ) ;
decl - > add_arg < const QVector < int > & > ( argspec_2 ) ;
decl - > set_return < void > ( ) ;
}
static void _call_emitter_dataChanged_7048 ( const qt_gsi : : GenericMethod * /*decl*/ , void * cls , gsi : : SerialArgs & args , gsi : : SerialArgs & /*ret*/ )
{
__SUPPRESS_UNUSED_WARNING ( args ) ;
tl : : Heap heap ;
const QModelIndex & arg1 = args . read < const QModelIndex & > ( heap ) ;
const QModelIndex & arg2 = args . read < const QModelIndex & > ( heap ) ;
const QVector < int > & arg3 = args ? args . read < const QVector < int > & > ( heap ) : ( const QVector < int > & ) ( QVector < int > ( ) ) ;
( ( QAbstractProxyModel_Adaptor * ) cls ) - > emitter_QAbstractProxyModel_dataChanged_7048 ( arg1 , arg2 , arg3 ) ;
}
// exposed bool QAbstractProxyModel::decodeData(int row, int column, const QModelIndex &parent, QDataStream &stream)
static void _init_fp_decodeData_5302 ( qt_gsi : : GenericMethod * decl )
{
static gsi : : ArgSpecBase argspec_0 ( " row " ) ;
decl - > add_arg < int > ( argspec_0 ) ;
static gsi : : ArgSpecBase argspec_1 ( " column " ) ;
decl - > add_arg < int > ( argspec_1 ) ;
static gsi : : ArgSpecBase argspec_2 ( " parent " ) ;
decl - > add_arg < const QModelIndex & > ( argspec_2 ) ;
static gsi : : ArgSpecBase argspec_3 ( " stream " ) ;
decl - > add_arg < QDataStream & > ( argspec_3 ) ;
decl - > set_return < bool > ( ) ;
}
static void _call_fp_decodeData_5302 ( const qt_gsi : : GenericMethod * /*decl*/ , void * cls , gsi : : SerialArgs & args , gsi : : SerialArgs & ret )
{
__SUPPRESS_UNUSED_WARNING ( args ) ;
tl : : Heap heap ;
int arg1 = args . read < int > ( heap ) ;
int arg2 = args . read < int > ( heap ) ;
const QModelIndex & arg3 = args . read < const QModelIndex & > ( heap ) ;
QDataStream & arg4 = args . read < QDataStream & > ( heap ) ;
ret . write < bool > ( ( bool ) ( ( QAbstractProxyModel_Adaptor * ) cls ) - > fp_QAbstractProxyModel_decodeData_5302 ( arg1 , arg2 , arg3 , arg4 ) ) ;
}
// emitter void QAbstractProxyModel::destroyed(QObject *)
static void _init_emitter_destroyed_1302 ( qt_gsi : : GenericMethod * decl )
{
static gsi : : ArgSpecBase argspec_0 ( " arg1 " , true , " 0 " ) ;
decl - > add_arg < QObject * > ( argspec_0 ) ;
decl - > set_return < void > ( ) ;
}
static void _call_emitter_destroyed_1302 ( const qt_gsi : : GenericMethod * /*decl*/ , void * cls , gsi : : SerialArgs & args , gsi : : SerialArgs & /*ret*/ )
{
__SUPPRESS_UNUSED_WARNING ( args ) ;
tl : : Heap heap ;
QObject * arg1 = args ? args . read < QObject * > ( heap ) : ( QObject * ) ( 0 ) ;
( ( QAbstractProxyModel_Adaptor * ) cls ) - > emitter_QAbstractProxyModel_destroyed_1302 ( arg1 ) ;
}
// void QAbstractProxyModel::disconnectNotify(const QMetaMethod &signal)
static void _init_cbs_disconnectNotify_2394_0 ( qt_gsi : : GenericMethod * decl )
{
static gsi : : ArgSpecBase argspec_0 ( " signal " ) ;
decl - > add_arg < const QMetaMethod & > ( argspec_0 ) ;
decl - > set_return < void > ( ) ;
}
static void _call_cbs_disconnectNotify_2394_0 ( const qt_gsi : : GenericMethod * /*decl*/ , void * cls , gsi : : SerialArgs & args , gsi : : SerialArgs & ret )
{
__SUPPRESS_UNUSED_WARNING ( args ) ;
tl : : Heap heap ;
const QMetaMethod & arg1 = args . read < const QMetaMethod & > ( heap ) ;
__SUPPRESS_UNUSED_WARNING ( ret ) ;
( ( QAbstractProxyModel_Adaptor * ) cls ) - > cbs_disconnectNotify_2394_0 ( arg1 ) ;
}
static void _set_callback_cbs_disconnectNotify_2394_0 ( void * cls , const gsi : : Callback & cb )
{
( ( QAbstractProxyModel_Adaptor * ) cls ) - > cb_disconnectNotify_2394_0 = cb ;
}
// bool QAbstractProxyModel::dropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent)
static void _init_cbs_dropMimeData_7425_0 ( qt_gsi : : GenericMethod * decl )
{
static gsi : : ArgSpecBase argspec_0 ( " data " ) ;
decl - > add_arg < const QMimeData * > ( argspec_0 ) ;
static gsi : : ArgSpecBase argspec_1 ( " action " ) ;
decl - > add_arg < const qt_gsi : : Converter < Qt : : DropAction > : : target_type & > ( argspec_1 ) ;
static gsi : : ArgSpecBase argspec_2 ( " row " ) ;
decl - > add_arg < int > ( argspec_2 ) ;
static gsi : : ArgSpecBase argspec_3 ( " column " ) ;
decl - > add_arg < int > ( argspec_3 ) ;
static gsi : : ArgSpecBase argspec_4 ( " parent " ) ;
decl - > add_arg < const QModelIndex & > ( argspec_4 ) ;
decl - > set_return < bool > ( ) ;
}
static void _call_cbs_dropMimeData_7425_0 ( const qt_gsi : : GenericMethod * /*decl*/ , void * cls , gsi : : SerialArgs & args , gsi : : SerialArgs & ret )
{
__SUPPRESS_UNUSED_WARNING ( args ) ;
tl : : Heap heap ;
const QMimeData * arg1 = args . read < const QMimeData * > ( heap ) ;
const qt_gsi : : Converter < Qt : : DropAction > : : target_type & arg2 = args . read < const qt_gsi : : Converter < Qt : : DropAction > : : target_type & > ( heap ) ;
int arg3 = args . read < int > ( heap ) ;
int arg4 = args . read < int > ( heap ) ;
const QModelIndex & arg5 = args . read < const QModelIndex & > ( heap ) ;
ret . write < bool > ( ( bool ) ( ( QAbstractProxyModel_Adaptor * ) cls ) - > cbs_dropMimeData_7425_0 ( arg1 , arg2 , arg3 , arg4 , arg5 ) ) ;
}
static void _set_callback_cbs_dropMimeData_7425_0 ( void * cls , const gsi : : Callback & cb )
{
( ( QAbstractProxyModel_Adaptor * ) cls ) - > cb_dropMimeData_7425_0 = cb ;
}
// exposed void QAbstractProxyModel::encodeData(const QList<QModelIndex> &indexes, QDataStream &stream)
static void _init_fp_encodeData_c4599 ( qt_gsi : : GenericMethod * decl )
{
static gsi : : ArgSpecBase argspec_0 ( " indexes " ) ;
decl - > add_arg < const QList < QModelIndex > & > ( argspec_0 ) ;
static gsi : : ArgSpecBase argspec_1 ( " stream " ) ;
decl - > add_arg < QDataStream & > ( argspec_1 ) ;
decl - > set_return < void > ( ) ;
}
static void _call_fp_encodeData_c4599 ( const qt_gsi : : GenericMethod * /*decl*/ , void * cls , gsi : : SerialArgs & args , gsi : : SerialArgs & ret )
{
__SUPPRESS_UNUSED_WARNING ( args ) ;
tl : : Heap heap ;
const QList < QModelIndex > & arg1 = args . read < const QList < QModelIndex > & > ( heap ) ;
QDataStream & arg2 = args . read < QDataStream & > ( heap ) ;
__SUPPRESS_UNUSED_WARNING ( ret ) ;
( ( QAbstractProxyModel_Adaptor * ) cls ) - > fp_QAbstractProxyModel_encodeData_c4599 ( arg1 , arg2 ) ;
}
// exposed void QAbstractProxyModel::endInsertColumns()
static void _init_fp_endInsertColumns_0 ( qt_gsi : : GenericMethod * decl )
{
decl - > set_return < void > ( ) ;
}
static void _call_fp_endInsertColumns_0 ( const qt_gsi : : GenericMethod * /*decl*/ , void * cls , gsi : : SerialArgs & args , gsi : : SerialArgs & ret )
{
__SUPPRESS_UNUSED_WARNING ( args ) ;
__SUPPRESS_UNUSED_WARNING ( ret ) ;
( ( QAbstractProxyModel_Adaptor * ) cls ) - > fp_QAbstractProxyModel_endInsertColumns_0 ( ) ;
}
// exposed void QAbstractProxyModel::endInsertRows()
static void _init_fp_endInsertRows_0 ( qt_gsi : : GenericMethod * decl )
{
decl - > set_return < void > ( ) ;
}
static void _call_fp_endInsertRows_0 ( const qt_gsi : : GenericMethod * /*decl*/ , void * cls , gsi : : SerialArgs & args , gsi : : SerialArgs & ret )
{
__SUPPRESS_UNUSED_WARNING ( args ) ;
__SUPPRESS_UNUSED_WARNING ( ret ) ;
( ( QAbstractProxyModel_Adaptor * ) cls ) - > fp_QAbstractProxyModel_endInsertRows_0 ( ) ;
}
// exposed void QAbstractProxyModel::endMoveColumns()
static void _init_fp_endMoveColumns_0 ( qt_gsi : : GenericMethod * decl )
{
decl - > set_return < void > ( ) ;
}
static void _call_fp_endMoveColumns_0 ( const qt_gsi : : GenericMethod * /*decl*/ , void * cls , gsi : : SerialArgs & args , gsi : : SerialArgs & ret )
{
__SUPPRESS_UNUSED_WARNING ( args ) ;
__SUPPRESS_UNUSED_WARNING ( ret ) ;
( ( QAbstractProxyModel_Adaptor * ) cls ) - > fp_QAbstractProxyModel_endMoveColumns_0 ( ) ;
}
// exposed void QAbstractProxyModel::endMoveRows()
static void _init_fp_endMoveRows_0 ( qt_gsi : : GenericMethod * decl )
{
decl - > set_return < void > ( ) ;
}
static void _call_fp_endMoveRows_0 ( const qt_gsi : : GenericMethod * /*decl*/ , void * cls , gsi : : SerialArgs & args , gsi : : SerialArgs & ret )
{
__SUPPRESS_UNUSED_WARNING ( args ) ;
__SUPPRESS_UNUSED_WARNING ( ret ) ;
( ( QAbstractProxyModel_Adaptor * ) cls ) - > fp_QAbstractProxyModel_endMoveRows_0 ( ) ;
}
// exposed void QAbstractProxyModel::endRemoveColumns()
static void _init_fp_endRemoveColumns_0 ( qt_gsi : : GenericMethod * decl )
{
decl - > set_return < void > ( ) ;
}
static void _call_fp_endRemoveColumns_0 ( const qt_gsi : : GenericMethod * /*decl*/ , void * cls , gsi : : SerialArgs & args , gsi : : SerialArgs & ret )
{
__SUPPRESS_UNUSED_WARNING ( args ) ;
__SUPPRESS_UNUSED_WARNING ( ret ) ;
( ( QAbstractProxyModel_Adaptor * ) cls ) - > fp_QAbstractProxyModel_endRemoveColumns_0 ( ) ;
}
// exposed void QAbstractProxyModel::endRemoveRows()
static void _init_fp_endRemoveRows_0 ( qt_gsi : : GenericMethod * decl )
{
decl - > set_return < void > ( ) ;
}
static void _call_fp_endRemoveRows_0 ( const qt_gsi : : GenericMethod * /*decl*/ , void * cls , gsi : : SerialArgs & args , gsi : : SerialArgs & ret )
{
__SUPPRESS_UNUSED_WARNING ( args ) ;
__SUPPRESS_UNUSED_WARNING ( ret ) ;
( ( QAbstractProxyModel_Adaptor * ) cls ) - > fp_QAbstractProxyModel_endRemoveRows_0 ( ) ;
}
// exposed void QAbstractProxyModel::endResetModel()
static void _init_fp_endResetModel_0 ( qt_gsi : : GenericMethod * decl )
{
decl - > set_return < void > ( ) ;
}
static void _call_fp_endResetModel_0 ( const qt_gsi : : GenericMethod * /*decl*/ , void * cls , gsi : : SerialArgs & args , gsi : : SerialArgs & ret )
{
__SUPPRESS_UNUSED_WARNING ( args ) ;
__SUPPRESS_UNUSED_WARNING ( ret ) ;
( ( QAbstractProxyModel_Adaptor * ) cls ) - > fp_QAbstractProxyModel_endResetModel_0 ( ) ;
}
// bool QAbstractProxyModel::event(QEvent *)
static void _init_cbs_event_1217_0 ( qt_gsi : : GenericMethod * decl )
{
static gsi : : ArgSpecBase argspec_0 ( " arg1 " ) ;
decl - > add_arg < QEvent * > ( argspec_0 ) ;
decl - > set_return < bool > ( ) ;
}
static void _call_cbs_event_1217_0 ( const qt_gsi : : GenericMethod * /*decl*/ , void * cls , gsi : : SerialArgs & args , gsi : : SerialArgs & ret )
{
__SUPPRESS_UNUSED_WARNING ( args ) ;
tl : : Heap heap ;
QEvent * arg1 = args . read < QEvent * > ( heap ) ;
ret . write < bool > ( ( bool ) ( ( QAbstractProxyModel_Adaptor * ) cls ) - > cbs_event_1217_0 ( arg1 ) ) ;
}
static void _set_callback_cbs_event_1217_0 ( void * cls , const gsi : : Callback & cb )
{
( ( QAbstractProxyModel_Adaptor * ) cls ) - > cb_event_1217_0 = cb ;
}
// bool QAbstractProxyModel::eventFilter(QObject *, QEvent *)
static void _init_cbs_eventFilter_2411_0 ( qt_gsi : : GenericMethod * decl )
{
static gsi : : ArgSpecBase argspec_0 ( " arg1 " ) ;
decl - > add_arg < QObject * > ( argspec_0 ) ;
static gsi : : ArgSpecBase argspec_1 ( " arg2 " ) ;
decl - > add_arg < QEvent * > ( argspec_1 ) ;
decl - > set_return < bool > ( ) ;
}
static void _call_cbs_eventFilter_2411_0 ( const qt_gsi : : GenericMethod * /*decl*/ , void * cls , gsi : : SerialArgs & args , gsi : : SerialArgs & ret )
{
__SUPPRESS_UNUSED_WARNING ( args ) ;
tl : : Heap heap ;
QObject * arg1 = args . read < QObject * > ( heap ) ;
QEvent * arg2 = args . read < QEvent * > ( heap ) ;
ret . write < bool > ( ( bool ) ( ( QAbstractProxyModel_Adaptor * ) cls ) - > cbs_eventFilter_2411_0 ( arg1 , arg2 ) ) ;
}
static void _set_callback_cbs_eventFilter_2411_0 ( void * cls , const gsi : : Callback & cb )
{
( ( QAbstractProxyModel_Adaptor * ) cls ) - > cb_eventFilter_2411_0 = cb ;
}
// void QAbstractProxyModel::fetchMore(const QModelIndex &parent)
static void _init_cbs_fetchMore_2395_0 ( qt_gsi : : GenericMethod * decl )
{
static gsi : : ArgSpecBase argspec_0 ( " parent " ) ;
decl - > add_arg < const QModelIndex & > ( argspec_0 ) ;
decl - > set_return < void > ( ) ;
}
static void _call_cbs_fetchMore_2395_0 ( const qt_gsi : : GenericMethod * /*decl*/ , void * cls , gsi : : SerialArgs & args , gsi : : SerialArgs & ret )
{
__SUPPRESS_UNUSED_WARNING ( args ) ;
tl : : Heap heap ;
const QModelIndex & arg1 = args . read < const QModelIndex & > ( heap ) ;
__SUPPRESS_UNUSED_WARNING ( ret ) ;
( ( QAbstractProxyModel_Adaptor * ) cls ) - > cbs_fetchMore_2395_0 ( arg1 ) ;
}
static void _set_callback_cbs_fetchMore_2395_0 ( void * cls , const gsi : : Callback & cb )
{
( ( QAbstractProxyModel_Adaptor * ) cls ) - > cb_fetchMore_2395_0 = cb ;
}
// QFlags<Qt::ItemFlag> QAbstractProxyModel::flags(const QModelIndex &index)
static void _init_cbs_flags_c2395_0 ( qt_gsi : : GenericMethod * decl )
{
static gsi : : ArgSpecBase argspec_0 ( " index " ) ;
decl - > add_arg < const QModelIndex & > ( argspec_0 ) ;
decl - > set_return < QFlags < Qt : : ItemFlag > > ( ) ;
}
static void _call_cbs_flags_c2395_0 ( const qt_gsi : : GenericMethod * /*decl*/ , void * cls , gsi : : SerialArgs & args , gsi : : SerialArgs & ret )
{
__SUPPRESS_UNUSED_WARNING ( args ) ;
tl : : Heap heap ;
const QModelIndex & arg1 = args . read < const QModelIndex & > ( heap ) ;
ret . write < QFlags < Qt : : ItemFlag > > ( ( QFlags < Qt : : ItemFlag > ) ( ( QAbstractProxyModel_Adaptor * ) cls ) - > cbs_flags_c2395_0 ( arg1 ) ) ;
}
static void _set_callback_cbs_flags_c2395_0 ( void * cls , const gsi : : Callback & cb )
{
( ( QAbstractProxyModel_Adaptor * ) cls ) - > cb_flags_c2395_0 = cb ;
}
// bool QAbstractProxyModel::hasChildren(const QModelIndex &parent)
static void _init_cbs_hasChildren_c2395_1 ( qt_gsi : : GenericMethod * decl )
{
static gsi : : ArgSpecBase argspec_0 ( " parent " ) ;
decl - > add_arg < const QModelIndex & > ( argspec_0 ) ;
decl - > set_return < bool > ( ) ;
}
static void _call_cbs_hasChildren_c2395_1 ( const qt_gsi : : GenericMethod * /*decl*/ , void * cls , gsi : : SerialArgs & args , gsi : : SerialArgs & ret )
{
__SUPPRESS_UNUSED_WARNING ( args ) ;
tl : : Heap heap ;
const QModelIndex & arg1 = args . read < const QModelIndex & > ( heap ) ;
ret . write < bool > ( ( bool ) ( ( QAbstractProxyModel_Adaptor * ) cls ) - > cbs_hasChildren_c2395_1 ( arg1 ) ) ;
}
static void _set_callback_cbs_hasChildren_c2395_1 ( void * cls , const gsi : : Callback & cb )
{
( ( QAbstractProxyModel_Adaptor * ) cls ) - > cb_hasChildren_c2395_1 = cb ;
}
// QVariant QAbstractProxyModel::headerData(int section, Qt::Orientation orientation, int role)
static void _init_cbs_headerData_c3231_1 ( qt_gsi : : GenericMethod * decl )
{
static gsi : : ArgSpecBase argspec_0 ( " section " ) ;
decl - > add_arg < int > ( argspec_0 ) ;
static gsi : : ArgSpecBase argspec_1 ( " orientation " ) ;
decl - > add_arg < const qt_gsi : : Converter < Qt : : Orientation > : : target_type & > ( argspec_1 ) ;
static gsi : : ArgSpecBase argspec_2 ( " role " ) ;
decl - > add_arg < int > ( argspec_2 ) ;
decl - > set_return < QVariant > ( ) ;
}
static void _call_cbs_headerData_c3231_1 ( const qt_gsi : : GenericMethod * /*decl*/ , void * cls , gsi : : SerialArgs & args , gsi : : SerialArgs & ret )
{
__SUPPRESS_UNUSED_WARNING ( args ) ;
tl : : Heap heap ;
int arg1 = args . read < int > ( heap ) ;
const qt_gsi : : Converter < Qt : : Orientation > : : target_type & arg2 = args . read < const qt_gsi : : Converter < Qt : : Orientation > : : target_type & > ( heap ) ;
int arg3 = args . read < int > ( heap ) ;
ret . write < QVariant > ( ( QVariant ) ( ( QAbstractProxyModel_Adaptor * ) cls ) - > cbs_headerData_c3231_1 ( arg1 , arg2 , arg3 ) ) ;
}
static void _set_callback_cbs_headerData_c3231_1 ( void * cls , const gsi : : Callback & cb )
{
( ( QAbstractProxyModel_Adaptor * ) cls ) - > cb_headerData_c3231_1 = cb ;
}
// emitter void QAbstractProxyModel::headerDataChanged(Qt::Orientation orientation, int first, int last)
static void _init_emitter_headerDataChanged_3231 ( qt_gsi : : GenericMethod * decl )
{
static gsi : : ArgSpecBase argspec_0 ( " orientation " ) ;
decl - > add_arg < const qt_gsi : : Converter < Qt : : Orientation > : : target_type & > ( argspec_0 ) ;
static gsi : : ArgSpecBase argspec_1 ( " first " ) ;
decl - > add_arg < int > ( argspec_1 ) ;
static gsi : : ArgSpecBase argspec_2 ( " last " ) ;
decl - > add_arg < int > ( argspec_2 ) ;
decl - > set_return < void > ( ) ;
}
static void _call_emitter_headerDataChanged_3231 ( const qt_gsi : : GenericMethod * /*decl*/ , void * cls , gsi : : SerialArgs & args , gsi : : SerialArgs & /*ret*/ )
{
__SUPPRESS_UNUSED_WARNING ( args ) ;
tl : : Heap heap ;
const qt_gsi : : Converter < Qt : : Orientation > : : target_type & arg1 = args . read < const qt_gsi : : Converter < Qt : : Orientation > : : target_type & > ( heap ) ;
int arg2 = args . read < int > ( heap ) ;
int arg3 = args . read < int > ( heap ) ;
( ( QAbstractProxyModel_Adaptor * ) cls ) - > emitter_QAbstractProxyModel_headerDataChanged_3231 ( arg1 , arg2 , arg3 ) ;
}
// QModelIndex QAbstractProxyModel::index(int row, int column, const QModelIndex &parent)
static void _init_cbs_index_c3713_1 ( qt_gsi : : GenericMethod * decl )
{
static gsi : : ArgSpecBase argspec_0 ( " row " ) ;
decl - > add_arg < int > ( argspec_0 ) ;
static gsi : : ArgSpecBase argspec_1 ( " column " ) ;
decl - > add_arg < int > ( argspec_1 ) ;
static gsi : : ArgSpecBase argspec_2 ( " parent " ) ;
decl - > add_arg < const QModelIndex & > ( argspec_2 ) ;
decl - > set_return < QModelIndex > ( ) ;
}
static void _call_cbs_index_c3713_1 ( const qt_gsi : : GenericMethod * /*decl*/ , void * cls , gsi : : SerialArgs & args , gsi : : SerialArgs & ret )
{
__SUPPRESS_UNUSED_WARNING ( args ) ;
tl : : Heap heap ;
int arg1 = args . read < int > ( heap ) ;
int arg2 = args . read < int > ( heap ) ;
const QModelIndex & arg3 = args . read < const QModelIndex & > ( heap ) ;
ret . write < QModelIndex > ( ( QModelIndex ) ( ( QAbstractProxyModel_Adaptor * ) cls ) - > cbs_index_c3713_1 ( arg1 , arg2 , arg3 ) ) ;
}
static void _set_callback_cbs_index_c3713_1 ( void * cls , const gsi : : Callback & cb )
{
( ( QAbstractProxyModel_Adaptor * ) cls ) - > cb_index_c3713_1 = cb ;
}
// bool QAbstractProxyModel::insertColumns(int column, int count, const QModelIndex &parent)
static void _init_cbs_insertColumns_3713_1 ( qt_gsi : : GenericMethod * decl )
{
static gsi : : ArgSpecBase argspec_0 ( " column " ) ;
decl - > add_arg < int > ( argspec_0 ) ;
static gsi : : ArgSpecBase argspec_1 ( " count " ) ;
decl - > add_arg < int > ( argspec_1 ) ;
static gsi : : ArgSpecBase argspec_2 ( " parent " ) ;
decl - > add_arg < const QModelIndex & > ( argspec_2 ) ;
decl - > set_return < bool > ( ) ;
}
static void _call_cbs_insertColumns_3713_1 ( const qt_gsi : : GenericMethod * /*decl*/ , void * cls , gsi : : SerialArgs & args , gsi : : SerialArgs & ret )
{
__SUPPRESS_UNUSED_WARNING ( args ) ;
tl : : Heap heap ;
int arg1 = args . read < int > ( heap ) ;
int arg2 = args . read < int > ( heap ) ;
const QModelIndex & arg3 = args . read < const QModelIndex & > ( heap ) ;
ret . write < bool > ( ( bool ) ( ( QAbstractProxyModel_Adaptor * ) cls ) - > cbs_insertColumns_3713_1 ( arg1 , arg2 , arg3 ) ) ;
}
static void _set_callback_cbs_insertColumns_3713_1 ( void * cls , const gsi : : Callback & cb )
{
( ( QAbstractProxyModel_Adaptor * ) cls ) - > cb_insertColumns_3713_1 = cb ;
}
// bool QAbstractProxyModel::insertRows(int row, int count, const QModelIndex &parent)
static void _init_cbs_insertRows_3713_1 ( qt_gsi : : GenericMethod * decl )
{
static gsi : : ArgSpecBase argspec_0 ( " row " ) ;
decl - > add_arg < int > ( argspec_0 ) ;
static gsi : : ArgSpecBase argspec_1 ( " count " ) ;
decl - > add_arg < int > ( argspec_1 ) ;
static gsi : : ArgSpecBase argspec_2 ( " parent " ) ;
decl - > add_arg < const QModelIndex & > ( argspec_2 ) ;
decl - > set_return < bool > ( ) ;
}
static void _call_cbs_insertRows_3713_1 ( const qt_gsi : : GenericMethod * /*decl*/ , void * cls , gsi : : SerialArgs & args , gsi : : SerialArgs & ret )
{
__SUPPRESS_UNUSED_WARNING ( args ) ;
tl : : Heap heap ;
int arg1 = args . read < int > ( heap ) ;
int arg2 = args . read < int > ( heap ) ;
const QModelIndex & arg3 = args . read < const QModelIndex & > ( heap ) ;
ret . write < bool > ( ( bool ) ( ( QAbstractProxyModel_Adaptor * ) cls ) - > cbs_insertRows_3713_1 ( arg1 , arg2 , arg3 ) ) ;
}
static void _set_callback_cbs_insertRows_3713_1 ( void * cls , const gsi : : Callback & cb )
{
( ( QAbstractProxyModel_Adaptor * ) cls ) - > cb_insertRows_3713_1 = cb ;
}
// exposed bool QAbstractProxyModel::isSignalConnected(const QMetaMethod &signal)
static void _init_fp_isSignalConnected_c2394 ( qt_gsi : : GenericMethod * decl )
{
static gsi : : ArgSpecBase argspec_0 ( " signal " ) ;
decl - > add_arg < const QMetaMethod & > ( argspec_0 ) ;
decl - > set_return < bool > ( ) ;
}
static void _call_fp_isSignalConnected_c2394 ( const qt_gsi : : GenericMethod * /*decl*/ , void * cls , gsi : : SerialArgs & args , gsi : : SerialArgs & ret )
{
__SUPPRESS_UNUSED_WARNING ( args ) ;
tl : : Heap heap ;
const QMetaMethod & arg1 = args . read < const QMetaMethod & > ( heap ) ;
ret . write < bool > ( ( bool ) ( ( QAbstractProxyModel_Adaptor * ) cls ) - > fp_QAbstractProxyModel_isSignalConnected_c2394 ( arg1 ) ) ;
}
// QMap<int, QVariant> QAbstractProxyModel::itemData(const QModelIndex &index)
static void _init_cbs_itemData_c2395_0 ( qt_gsi : : GenericMethod * decl )
{
static gsi : : ArgSpecBase argspec_0 ( " index " ) ;
decl - > add_arg < const QModelIndex & > ( argspec_0 ) ;
decl - > set_return < QMap < int , QVariant > > ( ) ;
}
static void _call_cbs_itemData_c2395_0 ( const qt_gsi : : GenericMethod * /*decl*/ , void * cls , gsi : : SerialArgs & args , gsi : : SerialArgs & ret )
{
__SUPPRESS_UNUSED_WARNING ( args ) ;
tl : : Heap heap ;
const QModelIndex & arg1 = args . read < const QModelIndex & > ( heap ) ;
ret . write < QMap < int , QVariant > > ( ( QMap < int , QVariant > ) ( ( QAbstractProxyModel_Adaptor * ) cls ) - > cbs_itemData_c2395_0 ( arg1 ) ) ;
}
static void _set_callback_cbs_itemData_c2395_0 ( void * cls , const gsi : : Callback & cb )
{
( ( QAbstractProxyModel_Adaptor * ) cls ) - > cb_itemData_c2395_0 = cb ;
}
// emitter void QAbstractProxyModel::layoutAboutToBeChanged(const QList<QPersistentModelIndex> &parents, QAbstractItemModel::LayoutChangeHint hint)
static void _init_emitter_layoutAboutToBeChanged_7947 ( qt_gsi : : GenericMethod * decl )
{
static gsi : : ArgSpecBase argspec_0 ( " parents " , true , " QList<QPersistentModelIndex>() " ) ;
decl - > add_arg < const QList < QPersistentModelIndex > & > ( argspec_0 ) ;
static gsi : : ArgSpecBase argspec_1 ( " hint " , true , " QAbstractItemModel::NoLayoutChangeHint " ) ;
decl - > add_arg < const qt_gsi : : Converter < QAbstractItemModel : : LayoutChangeHint > : : target_type & > ( argspec_1 ) ;
decl - > set_return < void > ( ) ;
}
static void _call_emitter_layoutAboutToBeChanged_7947 ( const qt_gsi : : GenericMethod * /*decl*/ , void * cls , gsi : : SerialArgs & args , gsi : : SerialArgs & /*ret*/ )
{
__SUPPRESS_UNUSED_WARNING ( args ) ;
tl : : Heap heap ;
const QList < QPersistentModelIndex > & arg1 = args ? args . read < const QList < QPersistentModelIndex > & > ( heap ) : ( const QList < QPersistentModelIndex > & ) ( QList < QPersistentModelIndex > ( ) ) ;
const qt_gsi : : Converter < QAbstractItemModel : : LayoutChangeHint > : : target_type & arg2 = args ? args . read < const qt_gsi : : Converter < QAbstractItemModel : : LayoutChangeHint > : : target_type & > ( heap ) : ( const qt_gsi : : Converter < QAbstractItemModel : : LayoutChangeHint > : : target_type & ) ( qt_gsi : : CppToQtReadAdaptor < QAbstractItemModel : : LayoutChangeHint > ( heap , QAbstractItemModel : : NoLayoutChangeHint ) ) ;
( ( QAbstractProxyModel_Adaptor * ) cls ) - > emitter_QAbstractProxyModel_layoutAboutToBeChanged_7947 ( arg1 , arg2 ) ;
}
// emitter void QAbstractProxyModel::layoutChanged(const QList<QPersistentModelIndex> &parents, QAbstractItemModel::LayoutChangeHint hint)
static void _init_emitter_layoutChanged_7947 ( qt_gsi : : GenericMethod * decl )
{
static gsi : : ArgSpecBase argspec_0 ( " parents " , true , " QList<QPersistentModelIndex>() " ) ;
decl - > add_arg < const QList < QPersistentModelIndex > & > ( argspec_0 ) ;
static gsi : : ArgSpecBase argspec_1 ( " hint " , true , " QAbstractItemModel::NoLayoutChangeHint " ) ;
decl - > add_arg < const qt_gsi : : Converter < QAbstractItemModel : : LayoutChangeHint > : : target_type & > ( argspec_1 ) ;
decl - > set_return < void > ( ) ;
}
static void _call_emitter_layoutChanged_7947 ( const qt_gsi : : GenericMethod * /*decl*/ , void * cls , gsi : : SerialArgs & args , gsi : : SerialArgs & /*ret*/ )
{
__SUPPRESS_UNUSED_WARNING ( args ) ;
tl : : Heap heap ;
const QList < QPersistentModelIndex > & arg1 = args ? args . read < const QList < QPersistentModelIndex > & > ( heap ) : ( const QList < QPersistentModelIndex > & ) ( QList < QPersistentModelIndex > ( ) ) ;
const qt_gsi : : Converter < QAbstractItemModel : : LayoutChangeHint > : : target_type & arg2 = args ? args . read < const qt_gsi : : Converter < QAbstractItemModel : : LayoutChangeHint > : : target_type & > ( heap ) : ( const qt_gsi : : Converter < QAbstractItemModel : : LayoutChangeHint > : : target_type & ) ( qt_gsi : : CppToQtReadAdaptor < QAbstractItemModel : : LayoutChangeHint > ( heap , QAbstractItemModel : : NoLayoutChangeHint ) ) ;
( ( QAbstractProxyModel_Adaptor * ) cls ) - > emitter_QAbstractProxyModel_layoutChanged_7947 ( arg1 , arg2 ) ;
}
// QModelIndex QAbstractProxyModel::mapFromSource(const QModelIndex &sourceIndex)
static void _init_cbs_mapFromSource_c2395_0 ( qt_gsi : : GenericMethod * decl )
{
static gsi : : ArgSpecBase argspec_0 ( " sourceIndex " ) ;
decl - > add_arg < const QModelIndex & > ( argspec_0 ) ;
decl - > set_return < QModelIndex > ( ) ;
}
static void _call_cbs_mapFromSource_c2395_0 ( const qt_gsi : : GenericMethod * /*decl*/ , void * cls , gsi : : SerialArgs & args , gsi : : SerialArgs & ret )
{
__SUPPRESS_UNUSED_WARNING ( args ) ;
tl : : Heap heap ;
const QModelIndex & arg1 = args . read < const QModelIndex & > ( heap ) ;
ret . write < QModelIndex > ( ( QModelIndex ) ( ( QAbstractProxyModel_Adaptor * ) cls ) - > cbs_mapFromSource_c2395_0 ( arg1 ) ) ;
}
static void _set_callback_cbs_mapFromSource_c2395_0 ( void * cls , const gsi : : Callback & cb )
{
( ( QAbstractProxyModel_Adaptor * ) cls ) - > cb_mapFromSource_c2395_0 = cb ;
}
// QItemSelection QAbstractProxyModel::mapSelectionFromSource(const QItemSelection &selection)
static void _init_cbs_mapSelectionFromSource_c2727_0 ( qt_gsi : : GenericMethod * decl )
{
static gsi : : ArgSpecBase argspec_0 ( " selection " ) ;
decl - > add_arg < const QItemSelection & > ( argspec_0 ) ;
decl - > set_return < QItemSelection > ( ) ;
}
static void _call_cbs_mapSelectionFromSource_c2727_0 ( const qt_gsi : : GenericMethod * /*decl*/ , void * cls , gsi : : SerialArgs & args , gsi : : SerialArgs & ret )
{
__SUPPRESS_UNUSED_WARNING ( args ) ;
tl : : Heap heap ;
const QItemSelection & arg1 = args . read < const QItemSelection & > ( heap ) ;
ret . write < QItemSelection > ( ( QItemSelection ) ( ( QAbstractProxyModel_Adaptor * ) cls ) - > cbs_mapSelectionFromSource_c2727_0 ( arg1 ) ) ;
}
static void _set_callback_cbs_mapSelectionFromSource_c2727_0 ( void * cls , const gsi : : Callback & cb )
{
( ( QAbstractProxyModel_Adaptor * ) cls ) - > cb_mapSelectionFromSource_c2727_0 = cb ;
}
// QItemSelection QAbstractProxyModel::mapSelectionToSource(const QItemSelection &selection)
static void _init_cbs_mapSelectionToSource_c2727_0 ( qt_gsi : : GenericMethod * decl )
{
static gsi : : ArgSpecBase argspec_0 ( " selection " ) ;
decl - > add_arg < const QItemSelection & > ( argspec_0 ) ;
decl - > set_return < QItemSelection > ( ) ;
}
static void _call_cbs_mapSelectionToSource_c2727_0 ( const qt_gsi : : GenericMethod * /*decl*/ , void * cls , gsi : : SerialArgs & args , gsi : : SerialArgs & ret )
{
__SUPPRESS_UNUSED_WARNING ( args ) ;
tl : : Heap heap ;
const QItemSelection & arg1 = args . read < const QItemSelection & > ( heap ) ;
ret . write < QItemSelection > ( ( QItemSelection ) ( ( QAbstractProxyModel_Adaptor * ) cls ) - > cbs_mapSelectionToSource_c2727_0 ( arg1 ) ) ;
}
static void _set_callback_cbs_mapSelectionToSource_c2727_0 ( void * cls , const gsi : : Callback & cb )
{
( ( QAbstractProxyModel_Adaptor * ) cls ) - > cb_mapSelectionToSource_c2727_0 = cb ;
}
// QModelIndex QAbstractProxyModel::mapToSource(const QModelIndex &proxyIndex)
static void _init_cbs_mapToSource_c2395_0 ( qt_gsi : : GenericMethod * decl )
{
static gsi : : ArgSpecBase argspec_0 ( " proxyIndex " ) ;
decl - > add_arg < const QModelIndex & > ( argspec_0 ) ;
decl - > set_return < QModelIndex > ( ) ;
}
static void _call_cbs_mapToSource_c2395_0 ( const qt_gsi : : GenericMethod * /*decl*/ , void * cls , gsi : : SerialArgs & args , gsi : : SerialArgs & ret )
{
__SUPPRESS_UNUSED_WARNING ( args ) ;
tl : : Heap heap ;
const QModelIndex & arg1 = args . read < const QModelIndex & > ( heap ) ;
ret . write < QModelIndex > ( ( QModelIndex ) ( ( QAbstractProxyModel_Adaptor * ) cls ) - > cbs_mapToSource_c2395_0 ( arg1 ) ) ;
}
static void _set_callback_cbs_mapToSource_c2395_0 ( void * cls , const gsi : : Callback & cb )
{
( ( QAbstractProxyModel_Adaptor * ) cls ) - > cb_mapToSource_c2395_0 = cb ;
}
// QList<QModelIndex> QAbstractProxyModel::match(const QModelIndex &start, int role, const QVariant &value, int hits, QFlags<Qt::MatchFlag> flags)
static void _init_cbs_match_c7932_2 ( qt_gsi : : GenericMethod * decl )
{
static gsi : : ArgSpecBase argspec_0 ( " start " ) ;
decl - > add_arg < const QModelIndex & > ( argspec_0 ) ;
static gsi : : ArgSpecBase argspec_1 ( " role " ) ;
decl - > add_arg < int > ( argspec_1 ) ;
static gsi : : ArgSpecBase argspec_2 ( " value " ) ;
decl - > add_arg < const QVariant & > ( argspec_2 ) ;
static gsi : : ArgSpecBase argspec_3 ( " hits " ) ;
decl - > add_arg < int > ( argspec_3 ) ;
static gsi : : ArgSpecBase argspec_4 ( " flags " ) ;
decl - > add_arg < QFlags < Qt : : MatchFlag > > ( argspec_4 ) ;
decl - > set_return < QList < QModelIndex > > ( ) ;
}
static void _call_cbs_match_c7932_2 ( const qt_gsi : : GenericMethod * /*decl*/ , void * cls , gsi : : SerialArgs & args , gsi : : SerialArgs & ret )
{
__SUPPRESS_UNUSED_WARNING ( args ) ;
tl : : Heap heap ;
const QModelIndex & arg1 = args . read < const QModelIndex & > ( heap ) ;
int arg2 = args . read < int > ( heap ) ;
const QVariant & arg3 = args . read < const QVariant & > ( heap ) ;
int arg4 = args . read < int > ( heap ) ;
QFlags < Qt : : MatchFlag > arg5 = args . read < QFlags < Qt : : MatchFlag > > ( heap ) ;
ret . write < QList < QModelIndex > > ( ( QList < QModelIndex > ) ( ( QAbstractProxyModel_Adaptor * ) cls ) - > cbs_match_c7932_2 ( arg1 , arg2 , arg3 , arg4 , arg5 ) ) ;
}
static void _set_callback_cbs_match_c7932_2 ( void * cls , const gsi : : Callback & cb )
{
( ( QAbstractProxyModel_Adaptor * ) cls ) - > cb_match_c7932_2 = cb ;
}
// QMimeData *QAbstractProxyModel::mimeData(const QList<QModelIndex> &indexes)
static void _init_cbs_mimeData_c3010_0 ( qt_gsi : : GenericMethod * decl )
{
static gsi : : ArgSpecBase argspec_0 ( " indexes " ) ;
decl - > add_arg < const QList < QModelIndex > & > ( argspec_0 ) ;
decl - > set_return < QMimeData * > ( ) ;
}
static void _call_cbs_mimeData_c3010_0 ( const qt_gsi : : GenericMethod * /*decl*/ , void * cls , gsi : : SerialArgs & args , gsi : : SerialArgs & ret )
{
__SUPPRESS_UNUSED_WARNING ( args ) ;
tl : : Heap heap ;
const QList < QModelIndex > & arg1 = args . read < const QList < QModelIndex > & > ( heap ) ;
ret . write < QMimeData * > ( ( QMimeData * ) ( ( QAbstractProxyModel_Adaptor * ) cls ) - > cbs_mimeData_c3010_0 ( arg1 ) ) ;
}
static void _set_callback_cbs_mimeData_c3010_0 ( void * cls , const gsi : : Callback & cb )
{
( ( QAbstractProxyModel_Adaptor * ) cls ) - > cb_mimeData_c3010_0 = cb ;
}
// QStringList QAbstractProxyModel::mimeTypes()
static void _init_cbs_mimeTypes_c0_0 ( qt_gsi : : GenericMethod * decl )
{
decl - > set_return < QStringList > ( ) ;
}
static void _call_cbs_mimeTypes_c0_0 ( const qt_gsi : : GenericMethod * /*decl*/ , void * cls , gsi : : SerialArgs & args , gsi : : SerialArgs & ret )
{
__SUPPRESS_UNUSED_WARNING ( args ) ;
ret . write < QStringList > ( ( QStringList ) ( ( QAbstractProxyModel_Adaptor * ) cls ) - > cbs_mimeTypes_c0_0 ( ) ) ;
}
static void _set_callback_cbs_mimeTypes_c0_0 ( void * cls , const gsi : : Callback & cb )
{
( ( QAbstractProxyModel_Adaptor * ) cls ) - > cb_mimeTypes_c0_0 = cb ;
}
// bool QAbstractProxyModel::moveColumns(const QModelIndex &sourceParent, int sourceColumn, int count, const QModelIndex &destinationParent, int destinationChild)
static void _init_cbs_moveColumns_6659_0 ( qt_gsi : : GenericMethod * decl )
{
static gsi : : ArgSpecBase argspec_0 ( " sourceParent " ) ;
decl - > add_arg < const QModelIndex & > ( argspec_0 ) ;
static gsi : : ArgSpecBase argspec_1 ( " sourceColumn " ) ;
decl - > add_arg < int > ( argspec_1 ) ;
static gsi : : ArgSpecBase argspec_2 ( " count " ) ;
decl - > add_arg < int > ( argspec_2 ) ;
static gsi : : ArgSpecBase argspec_3 ( " destinationParent " ) ;
decl - > add_arg < const QModelIndex & > ( argspec_3 ) ;
static gsi : : ArgSpecBase argspec_4 ( " destinationChild " ) ;
decl - > add_arg < int > ( argspec_4 ) ;
decl - > set_return < bool > ( ) ;
}
static void _call_cbs_moveColumns_6659_0 ( const qt_gsi : : GenericMethod * /*decl*/ , void * cls , gsi : : SerialArgs & args , gsi : : SerialArgs & ret )
{
__SUPPRESS_UNUSED_WARNING ( args ) ;
tl : : Heap heap ;
const QModelIndex & arg1 = args . read < const QModelIndex & > ( heap ) ;
int arg2 = args . read < int > ( heap ) ;
int arg3 = args . read < int > ( heap ) ;
const QModelIndex & arg4 = args . read < const QModelIndex & > ( heap ) ;
int arg5 = args . read < int > ( heap ) ;
ret . write < bool > ( ( bool ) ( ( QAbstractProxyModel_Adaptor * ) cls ) - > cbs_moveColumns_6659_0 ( arg1 , arg2 , arg3 , arg4 , arg5 ) ) ;
}
static void _set_callback_cbs_moveColumns_6659_0 ( void * cls , const gsi : : Callback & cb )
{
( ( QAbstractProxyModel_Adaptor * ) cls ) - > cb_moveColumns_6659_0 = cb ;
}
// bool QAbstractProxyModel::moveRows(const QModelIndex &sourceParent, int sourceRow, int count, const QModelIndex &destinationParent, int destinationChild)
static void _init_cbs_moveRows_6659_0 ( qt_gsi : : GenericMethod * decl )
{
static gsi : : ArgSpecBase argspec_0 ( " sourceParent " ) ;
decl - > add_arg < const QModelIndex & > ( argspec_0 ) ;
static gsi : : ArgSpecBase argspec_1 ( " sourceRow " ) ;
decl - > add_arg < int > ( argspec_1 ) ;
static gsi : : ArgSpecBase argspec_2 ( " count " ) ;
decl - > add_arg < int > ( argspec_2 ) ;
static gsi : : ArgSpecBase argspec_3 ( " destinationParent " ) ;
decl - > add_arg < const QModelIndex & > ( argspec_3 ) ;
static gsi : : ArgSpecBase argspec_4 ( " destinationChild " ) ;
decl - > add_arg < int > ( argspec_4 ) ;
decl - > set_return < bool > ( ) ;
}
static void _call_cbs_moveRows_6659_0 ( const qt_gsi : : GenericMethod * /*decl*/ , void * cls , gsi : : SerialArgs & args , gsi : : SerialArgs & ret )
{
__SUPPRESS_UNUSED_WARNING ( args ) ;
tl : : Heap heap ;
const QModelIndex & arg1 = args . read < const QModelIndex & > ( heap ) ;
int arg2 = args . read < int > ( heap ) ;
int arg3 = args . read < int > ( heap ) ;
const QModelIndex & arg4 = args . read < const QModelIndex & > ( heap ) ;
int arg5 = args . read < int > ( heap ) ;
ret . write < bool > ( ( bool ) ( ( QAbstractProxyModel_Adaptor * ) cls ) - > cbs_moveRows_6659_0 ( arg1 , arg2 , arg3 , arg4 , arg5 ) ) ;
}
static void _set_callback_cbs_moveRows_6659_0 ( void * cls , const gsi : : Callback & cb )
{
( ( QAbstractProxyModel_Adaptor * ) cls ) - > cb_moveRows_6659_0 = cb ;
}
// QModelIndex QAbstractProxyModel::parent(const QModelIndex &child)
static void _init_cbs_parent_c2395_0 ( qt_gsi : : GenericMethod * decl )
{
static gsi : : ArgSpecBase argspec_0 ( " child " ) ;
decl - > add_arg < const QModelIndex & > ( argspec_0 ) ;
decl - > set_return < QModelIndex > ( ) ;
}
static void _call_cbs_parent_c2395_0 ( const qt_gsi : : GenericMethod * /*decl*/ , void * cls , gsi : : SerialArgs & args , gsi : : SerialArgs & ret )
{
__SUPPRESS_UNUSED_WARNING ( args ) ;
tl : : Heap heap ;
const QModelIndex & arg1 = args . read < const QModelIndex & > ( heap ) ;
ret . write < QModelIndex > ( ( QModelIndex ) ( ( QAbstractProxyModel_Adaptor * ) cls ) - > cbs_parent_c2395_0 ( arg1 ) ) ;
}
static void _set_callback_cbs_parent_c2395_0 ( void * cls , const gsi : : Callback & cb )
{
( ( QAbstractProxyModel_Adaptor * ) cls ) - > cb_parent_c2395_0 = cb ;
}
// exposed QList<QModelIndex> QAbstractProxyModel::persistentIndexList()
static void _init_fp_persistentIndexList_c0 ( qt_gsi : : GenericMethod * decl )
{
decl - > set_return < QList < QModelIndex > > ( ) ;
}
static void _call_fp_persistentIndexList_c0 ( const qt_gsi : : GenericMethod * /*decl*/ , void * cls , gsi : : SerialArgs & args , gsi : : SerialArgs & ret )
{
__SUPPRESS_UNUSED_WARNING ( args ) ;
ret . write < QList < QModelIndex > > ( ( QList < QModelIndex > ) ( ( QAbstractProxyModel_Adaptor * ) cls ) - > fp_QAbstractProxyModel_persistentIndexList_c0 ( ) ) ;
}
// exposed int QAbstractProxyModel::receivers(const char *signal)
static void _init_fp_receivers_c1731 ( qt_gsi : : GenericMethod * decl )
{
static gsi : : ArgSpecBase argspec_0 ( " signal " ) ;
decl - > add_arg < const char * > ( argspec_0 ) ;
decl - > set_return < int > ( ) ;
}
static void _call_fp_receivers_c1731 ( const qt_gsi : : GenericMethod * /*decl*/ , void * cls , gsi : : SerialArgs & args , gsi : : SerialArgs & ret )
{
__SUPPRESS_UNUSED_WARNING ( args ) ;
tl : : Heap heap ;
const char * arg1 = args . read < const char * > ( heap ) ;
ret . write < int > ( ( int ) ( ( QAbstractProxyModel_Adaptor * ) cls ) - > fp_QAbstractProxyModel_receivers_c1731 ( arg1 ) ) ;
}
// bool QAbstractProxyModel::removeColumns(int column, int count, const QModelIndex &parent)
static void _init_cbs_removeColumns_3713_1 ( qt_gsi : : GenericMethod * decl )
{
static gsi : : ArgSpecBase argspec_0 ( " column " ) ;
decl - > add_arg < int > ( argspec_0 ) ;
static gsi : : ArgSpecBase argspec_1 ( " count " ) ;
decl - > add_arg < int > ( argspec_1 ) ;
static gsi : : ArgSpecBase argspec_2 ( " parent " ) ;
decl - > add_arg < const QModelIndex & > ( argspec_2 ) ;
decl - > set_return < bool > ( ) ;
}
static void _call_cbs_removeColumns_3713_1 ( const qt_gsi : : GenericMethod * /*decl*/ , void * cls , gsi : : SerialArgs & args , gsi : : SerialArgs & ret )
{
__SUPPRESS_UNUSED_WARNING ( args ) ;
tl : : Heap heap ;
int arg1 = args . read < int > ( heap ) ;
int arg2 = args . read < int > ( heap ) ;
const QModelIndex & arg3 = args . read < const QModelIndex & > ( heap ) ;
ret . write < bool > ( ( bool ) ( ( QAbstractProxyModel_Adaptor * ) cls ) - > cbs_removeColumns_3713_1 ( arg1 , arg2 , arg3 ) ) ;
}
static void _set_callback_cbs_removeColumns_3713_1 ( void * cls , const gsi : : Callback & cb )
{
( ( QAbstractProxyModel_Adaptor * ) cls ) - > cb_removeColumns_3713_1 = cb ;
}
// bool QAbstractProxyModel::removeRows(int row, int count, const QModelIndex &parent)
static void _init_cbs_removeRows_3713_1 ( qt_gsi : : GenericMethod * decl )
{
static gsi : : ArgSpecBase argspec_0 ( " row " ) ;
decl - > add_arg < int > ( argspec_0 ) ;
static gsi : : ArgSpecBase argspec_1 ( " count " ) ;
decl - > add_arg < int > ( argspec_1 ) ;
static gsi : : ArgSpecBase argspec_2 ( " parent " ) ;
decl - > add_arg < const QModelIndex & > ( argspec_2 ) ;
decl - > set_return < bool > ( ) ;
}
static void _call_cbs_removeRows_3713_1 ( const qt_gsi : : GenericMethod * /*decl*/ , void * cls , gsi : : SerialArgs & args , gsi : : SerialArgs & ret )
{
__SUPPRESS_UNUSED_WARNING ( args ) ;
tl : : Heap heap ;
int arg1 = args . read < int > ( heap ) ;
int arg2 = args . read < int > ( heap ) ;
const QModelIndex & arg3 = args . read < const QModelIndex & > ( heap ) ;
ret . write < bool > ( ( bool ) ( ( QAbstractProxyModel_Adaptor * ) cls ) - > cbs_removeRows_3713_1 ( arg1 , arg2 , arg3 ) ) ;
}
static void _set_callback_cbs_removeRows_3713_1 ( void * cls , const gsi : : Callback & cb )
{
( ( QAbstractProxyModel_Adaptor * ) cls ) - > cb_removeRows_3713_1 = cb ;
}
// exposed void QAbstractProxyModel::resetInternalData()
static void _init_fp_resetInternalData_0 ( qt_gsi : : GenericMethod * decl )
{
decl - > set_return < void > ( ) ;
}
static void _call_fp_resetInternalData_0 ( const qt_gsi : : GenericMethod * /*decl*/ , void * cls , gsi : : SerialArgs & args , gsi : : SerialArgs & ret )
{
__SUPPRESS_UNUSED_WARNING ( args ) ;
__SUPPRESS_UNUSED_WARNING ( ret ) ;
( ( QAbstractProxyModel_Adaptor * ) cls ) - > fp_QAbstractProxyModel_resetInternalData_0 ( ) ;
}
// void QAbstractProxyModel::revert()
static void _init_cbs_revert_0_0 ( qt_gsi : : GenericMethod * decl )
{
decl - > set_return < void > ( ) ;
}
static void _call_cbs_revert_0_0 ( const qt_gsi : : GenericMethod * /*decl*/ , void * cls , gsi : : SerialArgs & args , gsi : : SerialArgs & ret )
{
__SUPPRESS_UNUSED_WARNING ( args ) ;
__SUPPRESS_UNUSED_WARNING ( ret ) ;
( ( QAbstractProxyModel_Adaptor * ) cls ) - > cbs_revert_0_0 ( ) ;
}
static void _set_callback_cbs_revert_0_0 ( void * cls , const gsi : : Callback & cb )
{
( ( QAbstractProxyModel_Adaptor * ) cls ) - > cb_revert_0_0 = cb ;
}
// QHash<int, QByteArray> QAbstractProxyModel::roleNames()
static void _init_cbs_roleNames_c0_0 ( qt_gsi : : GenericMethod * decl )
{
decl - > set_return < QHash < int , QByteArray > > ( ) ;
}
static void _call_cbs_roleNames_c0_0 ( const qt_gsi : : GenericMethod * /*decl*/ , void * cls , gsi : : SerialArgs & args , gsi : : SerialArgs & ret )
{
__SUPPRESS_UNUSED_WARNING ( args ) ;
ret . write < QHash < int , QByteArray > > ( ( QHash < int , QByteArray > ) ( ( QAbstractProxyModel_Adaptor * ) cls ) - > cbs_roleNames_c0_0 ( ) ) ;
}
static void _set_callback_cbs_roleNames_c0_0 ( void * cls , const gsi : : Callback & cb )
{
( ( QAbstractProxyModel_Adaptor * ) cls ) - > cb_roleNames_c0_0 = cb ;
}
// int QAbstractProxyModel::rowCount(const QModelIndex &parent)
static void _init_cbs_rowCount_c2395_1 ( qt_gsi : : GenericMethod * decl )
{
static gsi : : ArgSpecBase argspec_0 ( " parent " ) ;
decl - > add_arg < const QModelIndex & > ( argspec_0 ) ;
decl - > set_return < int > ( ) ;
}
static void _call_cbs_rowCount_c2395_1 ( const qt_gsi : : GenericMethod * /*decl*/ , void * cls , gsi : : SerialArgs & args , gsi : : SerialArgs & ret )
{
__SUPPRESS_UNUSED_WARNING ( args ) ;
tl : : Heap heap ;
const QModelIndex & arg1 = args . read < const QModelIndex & > ( heap ) ;
ret . write < int > ( ( int ) ( ( QAbstractProxyModel_Adaptor * ) cls ) - > cbs_rowCount_c2395_1 ( arg1 ) ) ;
}
static void _set_callback_cbs_rowCount_c2395_1 ( void * cls , const gsi : : Callback & cb )
{
( ( QAbstractProxyModel_Adaptor * ) cls ) - > cb_rowCount_c2395_1 = cb ;
}
// exposed QObject *QAbstractProxyModel::sender()
static void _init_fp_sender_c0 ( qt_gsi : : GenericMethod * decl )
{
decl - > set_return < QObject * > ( ) ;
}
static void _call_fp_sender_c0 ( const qt_gsi : : GenericMethod * /*decl*/ , void * cls , gsi : : SerialArgs & args , gsi : : SerialArgs & ret )
{
__SUPPRESS_UNUSED_WARNING ( args ) ;
ret . write < QObject * > ( ( QObject * ) ( ( QAbstractProxyModel_Adaptor * ) cls ) - > fp_QAbstractProxyModel_sender_c0 ( ) ) ;
}
// exposed int QAbstractProxyModel::senderSignalIndex()
static void _init_fp_senderSignalIndex_c0 ( qt_gsi : : GenericMethod * decl )
{
decl - > set_return < int > ( ) ;
}
static void _call_fp_senderSignalIndex_c0 ( const qt_gsi : : GenericMethod * /*decl*/ , void * cls , gsi : : SerialArgs & args , gsi : : SerialArgs & ret )
{
__SUPPRESS_UNUSED_WARNING ( args ) ;
ret . write < int > ( ( int ) ( ( QAbstractProxyModel_Adaptor * ) cls ) - > fp_QAbstractProxyModel_senderSignalIndex_c0 ( ) ) ;
}
// bool QAbstractProxyModel::setData(const QModelIndex &index, const QVariant &value, int role)
static void _init_cbs_setData_5065_1 ( qt_gsi : : GenericMethod * decl )
{
static gsi : : ArgSpecBase argspec_0 ( " index " ) ;
decl - > add_arg < const QModelIndex & > ( argspec_0 ) ;
static gsi : : ArgSpecBase argspec_1 ( " value " ) ;
decl - > add_arg < const QVariant & > ( argspec_1 ) ;
static gsi : : ArgSpecBase argspec_2 ( " role " ) ;
decl - > add_arg < int > ( argspec_2 ) ;
decl - > set_return < bool > ( ) ;
}
static void _call_cbs_setData_5065_1 ( const qt_gsi : : GenericMethod * /*decl*/ , void * cls , gsi : : SerialArgs & args , gsi : : SerialArgs & ret )
{
__SUPPRESS_UNUSED_WARNING ( args ) ;
tl : : Heap heap ;
const QModelIndex & arg1 = args . read < const QModelIndex & > ( heap ) ;
const QVariant & arg2 = args . read < const QVariant & > ( heap ) ;
int arg3 = args . read < int > ( heap ) ;
ret . write < bool > ( ( bool ) ( ( QAbstractProxyModel_Adaptor * ) cls ) - > cbs_setData_5065_1 ( arg1 , arg2 , arg3 ) ) ;
}
static void _set_callback_cbs_setData_5065_1 ( void * cls , const gsi : : Callback & cb )
{
( ( QAbstractProxyModel_Adaptor * ) cls ) - > cb_setData_5065_1 = cb ;
}
// bool QAbstractProxyModel::setHeaderData(int section, Qt::Orientation orientation, const QVariant &value, int role)
static void _init_cbs_setHeaderData_5242_1 ( qt_gsi : : GenericMethod * decl )
{
static gsi : : ArgSpecBase argspec_0 ( " section " ) ;
decl - > add_arg < int > ( argspec_0 ) ;
static gsi : : ArgSpecBase argspec_1 ( " orientation " ) ;
decl - > add_arg < const qt_gsi : : Converter < Qt : : Orientation > : : target_type & > ( argspec_1 ) ;
static gsi : : ArgSpecBase argspec_2 ( " value " ) ;
decl - > add_arg < const QVariant & > ( argspec_2 ) ;
static gsi : : ArgSpecBase argspec_3 ( " role " ) ;
decl - > add_arg < int > ( argspec_3 ) ;
decl - > set_return < bool > ( ) ;
}
static void _call_cbs_setHeaderData_5242_1 ( const qt_gsi : : GenericMethod * /*decl*/ , void * cls , gsi : : SerialArgs & args , gsi : : SerialArgs & ret )
{
__SUPPRESS_UNUSED_WARNING ( args ) ;
tl : : Heap heap ;
int arg1 = args . read < int > ( heap ) ;
const qt_gsi : : Converter < Qt : : Orientation > : : target_type & arg2 = args . read < const qt_gsi : : Converter < Qt : : Orientation > : : target_type & > ( heap ) ;
const QVariant & arg3 = args . read < const QVariant & > ( heap ) ;
int arg4 = args . read < int > ( heap ) ;
ret . write < bool > ( ( bool ) ( ( QAbstractProxyModel_Adaptor * ) cls ) - > cbs_setHeaderData_5242_1 ( arg1 , arg2 , arg3 , arg4 ) ) ;
}
static void _set_callback_cbs_setHeaderData_5242_1 ( void * cls , const gsi : : Callback & cb )
{
( ( QAbstractProxyModel_Adaptor * ) cls ) - > cb_setHeaderData_5242_1 = cb ;
}
// bool QAbstractProxyModel::setItemData(const QModelIndex &index, const QMap<int, QVariant> &roles)
static void _init_cbs_setItemData_5414_0 ( qt_gsi : : GenericMethod * decl )
{
static gsi : : ArgSpecBase argspec_0 ( " index " ) ;
decl - > add_arg < const QModelIndex & > ( argspec_0 ) ;
static gsi : : ArgSpecBase argspec_1 ( " roles " ) ;
decl - > add_arg < const QMap < int , QVariant > & > ( argspec_1 ) ;
decl - > set_return < bool > ( ) ;
}
static void _call_cbs_setItemData_5414_0 ( const qt_gsi : : GenericMethod * /*decl*/ , void * cls , gsi : : SerialArgs & args , gsi : : SerialArgs & ret )
{
__SUPPRESS_UNUSED_WARNING ( args ) ;
tl : : Heap heap ;
const QModelIndex & arg1 = args . read < const QModelIndex & > ( heap ) ;
const QMap < int , QVariant > & arg2 = args . read < const QMap < int , QVariant > & > ( heap ) ;
ret . write < bool > ( ( bool ) ( ( QAbstractProxyModel_Adaptor * ) cls ) - > cbs_setItemData_5414_0 ( arg1 , arg2 ) ) ;
}
static void _set_callback_cbs_setItemData_5414_0 ( void * cls , const gsi : : Callback & cb )
{
( ( QAbstractProxyModel_Adaptor * ) cls ) - > cb_setItemData_5414_0 = cb ;
}
// void QAbstractProxyModel::setSourceModel(QAbstractItemModel *sourceModel)
static void _init_cbs_setSourceModel_2419_0 ( qt_gsi : : GenericMethod * decl )
{
static gsi : : ArgSpecBase argspec_0 ( " sourceModel " ) ;
decl - > add_arg < QAbstractItemModel * > ( argspec_0 ) ;
decl - > set_return < void > ( ) ;
}
static void _call_cbs_setSourceModel_2419_0 ( const qt_gsi : : GenericMethod * /*decl*/ , void * cls , gsi : : SerialArgs & args , gsi : : SerialArgs & ret )
{
__SUPPRESS_UNUSED_WARNING ( args ) ;
tl : : Heap heap ;
QAbstractItemModel * arg1 = args . read < QAbstractItemModel * > ( heap ) ;
__SUPPRESS_UNUSED_WARNING ( ret ) ;
( ( QAbstractProxyModel_Adaptor * ) cls ) - > cbs_setSourceModel_2419_0 ( arg1 ) ;
}
static void _set_callback_cbs_setSourceModel_2419_0 ( void * cls , const gsi : : Callback & cb )
{
( ( QAbstractProxyModel_Adaptor * ) cls ) - > cb_setSourceModel_2419_0 = cb ;
}
// QModelIndex QAbstractProxyModel::sibling(int row, int column, const QModelIndex &idx)
static void _init_cbs_sibling_c3713_0 ( qt_gsi : : GenericMethod * decl )
{
static gsi : : ArgSpecBase argspec_0 ( " row " ) ;
decl - > add_arg < int > ( argspec_0 ) ;
static gsi : : ArgSpecBase argspec_1 ( " column " ) ;
decl - > add_arg < int > ( argspec_1 ) ;
static gsi : : ArgSpecBase argspec_2 ( " idx " ) ;
decl - > add_arg < const QModelIndex & > ( argspec_2 ) ;
decl - > set_return < QModelIndex > ( ) ;
}
static void _call_cbs_sibling_c3713_0 ( const qt_gsi : : GenericMethod * /*decl*/ , void * cls , gsi : : SerialArgs & args , gsi : : SerialArgs & ret )
{
__SUPPRESS_UNUSED_WARNING ( args ) ;
tl : : Heap heap ;
int arg1 = args . read < int > ( heap ) ;
int arg2 = args . read < int > ( heap ) ;
const QModelIndex & arg3 = args . read < const QModelIndex & > ( heap ) ;
ret . write < QModelIndex > ( ( QModelIndex ) ( ( QAbstractProxyModel_Adaptor * ) cls ) - > cbs_sibling_c3713_0 ( arg1 , arg2 , arg3 ) ) ;
}
static void _set_callback_cbs_sibling_c3713_0 ( void * cls , const gsi : : Callback & cb )
{
( ( QAbstractProxyModel_Adaptor * ) cls ) - > cb_sibling_c3713_0 = cb ;
}
// void QAbstractProxyModel::sort(int column, Qt::SortOrder order)
static void _init_cbs_sort_2340_1 ( qt_gsi : : GenericMethod * decl )
{
static gsi : : ArgSpecBase argspec_0 ( " column " ) ;
decl - > add_arg < int > ( argspec_0 ) ;
static gsi : : ArgSpecBase argspec_1 ( " order " ) ;
decl - > add_arg < const qt_gsi : : Converter < Qt : : SortOrder > : : target_type & > ( argspec_1 ) ;
decl - > set_return < void > ( ) ;
}
static void _call_cbs_sort_2340_1 ( const qt_gsi : : GenericMethod * /*decl*/ , void * cls , gsi : : SerialArgs & args , gsi : : SerialArgs & ret )
{
__SUPPRESS_UNUSED_WARNING ( args ) ;
tl : : Heap heap ;
int arg1 = args . read < int > ( heap ) ;
const qt_gsi : : Converter < Qt : : SortOrder > : : target_type & arg2 = args . read < const qt_gsi : : Converter < Qt : : SortOrder > : : target_type & > ( heap ) ;
__SUPPRESS_UNUSED_WARNING ( ret ) ;
( ( QAbstractProxyModel_Adaptor * ) cls ) - > cbs_sort_2340_1 ( arg1 , arg2 ) ;
}
static void _set_callback_cbs_sort_2340_1 ( void * cls , const gsi : : Callback & cb )
{
( ( QAbstractProxyModel_Adaptor * ) cls ) - > cb_sort_2340_1 = cb ;
}
// QSize QAbstractProxyModel::span(const QModelIndex &index)
static void _init_cbs_span_c2395_0 ( qt_gsi : : GenericMethod * decl )
{
static gsi : : ArgSpecBase argspec_0 ( " index " ) ;
decl - > add_arg < const QModelIndex & > ( argspec_0 ) ;
decl - > set_return < QSize > ( ) ;
}
static void _call_cbs_span_c2395_0 ( const qt_gsi : : GenericMethod * /*decl*/ , void * cls , gsi : : SerialArgs & args , gsi : : SerialArgs & ret )
{
__SUPPRESS_UNUSED_WARNING ( args ) ;
tl : : Heap heap ;
const QModelIndex & arg1 = args . read < const QModelIndex & > ( heap ) ;
ret . write < QSize > ( ( QSize ) ( ( QAbstractProxyModel_Adaptor * ) cls ) - > cbs_span_c2395_0 ( arg1 ) ) ;
}
static void _set_callback_cbs_span_c2395_0 ( void * cls , const gsi : : Callback & cb )
{
( ( QAbstractProxyModel_Adaptor * ) cls ) - > cb_span_c2395_0 = cb ;
}
// bool QAbstractProxyModel::submit()
static void _init_cbs_submit_0_0 ( qt_gsi : : GenericMethod * decl )
{
decl - > set_return < bool > ( ) ;
}
static void _call_cbs_submit_0_0 ( const qt_gsi : : GenericMethod * /*decl*/ , void * cls , gsi : : SerialArgs & args , gsi : : SerialArgs & ret )
{
__SUPPRESS_UNUSED_WARNING ( args ) ;
ret . write < bool > ( ( bool ) ( ( QAbstractProxyModel_Adaptor * ) cls ) - > cbs_submit_0_0 ( ) ) ;
}
static void _set_callback_cbs_submit_0_0 ( void * cls , const gsi : : Callback & cb )
{
( ( QAbstractProxyModel_Adaptor * ) cls ) - > cb_submit_0_0 = cb ;
}
// QFlags<Qt::DropAction> QAbstractProxyModel::supportedDragActions()
static void _init_cbs_supportedDragActions_c0_0 ( qt_gsi : : GenericMethod * decl )
{
decl - > set_return < QFlags < Qt : : DropAction > > ( ) ;
}
static void _call_cbs_supportedDragActions_c0_0 ( const qt_gsi : : GenericMethod * /*decl*/ , void * cls , gsi : : SerialArgs & args , gsi : : SerialArgs & ret )
{
__SUPPRESS_UNUSED_WARNING ( args ) ;
ret . write < QFlags < Qt : : DropAction > > ( ( QFlags < Qt : : DropAction > ) ( ( QAbstractProxyModel_Adaptor * ) cls ) - > cbs_supportedDragActions_c0_0 ( ) ) ;
}
static void _set_callback_cbs_supportedDragActions_c0_0 ( void * cls , const gsi : : Callback & cb )
{
( ( QAbstractProxyModel_Adaptor * ) cls ) - > cb_supportedDragActions_c0_0 = cb ;
}
// QFlags<Qt::DropAction> QAbstractProxyModel::supportedDropActions()
static void _init_cbs_supportedDropActions_c0_0 ( qt_gsi : : GenericMethod * decl )
{
decl - > set_return < QFlags < Qt : : DropAction > > ( ) ;
}
static void _call_cbs_supportedDropActions_c0_0 ( const qt_gsi : : GenericMethod * /*decl*/ , void * cls , gsi : : SerialArgs & args , gsi : : SerialArgs & ret )
{
__SUPPRESS_UNUSED_WARNING ( args ) ;
ret . write < QFlags < Qt : : DropAction > > ( ( QFlags < Qt : : DropAction > ) ( ( QAbstractProxyModel_Adaptor * ) cls ) - > cbs_supportedDropActions_c0_0 ( ) ) ;
}
static void _set_callback_cbs_supportedDropActions_c0_0 ( void * cls , const gsi : : Callback & cb )
{
( ( QAbstractProxyModel_Adaptor * ) cls ) - > cb_supportedDropActions_c0_0 = cb ;
}
// void QAbstractProxyModel::timerEvent(QTimerEvent *)
static void _init_cbs_timerEvent_1730_0 ( qt_gsi : : GenericMethod * decl )
{
static gsi : : ArgSpecBase argspec_0 ( " arg1 " ) ;
decl - > add_arg < QTimerEvent * > ( argspec_0 ) ;
decl - > set_return < void > ( ) ;
}
static void _call_cbs_timerEvent_1730_0 ( const qt_gsi : : GenericMethod * /*decl*/ , void * cls , gsi : : SerialArgs & args , gsi : : SerialArgs & ret )
{
__SUPPRESS_UNUSED_WARNING ( args ) ;
tl : : Heap heap ;
QTimerEvent * arg1 = args . read < QTimerEvent * > ( heap ) ;
__SUPPRESS_UNUSED_WARNING ( ret ) ;
( ( QAbstractProxyModel_Adaptor * ) cls ) - > cbs_timerEvent_1730_0 ( arg1 ) ;
}
static void _set_callback_cbs_timerEvent_1730_0 ( void * cls , const gsi : : Callback & cb )
{
( ( QAbstractProxyModel_Adaptor * ) cls ) - > cb_timerEvent_1730_0 = cb ;
}
namespace gsi
{
gsi : : Class < QAbstractProxyModel > & qtdecl_QAbstractProxyModel ( ) ;
static gsi : : Methods methods_QAbstractProxyModel_Adaptor ( ) {
gsi : : Methods methods ;
methods + = new qt_gsi : : GenericStaticMethod ( " new " , " @brief Constructor QAbstractProxyModel::QAbstractProxyModel(QObject *parent) \n This method creates an object of class QAbstractProxyModel. " , & _init_ctor_QAbstractProxyModel_Adaptor_1302 , & _call_ctor_QAbstractProxyModel_Adaptor_1302 ) ;
methods + = new qt_gsi : : GenericMethod ( " *beginInsertColumns " , " @brief Method void QAbstractProxyModel::beginInsertColumns(const QModelIndex &parent, int first, int last) \n This method is protected and can only be called from inside a derived class. " , false , & _init_fp_beginInsertColumns_3713 , & _call_fp_beginInsertColumns_3713 ) ;
methods + = new qt_gsi : : GenericMethod ( " *beginInsertRows " , " @brief Method void QAbstractProxyModel::beginInsertRows(const QModelIndex &parent, int first, int last) \n This method is protected and can only be called from inside a derived class. " , false , & _init_fp_beginInsertRows_3713 , & _call_fp_beginInsertRows_3713 ) ;
methods + = new qt_gsi : : GenericMethod ( " *beginMoveColumns " , " @brief Method bool QAbstractProxyModel::beginMoveColumns(const QModelIndex &sourceParent, int sourceFirst, int sourceLast, const QModelIndex &destinationParent, int destinationColumn) \n This method is protected and can only be called from inside a derived class. " , false , & _init_fp_beginMoveColumns_6659 , & _call_fp_beginMoveColumns_6659 ) ;
methods + = new qt_gsi : : GenericMethod ( " *beginMoveRows " , " @brief Method bool QAbstractProxyModel::beginMoveRows(const QModelIndex &sourceParent, int sourceFirst, int sourceLast, const QModelIndex &destinationParent, int destinationRow) \n This method is protected and can only be called from inside a derived class. " , false , & _init_fp_beginMoveRows_6659 , & _call_fp_beginMoveRows_6659 ) ;
methods + = new qt_gsi : : GenericMethod ( " *beginRemoveColumns " , " @brief Method void QAbstractProxyModel::beginRemoveColumns(const QModelIndex &parent, int first, int last) \n This method is protected and can only be called from inside a derived class. " , false , & _init_fp_beginRemoveColumns_3713 , & _call_fp_beginRemoveColumns_3713 ) ;
methods + = new qt_gsi : : GenericMethod ( " *beginRemoveRows " , " @brief Method void QAbstractProxyModel::beginRemoveRows(const QModelIndex &parent, int first, int last) \n This method is protected and can only be called from inside a derived class. " , false , & _init_fp_beginRemoveRows_3713 , & _call_fp_beginRemoveRows_3713 ) ;
methods + = new qt_gsi : : GenericMethod ( " *beginResetModel " , " @brief Method void QAbstractProxyModel::beginResetModel() \n This method is protected and can only be called from inside a derived class. " , false , & _init_fp_beginResetModel_0 , & _call_fp_beginResetModel_0 ) ;
methods + = new qt_gsi : : GenericMethod ( " buddy " , " @hide " , true , & _init_cbs_buddy_c2395_0 , & _call_cbs_buddy_c2395_0 ) ;
methods + = new qt_gsi : : GenericMethod ( " buddy " , " @brief Virtual method QModelIndex QAbstractProxyModel::buddy(const QModelIndex &index) \n This method can be reimplemented in a derived class. " , true , & _init_cbs_buddy_c2395_0 , & _call_cbs_buddy_c2395_0 , & _set_callback_cbs_buddy_c2395_0 ) ;
methods + = new qt_gsi : : GenericMethod ( " canDropMimeData " , " @hide " , true , & _init_cbs_canDropMimeData_c7425_0 , & _call_cbs_canDropMimeData_c7425_0 ) ;
methods + = new qt_gsi : : GenericMethod ( " canDropMimeData " , " @brief Virtual method bool QAbstractProxyModel::canDropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) \n This method can be reimplemented in a derived class. " , true , & _init_cbs_canDropMimeData_c7425_0 , & _call_cbs_canDropMimeData_c7425_0 , & _set_callback_cbs_canDropMimeData_c7425_0 ) ;
methods + = new qt_gsi : : GenericMethod ( " canFetchMore " , " @hide " , true , & _init_cbs_canFetchMore_c2395_0 , & _call_cbs_canFetchMore_c2395_0 ) ;
methods + = new qt_gsi : : GenericMethod ( " canFetchMore " , " @brief Virtual method bool QAbstractProxyModel::canFetchMore(const QModelIndex &parent) \n This method can be reimplemented in a derived class. " , true , & _init_cbs_canFetchMore_c2395_0 , & _call_cbs_canFetchMore_c2395_0 , & _set_callback_cbs_canFetchMore_c2395_0 ) ;
methods + = new qt_gsi : : GenericMethod ( " *changePersistentIndex " , " @brief Method void QAbstractProxyModel::changePersistentIndex(const QModelIndex &from, const QModelIndex &to) \n This method is protected and can only be called from inside a derived class. " , false , & _init_fp_changePersistentIndex_4682 , & _call_fp_changePersistentIndex_4682 ) ;
methods + = new qt_gsi : : GenericMethod ( " *changePersistentIndexList " , " @brief Method void QAbstractProxyModel::changePersistentIndexList(const QList<QModelIndex> &from, const QList<QModelIndex> &to) \n This method is protected and can only be called from inside a derived class. " , false , & _init_fp_changePersistentIndexList_5912 , & _call_fp_changePersistentIndexList_5912 ) ;
methods + = new qt_gsi : : GenericMethod ( " *childEvent " , " @hide " , false , & _init_cbs_childEvent_1701_0 , & _call_cbs_childEvent_1701_0 ) ;
methods + = new qt_gsi : : GenericMethod ( " *childEvent " , " @brief Virtual method void QAbstractProxyModel::childEvent(QChildEvent *) \n This method can be reimplemented in a derived class. " , false , & _init_cbs_childEvent_1701_0 , & _call_cbs_childEvent_1701_0 , & _set_callback_cbs_childEvent_1701_0 ) ;
methods + = new qt_gsi : : GenericMethod ( " columnCount " , " @hide " , true , & _init_cbs_columnCount_c2395_1 , & _call_cbs_columnCount_c2395_1 ) ;
methods + = new qt_gsi : : GenericMethod ( " columnCount " , " @brief Virtual method int QAbstractProxyModel::columnCount(const QModelIndex &parent) \n This method can be reimplemented in a derived class. " , true , & _init_cbs_columnCount_c2395_1 , & _call_cbs_columnCount_c2395_1 , & _set_callback_cbs_columnCount_c2395_1 ) ;
methods + = new qt_gsi : : GenericMethod ( " *createIndex " , " @brief Method QModelIndex QAbstractProxyModel::createIndex(int row, int column, void *data) \n This method is protected and can only be called from inside a derived class. " , true , & _init_fp_createIndex_c2374 , & _call_fp_createIndex_c2374 ) ;
methods + = new qt_gsi : : GenericMethod ( " *createIndex " , " @brief Method QModelIndex QAbstractProxyModel::createIndex(int row, int column, quintptr id) \n This method is protected and can only be called from inside a derived class. " , true , & _init_fp_createIndex_c2657 , & _call_fp_createIndex_c2657 ) ;
methods + = new qt_gsi : : GenericMethod ( " *customEvent " , " @hide " , false , & _init_cbs_customEvent_1217_0 , & _call_cbs_customEvent_1217_0 ) ;
methods + = new qt_gsi : : GenericMethod ( " *customEvent " , " @brief Virtual method void QAbstractProxyModel::customEvent(QEvent *) \n This method can be reimplemented in a derived class. " , false , & _init_cbs_customEvent_1217_0 , & _call_cbs_customEvent_1217_0 , & _set_callback_cbs_customEvent_1217_0 ) ;
methods + = new qt_gsi : : GenericMethod ( " data " , " @hide " , true , & _init_cbs_data_c3054_1 , & _call_cbs_data_c3054_1 ) ;
methods + = new qt_gsi : : GenericMethod ( " data " , " @brief Virtual method QVariant QAbstractProxyModel::data(const QModelIndex &proxyIndex, int role) \n This method can be reimplemented in a derived class. " , true , & _init_cbs_data_c3054_1 , & _call_cbs_data_c3054_1 , & _set_callback_cbs_data_c3054_1 ) ;
methods + = new qt_gsi : : GenericMethod ( " emit_dataChanged " , " @brief Emitter for signal void QAbstractProxyModel::dataChanged(const QModelIndex &topLeft, const QModelIndex &bottomRight, const QVector<int> &roles) \n Call this method to emit this signal. " , false , & _init_emitter_dataChanged_7048 , & _call_emitter_dataChanged_7048 ) ;
methods + = new qt_gsi : : GenericMethod ( " *decodeData " , " @brief Method bool QAbstractProxyModel::decodeData(int row, int column, const QModelIndex &parent, QDataStream &stream) \n This method is protected and can only be called from inside a derived class. " , false , & _init_fp_decodeData_5302 , & _call_fp_decodeData_5302 ) ;
methods + = new qt_gsi : : GenericMethod ( " emit_destroyed " , " @brief Emitter for signal void QAbstractProxyModel::destroyed(QObject *) \n Call this method to emit this signal. " , false , & _init_emitter_destroyed_1302 , & _call_emitter_destroyed_1302 ) ;
methods + = new qt_gsi : : GenericMethod ( " *disconnectNotify " , " @hide " , false , & _init_cbs_disconnectNotify_2394_0 , & _call_cbs_disconnectNotify_2394_0 ) ;
methods + = new qt_gsi : : GenericMethod ( " *disconnectNotify " , " @brief Virtual method void QAbstractProxyModel::disconnectNotify(const QMetaMethod &signal) \n This method can be reimplemented in a derived class. " , false , & _init_cbs_disconnectNotify_2394_0 , & _call_cbs_disconnectNotify_2394_0 , & _set_callback_cbs_disconnectNotify_2394_0 ) ;
methods + = new qt_gsi : : GenericMethod ( " dropMimeData " , " @hide " , false , & _init_cbs_dropMimeData_7425_0 , & _call_cbs_dropMimeData_7425_0 ) ;
methods + = new qt_gsi : : GenericMethod ( " dropMimeData " , " @brief Virtual method bool QAbstractProxyModel::dropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) \n This method can be reimplemented in a derived class. " , false , & _init_cbs_dropMimeData_7425_0 , & _call_cbs_dropMimeData_7425_0 , & _set_callback_cbs_dropMimeData_7425_0 ) ;
methods + = new qt_gsi : : GenericMethod ( " *encodeData " , " @brief Method void QAbstractProxyModel::encodeData(const QList<QModelIndex> &indexes, QDataStream &stream) \n This method is protected and can only be called from inside a derived class. " , true , & _init_fp_encodeData_c4599 , & _call_fp_encodeData_c4599 ) ;
methods + = new qt_gsi : : GenericMethod ( " *endInsertColumns " , " @brief Method void QAbstractProxyModel::endInsertColumns() \n This method is protected and can only be called from inside a derived class. " , false , & _init_fp_endInsertColumns_0 , & _call_fp_endInsertColumns_0 ) ;
methods + = new qt_gsi : : GenericMethod ( " *endInsertRows " , " @brief Method void QAbstractProxyModel::endInsertRows() \n This method is protected and can only be called from inside a derived class. " , false , & _init_fp_endInsertRows_0 , & _call_fp_endInsertRows_0 ) ;
methods + = new qt_gsi : : GenericMethod ( " *endMoveColumns " , " @brief Method void QAbstractProxyModel::endMoveColumns() \n This method is protected and can only be called from inside a derived class. " , false , & _init_fp_endMoveColumns_0 , & _call_fp_endMoveColumns_0 ) ;
methods + = new qt_gsi : : GenericMethod ( " *endMoveRows " , " @brief Method void QAbstractProxyModel::endMoveRows() \n This method is protected and can only be called from inside a derived class. " , false , & _init_fp_endMoveRows_0 , & _call_fp_endMoveRows_0 ) ;
methods + = new qt_gsi : : GenericMethod ( " *endRemoveColumns " , " @brief Method void QAbstractProxyModel::endRemoveColumns() \n This method is protected and can only be called from inside a derived class. " , false , & _init_fp_endRemoveColumns_0 , & _call_fp_endRemoveColumns_0 ) ;
methods + = new qt_gsi : : GenericMethod ( " *endRemoveRows " , " @brief Method void QAbstractProxyModel::endRemoveRows() \n This method is protected and can only be called from inside a derived class. " , false , & _init_fp_endRemoveRows_0 , & _call_fp_endRemoveRows_0 ) ;
methods + = new qt_gsi : : GenericMethod ( " *endResetModel " , " @brief Method void QAbstractProxyModel::endResetModel() \n This method is protected and can only be called from inside a derived class. " , false , & _init_fp_endResetModel_0 , & _call_fp_endResetModel_0 ) ;
methods + = new qt_gsi : : GenericMethod ( " event " , " @hide " , false , & _init_cbs_event_1217_0 , & _call_cbs_event_1217_0 ) ;
methods + = new qt_gsi : : GenericMethod ( " event " , " @brief Virtual method bool QAbstractProxyModel::event(QEvent *) \n This method can be reimplemented in a derived class. " , false , & _init_cbs_event_1217_0 , & _call_cbs_event_1217_0 , & _set_callback_cbs_event_1217_0 ) ;
methods + = new qt_gsi : : GenericMethod ( " eventFilter " , " @hide " , false , & _init_cbs_eventFilter_2411_0 , & _call_cbs_eventFilter_2411_0 ) ;
methods + = new qt_gsi : : GenericMethod ( " eventFilter " , " @brief Virtual method bool QAbstractProxyModel::eventFilter(QObject *, QEvent *) \n This method can be reimplemented in a derived class. " , false , & _init_cbs_eventFilter_2411_0 , & _call_cbs_eventFilter_2411_0 , & _set_callback_cbs_eventFilter_2411_0 ) ;
methods + = new qt_gsi : : GenericMethod ( " fetchMore " , " @hide " , false , & _init_cbs_fetchMore_2395_0 , & _call_cbs_fetchMore_2395_0 ) ;
methods + = new qt_gsi : : GenericMethod ( " fetchMore " , " @brief Virtual method void QAbstractProxyModel::fetchMore(const QModelIndex &parent) \n This method can be reimplemented in a derived class. " , false , & _init_cbs_fetchMore_2395_0 , & _call_cbs_fetchMore_2395_0 , & _set_callback_cbs_fetchMore_2395_0 ) ;
methods + = new qt_gsi : : GenericMethod ( " flags " , " @hide " , true , & _init_cbs_flags_c2395_0 , & _call_cbs_flags_c2395_0 ) ;
methods + = new qt_gsi : : GenericMethod ( " flags " , " @brief Virtual method QFlags<Qt::ItemFlag> QAbstractProxyModel::flags(const QModelIndex &index) \n This method can be reimplemented in a derived class. " , true , & _init_cbs_flags_c2395_0 , & _call_cbs_flags_c2395_0 , & _set_callback_cbs_flags_c2395_0 ) ;
methods + = new qt_gsi : : GenericMethod ( " hasChildren " , " @hide " , true , & _init_cbs_hasChildren_c2395_1 , & _call_cbs_hasChildren_c2395_1 ) ;
methods + = new qt_gsi : : GenericMethod ( " hasChildren " , " @brief Virtual method bool QAbstractProxyModel::hasChildren(const QModelIndex &parent) \n This method can be reimplemented in a derived class. " , true , & _init_cbs_hasChildren_c2395_1 , & _call_cbs_hasChildren_c2395_1 , & _set_callback_cbs_hasChildren_c2395_1 ) ;
methods + = new qt_gsi : : GenericMethod ( " headerData " , " @hide " , true , & _init_cbs_headerData_c3231_1 , & _call_cbs_headerData_c3231_1 ) ;
methods + = new qt_gsi : : GenericMethod ( " headerData " , " @brief Virtual method QVariant QAbstractProxyModel::headerData(int section, Qt::Orientation orientation, int role) \n This method can be reimplemented in a derived class. " , true , & _init_cbs_headerData_c3231_1 , & _call_cbs_headerData_c3231_1 , & _set_callback_cbs_headerData_c3231_1 ) ;
methods + = new qt_gsi : : GenericMethod ( " emit_headerDataChanged " , " @brief Emitter for signal void QAbstractProxyModel::headerDataChanged(Qt::Orientation orientation, int first, int last) \n Call this method to emit this signal. " , false , & _init_emitter_headerDataChanged_3231 , & _call_emitter_headerDataChanged_3231 ) ;
methods + = new qt_gsi : : GenericMethod ( " index " , " @hide " , true , & _init_cbs_index_c3713_1 , & _call_cbs_index_c3713_1 ) ;
methods + = new qt_gsi : : GenericMethod ( " index " , " @brief Virtual method QModelIndex QAbstractProxyModel::index(int row, int column, const QModelIndex &parent) \n This method can be reimplemented in a derived class. " , true , & _init_cbs_index_c3713_1 , & _call_cbs_index_c3713_1 , & _set_callback_cbs_index_c3713_1 ) ;
methods + = new qt_gsi : : GenericMethod ( " insertColumns " , " @hide " , false , & _init_cbs_insertColumns_3713_1 , & _call_cbs_insertColumns_3713_1 ) ;
methods + = new qt_gsi : : GenericMethod ( " insertColumns " , " @brief Virtual method bool QAbstractProxyModel::insertColumns(int column, int count, const QModelIndex &parent) \n This method can be reimplemented in a derived class. " , false , & _init_cbs_insertColumns_3713_1 , & _call_cbs_insertColumns_3713_1 , & _set_callback_cbs_insertColumns_3713_1 ) ;
methods + = new qt_gsi : : GenericMethod ( " insertRows " , " @hide " , false , & _init_cbs_insertRows_3713_1 , & _call_cbs_insertRows_3713_1 ) ;
methods + = new qt_gsi : : GenericMethod ( " insertRows " , " @brief Virtual method bool QAbstractProxyModel::insertRows(int row, int count, const QModelIndex &parent) \n This method can be reimplemented in a derived class. " , false , & _init_cbs_insertRows_3713_1 , & _call_cbs_insertRows_3713_1 , & _set_callback_cbs_insertRows_3713_1 ) ;
methods + = new qt_gsi : : GenericMethod ( " *isSignalConnected " , " @brief Method bool QAbstractProxyModel::isSignalConnected(const QMetaMethod &signal) \n This method is protected and can only be called from inside a derived class. " , true , & _init_fp_isSignalConnected_c2394 , & _call_fp_isSignalConnected_c2394 ) ;
methods + = new qt_gsi : : GenericMethod ( " itemData " , " @hide " , true , & _init_cbs_itemData_c2395_0 , & _call_cbs_itemData_c2395_0 ) ;
methods + = new qt_gsi : : GenericMethod ( " itemData " , " @brief Virtual method QMap<int, QVariant> QAbstractProxyModel::itemData(const QModelIndex &index) \n This method can be reimplemented in a derived class. " , true , & _init_cbs_itemData_c2395_0 , & _call_cbs_itemData_c2395_0 , & _set_callback_cbs_itemData_c2395_0 ) ;
methods + = new qt_gsi : : GenericMethod ( " emit_layoutAboutToBeChanged " , " @brief Emitter for signal void QAbstractProxyModel::layoutAboutToBeChanged(const QList<QPersistentModelIndex> &parents, QAbstractItemModel::LayoutChangeHint hint) \n Call this method to emit this signal. " , false , & _init_emitter_layoutAboutToBeChanged_7947 , & _call_emitter_layoutAboutToBeChanged_7947 ) ;
methods + = new qt_gsi : : GenericMethod ( " emit_layoutChanged " , " @brief Emitter for signal void QAbstractProxyModel::layoutChanged(const QList<QPersistentModelIndex> &parents, QAbstractItemModel::LayoutChangeHint hint) \n Call this method to emit this signal. " , false , & _init_emitter_layoutChanged_7947 , & _call_emitter_layoutChanged_7947 ) ;
methods + = new qt_gsi : : GenericMethod ( " mapFromSource " , " @hide " , true , & _init_cbs_mapFromSource_c2395_0 , & _call_cbs_mapFromSource_c2395_0 ) ;
methods + = new qt_gsi : : GenericMethod ( " mapFromSource " , " @brief Virtual method QModelIndex QAbstractProxyModel::mapFromSource(const QModelIndex &sourceIndex) \n This method can be reimplemented in a derived class. " , true , & _init_cbs_mapFromSource_c2395_0 , & _call_cbs_mapFromSource_c2395_0 , & _set_callback_cbs_mapFromSource_c2395_0 ) ;
methods + = new qt_gsi : : GenericMethod ( " mapSelectionFromSource " , " @hide " , true , & _init_cbs_mapSelectionFromSource_c2727_0 , & _call_cbs_mapSelectionFromSource_c2727_0 ) ;
methods + = new qt_gsi : : GenericMethod ( " mapSelectionFromSource " , " @brief Virtual method QItemSelection QAbstractProxyModel::mapSelectionFromSource(const QItemSelection &selection) \n This method can be reimplemented in a derived class. " , true , & _init_cbs_mapSelectionFromSource_c2727_0 , & _call_cbs_mapSelectionFromSource_c2727_0 , & _set_callback_cbs_mapSelectionFromSource_c2727_0 ) ;
methods + = new qt_gsi : : GenericMethod ( " mapSelectionToSource " , " @hide " , true , & _init_cbs_mapSelectionToSource_c2727_0 , & _call_cbs_mapSelectionToSource_c2727_0 ) ;
methods + = new qt_gsi : : GenericMethod ( " mapSelectionToSource " , " @brief Virtual method QItemSelection QAbstractProxyModel::mapSelectionToSource(const QItemSelection &selection) \n This method can be reimplemented in a derived class. " , true , & _init_cbs_mapSelectionToSource_c2727_0 , & _call_cbs_mapSelectionToSource_c2727_0 , & _set_callback_cbs_mapSelectionToSource_c2727_0 ) ;
methods + = new qt_gsi : : GenericMethod ( " mapToSource " , " @hide " , true , & _init_cbs_mapToSource_c2395_0 , & _call_cbs_mapToSource_c2395_0 ) ;
methods + = new qt_gsi : : GenericMethod ( " mapToSource " , " @brief Virtual method QModelIndex QAbstractProxyModel::mapToSource(const QModelIndex &proxyIndex) \n This method can be reimplemented in a derived class. " , true , & _init_cbs_mapToSource_c2395_0 , & _call_cbs_mapToSource_c2395_0 , & _set_callback_cbs_mapToSource_c2395_0 ) ;
methods + = new qt_gsi : : GenericMethod ( " match " , " @hide " , true , & _init_cbs_match_c7932_2 , & _call_cbs_match_c7932_2 ) ;
methods + = new qt_gsi : : GenericMethod ( " match " , " @brief Virtual method QList<QModelIndex> QAbstractProxyModel::match(const QModelIndex &start, int role, const QVariant &value, int hits, QFlags<Qt::MatchFlag> flags) \n This method can be reimplemented in a derived class. " , true , & _init_cbs_match_c7932_2 , & _call_cbs_match_c7932_2 , & _set_callback_cbs_match_c7932_2 ) ;
methods + = new qt_gsi : : GenericMethod ( " mimeData " , " @hide " , true , & _init_cbs_mimeData_c3010_0 , & _call_cbs_mimeData_c3010_0 ) ;
methods + = new qt_gsi : : GenericMethod ( " mimeData " , " @brief Virtual method QMimeData *QAbstractProxyModel::mimeData(const QList<QModelIndex> &indexes) \n This method can be reimplemented in a derived class. " , true , & _init_cbs_mimeData_c3010_0 , & _call_cbs_mimeData_c3010_0 , & _set_callback_cbs_mimeData_c3010_0 ) ;
methods + = new qt_gsi : : GenericMethod ( " mimeTypes " , " @hide " , true , & _init_cbs_mimeTypes_c0_0 , & _call_cbs_mimeTypes_c0_0 ) ;
methods + = new qt_gsi : : GenericMethod ( " mimeTypes " , " @brief Virtual method QStringList QAbstractProxyModel::mimeTypes() \n This method can be reimplemented in a derived class. " , true , & _init_cbs_mimeTypes_c0_0 , & _call_cbs_mimeTypes_c0_0 , & _set_callback_cbs_mimeTypes_c0_0 ) ;
methods + = new qt_gsi : : GenericMethod ( " moveColumns " , " @hide " , false , & _init_cbs_moveColumns_6659_0 , & _call_cbs_moveColumns_6659_0 ) ;
methods + = new qt_gsi : : GenericMethod ( " moveColumns " , " @brief Virtual method bool QAbstractProxyModel::moveColumns(const QModelIndex &sourceParent, int sourceColumn, int count, const QModelIndex &destinationParent, int destinationChild) \n This method can be reimplemented in a derived class. " , false , & _init_cbs_moveColumns_6659_0 , & _call_cbs_moveColumns_6659_0 , & _set_callback_cbs_moveColumns_6659_0 ) ;
methods + = new qt_gsi : : GenericMethod ( " moveRows " , " @hide " , false , & _init_cbs_moveRows_6659_0 , & _call_cbs_moveRows_6659_0 ) ;
methods + = new qt_gsi : : GenericMethod ( " moveRows " , " @brief Virtual method bool QAbstractProxyModel::moveRows(const QModelIndex &sourceParent, int sourceRow, int count, const QModelIndex &destinationParent, int destinationChild) \n This method can be reimplemented in a derived class. " , false , & _init_cbs_moveRows_6659_0 , & _call_cbs_moveRows_6659_0 , & _set_callback_cbs_moveRows_6659_0 ) ;
methods + = new qt_gsi : : GenericMethod ( " parent " , " @hide " , true , & _init_cbs_parent_c2395_0 , & _call_cbs_parent_c2395_0 ) ;
methods + = new qt_gsi : : GenericMethod ( " parent " , " @brief Virtual method QModelIndex QAbstractProxyModel::parent(const QModelIndex &child) \n This method can be reimplemented in a derived class. " , true , & _init_cbs_parent_c2395_0 , & _call_cbs_parent_c2395_0 , & _set_callback_cbs_parent_c2395_0 ) ;
methods + = new qt_gsi : : GenericMethod ( " *persistentIndexList " , " @brief Method QList<QModelIndex> QAbstractProxyModel::persistentIndexList() \n This method is protected and can only be called from inside a derived class. " , true , & _init_fp_persistentIndexList_c0 , & _call_fp_persistentIndexList_c0 ) ;
methods + = new qt_gsi : : GenericMethod ( " *receivers " , " @brief Method int QAbstractProxyModel::receivers(const char *signal) \n This method is protected and can only be called from inside a derived class. " , true , & _init_fp_receivers_c1731 , & _call_fp_receivers_c1731 ) ;
methods + = new qt_gsi : : GenericMethod ( " removeColumns " , " @hide " , false , & _init_cbs_removeColumns_3713_1 , & _call_cbs_removeColumns_3713_1 ) ;
methods + = new qt_gsi : : GenericMethod ( " removeColumns " , " @brief Virtual method bool QAbstractProxyModel::removeColumns(int column, int count, const QModelIndex &parent) \n This method can be reimplemented in a derived class. " , false , & _init_cbs_removeColumns_3713_1 , & _call_cbs_removeColumns_3713_1 , & _set_callback_cbs_removeColumns_3713_1 ) ;
methods + = new qt_gsi : : GenericMethod ( " removeRows " , " @hide " , false , & _init_cbs_removeRows_3713_1 , & _call_cbs_removeRows_3713_1 ) ;
methods + = new qt_gsi : : GenericMethod ( " removeRows " , " @brief Virtual method bool QAbstractProxyModel::removeRows(int row, int count, const QModelIndex &parent) \n This method can be reimplemented in a derived class. " , false , & _init_cbs_removeRows_3713_1 , & _call_cbs_removeRows_3713_1 , & _set_callback_cbs_removeRows_3713_1 ) ;
methods + = new qt_gsi : : GenericMethod ( " *resetInternalData " , " @brief Method void QAbstractProxyModel::resetInternalData() \n This method is protected and can only be called from inside a derived class. " , false , & _init_fp_resetInternalData_0 , & _call_fp_resetInternalData_0 ) ;
methods + = new qt_gsi : : GenericMethod ( " revert " , " @hide " , false , & _init_cbs_revert_0_0 , & _call_cbs_revert_0_0 ) ;
methods + = new qt_gsi : : GenericMethod ( " revert " , " @brief Virtual method void QAbstractProxyModel::revert() \n This method can be reimplemented in a derived class. " , false , & _init_cbs_revert_0_0 , & _call_cbs_revert_0_0 , & _set_callback_cbs_revert_0_0 ) ;
methods + = new qt_gsi : : GenericMethod ( " roleNames " , " @hide " , true , & _init_cbs_roleNames_c0_0 , & _call_cbs_roleNames_c0_0 ) ;
methods + = new qt_gsi : : GenericMethod ( " roleNames " , " @brief Virtual method QHash<int, QByteArray> QAbstractProxyModel::roleNames() \n This method can be reimplemented in a derived class. " , true , & _init_cbs_roleNames_c0_0 , & _call_cbs_roleNames_c0_0 , & _set_callback_cbs_roleNames_c0_0 ) ;
methods + = new qt_gsi : : GenericMethod ( " rowCount " , " @hide " , true , & _init_cbs_rowCount_c2395_1 , & _call_cbs_rowCount_c2395_1 ) ;
methods + = new qt_gsi : : GenericMethod ( " rowCount " , " @brief Virtual method int QAbstractProxyModel::rowCount(const QModelIndex &parent) \n This method can be reimplemented in a derived class. " , true , & _init_cbs_rowCount_c2395_1 , & _call_cbs_rowCount_c2395_1 , & _set_callback_cbs_rowCount_c2395_1 ) ;
methods + = new qt_gsi : : GenericMethod ( " *sender " , " @brief Method QObject *QAbstractProxyModel::sender() \n This method is protected and can only be called from inside a derived class. " , true , & _init_fp_sender_c0 , & _call_fp_sender_c0 ) ;
methods + = new qt_gsi : : GenericMethod ( " *senderSignalIndex " , " @brief Method int QAbstractProxyModel::senderSignalIndex() \n This method is protected and can only be called from inside a derived class. " , true , & _init_fp_senderSignalIndex_c0 , & _call_fp_senderSignalIndex_c0 ) ;
methods + = new qt_gsi : : GenericMethod ( " setData " , " @hide " , false , & _init_cbs_setData_5065_1 , & _call_cbs_setData_5065_1 ) ;
methods + = new qt_gsi : : GenericMethod ( " setData " , " @brief Virtual method bool QAbstractProxyModel::setData(const QModelIndex &index, const QVariant &value, int role) \n This method can be reimplemented in a derived class. " , false , & _init_cbs_setData_5065_1 , & _call_cbs_setData_5065_1 , & _set_callback_cbs_setData_5065_1 ) ;
methods + = new qt_gsi : : GenericMethod ( " setHeaderData " , " @hide " , false , & _init_cbs_setHeaderData_5242_1 , & _call_cbs_setHeaderData_5242_1 ) ;
methods + = new qt_gsi : : GenericMethod ( " setHeaderData " , " @brief Virtual method bool QAbstractProxyModel::setHeaderData(int section, Qt::Orientation orientation, const QVariant &value, int role) \n This method can be reimplemented in a derived class. " , false , & _init_cbs_setHeaderData_5242_1 , & _call_cbs_setHeaderData_5242_1 , & _set_callback_cbs_setHeaderData_5242_1 ) ;
methods + = new qt_gsi : : GenericMethod ( " setItemData " , " @hide " , false , & _init_cbs_setItemData_5414_0 , & _call_cbs_setItemData_5414_0 ) ;
methods + = new qt_gsi : : GenericMethod ( " setItemData " , " @brief Virtual method bool QAbstractProxyModel::setItemData(const QModelIndex &index, const QMap<int, QVariant> &roles) \n This method can be reimplemented in a derived class. " , false , & _init_cbs_setItemData_5414_0 , & _call_cbs_setItemData_5414_0 , & _set_callback_cbs_setItemData_5414_0 ) ;
methods + = new qt_gsi : : GenericMethod ( " setSourceModel " , " @hide " , false , & _init_cbs_setSourceModel_2419_0 , & _call_cbs_setSourceModel_2419_0 ) ;
methods + = new qt_gsi : : GenericMethod ( " setSourceModel " , " @brief Virtual method void QAbstractProxyModel::setSourceModel(QAbstractItemModel *sourceModel) \n This method can be reimplemented in a derived class. " , false , & _init_cbs_setSourceModel_2419_0 , & _call_cbs_setSourceModel_2419_0 , & _set_callback_cbs_setSourceModel_2419_0 ) ;
methods + = new qt_gsi : : GenericMethod ( " sibling " , " @hide " , true , & _init_cbs_sibling_c3713_0 , & _call_cbs_sibling_c3713_0 ) ;
methods + = new qt_gsi : : GenericMethod ( " sibling " , " @brief Virtual method QModelIndex QAbstractProxyModel::sibling(int row, int column, const QModelIndex &idx) \n This method can be reimplemented in a derived class. " , true , & _init_cbs_sibling_c3713_0 , & _call_cbs_sibling_c3713_0 , & _set_callback_cbs_sibling_c3713_0 ) ;
methods + = new qt_gsi : : GenericMethod ( " sort " , " @hide " , false , & _init_cbs_sort_2340_1 , & _call_cbs_sort_2340_1 ) ;
methods + = new qt_gsi : : GenericMethod ( " sort " , " @brief Virtual method void QAbstractProxyModel::sort(int column, Qt::SortOrder order) \n This method can be reimplemented in a derived class. " , false , & _init_cbs_sort_2340_1 , & _call_cbs_sort_2340_1 , & _set_callback_cbs_sort_2340_1 ) ;
methods + = new qt_gsi : : GenericMethod ( " span " , " @hide " , true , & _init_cbs_span_c2395_0 , & _call_cbs_span_c2395_0 ) ;
methods + = new qt_gsi : : GenericMethod ( " span " , " @brief Virtual method QSize QAbstractProxyModel::span(const QModelIndex &index) \n This method can be reimplemented in a derived class. " , true , & _init_cbs_span_c2395_0 , & _call_cbs_span_c2395_0 , & _set_callback_cbs_span_c2395_0 ) ;
methods + = new qt_gsi : : GenericMethod ( " submit " , " @hide " , false , & _init_cbs_submit_0_0 , & _call_cbs_submit_0_0 ) ;
methods + = new qt_gsi : : GenericMethod ( " submit " , " @brief Virtual method bool QAbstractProxyModel::submit() \n This method can be reimplemented in a derived class. " , false , & _init_cbs_submit_0_0 , & _call_cbs_submit_0_0 , & _set_callback_cbs_submit_0_0 ) ;
methods + = new qt_gsi : : GenericMethod ( " supportedDragActions " , " @hide " , true , & _init_cbs_supportedDragActions_c0_0 , & _call_cbs_supportedDragActions_c0_0 ) ;
methods + = new qt_gsi : : GenericMethod ( " supportedDragActions " , " @brief Virtual method QFlags<Qt::DropAction> QAbstractProxyModel::supportedDragActions() \n This method can be reimplemented in a derived class. " , true , & _init_cbs_supportedDragActions_c0_0 , & _call_cbs_supportedDragActions_c0_0 , & _set_callback_cbs_supportedDragActions_c0_0 ) ;
methods + = new qt_gsi : : GenericMethod ( " supportedDropActions " , " @hide " , true , & _init_cbs_supportedDropActions_c0_0 , & _call_cbs_supportedDropActions_c0_0 ) ;
methods + = new qt_gsi : : GenericMethod ( " supportedDropActions " , " @brief Virtual method QFlags<Qt::DropAction> QAbstractProxyModel::supportedDropActions() \n This method can be reimplemented in a derived class. " , true , & _init_cbs_supportedDropActions_c0_0 , & _call_cbs_supportedDropActions_c0_0 , & _set_callback_cbs_supportedDropActions_c0_0 ) ;
methods + = new qt_gsi : : GenericMethod ( " *timerEvent " , " @hide " , false , & _init_cbs_timerEvent_1730_0 , & _call_cbs_timerEvent_1730_0 ) ;
methods + = new qt_gsi : : GenericMethod ( " *timerEvent " , " @brief Virtual method void QAbstractProxyModel::timerEvent(QTimerEvent *) \n This method can be reimplemented in a derived class. " , false , & _init_cbs_timerEvent_1730_0 , & _call_cbs_timerEvent_1730_0 , & _set_callback_cbs_timerEvent_1730_0 ) ;
return methods ;
}
gsi : : Class < QAbstractProxyModel_Adaptor > decl_QAbstractProxyModel_Adaptor ( qtdecl_QAbstractProxyModel ( ) , " QAbstractProxyModel " ,
methods_QAbstractProxyModel_Adaptor ( ) ,
" @qt \n @brief Binding of QAbstractProxyModel " ) ;
}