2017-02-12 13:21:08 +01:00
/**
* @ file gsiDeclQAudioDecoderControl . cc
*
* DO NOT EDIT THIS FILE .
* This file has been created automatically
*/
# include <QAudioDecoderControl>
# include <QAudioBuffer>
# include <QAudioFormat>
# include <QChildEvent>
# include <QEvent>
# include <QIODevice>
# include <QMetaMethod>
# include <QObject>
# include <QThread>
# include <QTimerEvent>
# include "gsiQt.h"
# include "gsiQtCommon.h"
# include "gsiDeclQtTypeTraits.h"
# include <memory>
// -----------------------------------------------------------------------
// class QAudioDecoderControl
// 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 & > ( QAudioDecoderControl : : staticMetaObject ) ;
}
// QAudioFormat QAudioDecoderControl::audioFormat()
static void _init_f_audioFormat_c0 ( qt_gsi : : GenericMethod * decl )
{
decl - > set_return < QAudioFormat > ( ) ;
}
static void _call_f_audioFormat_c0 ( const qt_gsi : : GenericMethod * /*decl*/ , void * cls , gsi : : SerialArgs & args , gsi : : SerialArgs & ret )
{
__SUPPRESS_UNUSED_WARNING ( args ) ;
ret . write < QAudioFormat > ( ( QAudioFormat ) ( ( QAudioDecoderControl * ) cls ) - > audioFormat ( ) ) ;
}
// bool QAudioDecoderControl::bufferAvailable()
static void _init_f_bufferAvailable_c0 ( qt_gsi : : GenericMethod * decl )
{
decl - > set_return < bool > ( ) ;
}
static void _call_f_bufferAvailable_c0 ( const qt_gsi : : GenericMethod * /*decl*/ , void * cls , gsi : : SerialArgs & args , gsi : : SerialArgs & ret )
{
__SUPPRESS_UNUSED_WARNING ( args ) ;
ret . write < bool > ( ( bool ) ( ( QAudioDecoderControl * ) cls ) - > bufferAvailable ( ) ) ;
}
// qint64 QAudioDecoderControl::duration()
static void _init_f_duration_c0 ( qt_gsi : : GenericMethod * decl )
{
decl - > set_return < qint64 > ( ) ;
}
static void _call_f_duration_c0 ( const qt_gsi : : GenericMethod * /*decl*/ , void * cls , gsi : : SerialArgs & args , gsi : : SerialArgs & ret )
{
__SUPPRESS_UNUSED_WARNING ( args ) ;
ret . write < qint64 > ( ( qint64 ) ( ( QAudioDecoderControl * ) cls ) - > duration ( ) ) ;
}
// qint64 QAudioDecoderControl::position()
static void _init_f_position_c0 ( qt_gsi : : GenericMethod * decl )
{
decl - > set_return < qint64 > ( ) ;
}
static void _call_f_position_c0 ( const qt_gsi : : GenericMethod * /*decl*/ , void * cls , gsi : : SerialArgs & args , gsi : : SerialArgs & ret )
{
__SUPPRESS_UNUSED_WARNING ( args ) ;
ret . write < qint64 > ( ( qint64 ) ( ( QAudioDecoderControl * ) cls ) - > position ( ) ) ;
}
// QAudioBuffer QAudioDecoderControl::read()
static void _init_f_read_0 ( qt_gsi : : GenericMethod * decl )
{
decl - > set_return < QAudioBuffer > ( ) ;
}
static void _call_f_read_0 ( const qt_gsi : : GenericMethod * /*decl*/ , void * cls , gsi : : SerialArgs & args , gsi : : SerialArgs & ret )
{
__SUPPRESS_UNUSED_WARNING ( args ) ;
ret . write < QAudioBuffer > ( ( QAudioBuffer ) ( ( QAudioDecoderControl * ) cls ) - > read ( ) ) ;
}
// void QAudioDecoderControl::setAudioFormat(const QAudioFormat &format)
static void _init_f_setAudioFormat_2509 ( qt_gsi : : GenericMethod * decl )
{
static gsi : : ArgSpecBase argspec_0 ( " format " ) ;
decl - > add_arg < const QAudioFormat & > ( argspec_0 ) ;
decl - > set_return < void > ( ) ;
}
static void _call_f_setAudioFormat_2509 ( const qt_gsi : : GenericMethod * /*decl*/ , void * cls , gsi : : SerialArgs & args , gsi : : SerialArgs & ret )
{
__SUPPRESS_UNUSED_WARNING ( args ) ;
tl : : Heap heap ;
const QAudioFormat & arg1 = args . read < const QAudioFormat & > ( heap ) ;
__SUPPRESS_UNUSED_WARNING ( ret ) ;
( ( QAudioDecoderControl * ) cls ) - > setAudioFormat ( arg1 ) ;
}
// void QAudioDecoderControl::setSourceDevice(QIODevice *device)
static void _init_f_setSourceDevice_1447 ( qt_gsi : : GenericMethod * decl )
{
static gsi : : ArgSpecBase argspec_0 ( " device " ) ;
decl - > add_arg < QIODevice * > ( argspec_0 ) ;
decl - > set_return < void > ( ) ;
}
static void _call_f_setSourceDevice_1447 ( const qt_gsi : : GenericMethod * /*decl*/ , void * cls , gsi : : SerialArgs & args , gsi : : SerialArgs & ret )
{
__SUPPRESS_UNUSED_WARNING ( args ) ;
tl : : Heap heap ;
QIODevice * arg1 = args . read < QIODevice * > ( heap ) ;
__SUPPRESS_UNUSED_WARNING ( ret ) ;
( ( QAudioDecoderControl * ) cls ) - > setSourceDevice ( arg1 ) ;
}
// void QAudioDecoderControl::setSourceFilename(const QString &fileName)
static void _init_f_setSourceFilename_2025 ( qt_gsi : : GenericMethod * decl )
{
static gsi : : ArgSpecBase argspec_0 ( " fileName " ) ;
decl - > add_arg < const QString & > ( argspec_0 ) ;
decl - > set_return < void > ( ) ;
}
static void _call_f_setSourceFilename_2025 ( const qt_gsi : : GenericMethod * /*decl*/ , void * cls , gsi : : SerialArgs & args , gsi : : SerialArgs & ret )
{
__SUPPRESS_UNUSED_WARNING ( args ) ;
tl : : Heap heap ;
const QString & arg1 = args . read < const QString & > ( heap ) ;
__SUPPRESS_UNUSED_WARNING ( ret ) ;
( ( QAudioDecoderControl * ) cls ) - > setSourceFilename ( arg1 ) ;
}
// QIODevice *QAudioDecoderControl::sourceDevice()
static void _init_f_sourceDevice_c0 ( qt_gsi : : GenericMethod * decl )
{
decl - > set_return < QIODevice * > ( ) ;
}
static void _call_f_sourceDevice_c0 ( const qt_gsi : : GenericMethod * /*decl*/ , void * cls , gsi : : SerialArgs & args , gsi : : SerialArgs & ret )
{
__SUPPRESS_UNUSED_WARNING ( args ) ;
ret . write < QIODevice * > ( ( QIODevice * ) ( ( QAudioDecoderControl * ) cls ) - > sourceDevice ( ) ) ;
}
// QString QAudioDecoderControl::sourceFilename()
static void _init_f_sourceFilename_c0 ( qt_gsi : : GenericMethod * decl )
{
decl - > set_return < QString > ( ) ;
}
static void _call_f_sourceFilename_c0 ( const qt_gsi : : GenericMethod * /*decl*/ , void * cls , gsi : : SerialArgs & args , gsi : : SerialArgs & ret )
{
__SUPPRESS_UNUSED_WARNING ( args ) ;
ret . write < QString > ( ( QString ) ( ( QAudioDecoderControl * ) cls ) - > sourceFilename ( ) ) ;
}
// void QAudioDecoderControl::start()
static void _init_f_start_0 ( qt_gsi : : GenericMethod * decl )
{
decl - > set_return < void > ( ) ;
}
static void _call_f_start_0 ( const qt_gsi : : GenericMethod * /*decl*/ , void * cls , gsi : : SerialArgs & args , gsi : : SerialArgs & ret )
{
__SUPPRESS_UNUSED_WARNING ( args ) ;
__SUPPRESS_UNUSED_WARNING ( ret ) ;
( ( QAudioDecoderControl * ) cls ) - > start ( ) ;
}
// QAudioDecoder::State QAudioDecoderControl::state()
static void _init_f_state_c0 ( qt_gsi : : GenericMethod * decl )
{
decl - > set_return < qt_gsi : : Converter < QAudioDecoder : : State > : : target_type > ( ) ;
}
static void _call_f_state_c0 ( const qt_gsi : : GenericMethod * /*decl*/ , void * cls , gsi : : SerialArgs & args , gsi : : SerialArgs & ret )
{
__SUPPRESS_UNUSED_WARNING ( args ) ;
ret . write < qt_gsi : : Converter < QAudioDecoder : : State > : : target_type > ( ( qt_gsi : : Converter < QAudioDecoder : : State > : : target_type ) qt_gsi : : CppToQtAdaptor < QAudioDecoder : : State > ( ( ( QAudioDecoderControl * ) cls ) - > state ( ) ) ) ;
}
// void QAudioDecoderControl::stop()
static void _init_f_stop_0 ( qt_gsi : : GenericMethod * decl )
{
decl - > set_return < void > ( ) ;
}
static void _call_f_stop_0 ( const qt_gsi : : GenericMethod * /*decl*/ , void * cls , gsi : : SerialArgs & args , gsi : : SerialArgs & ret )
{
__SUPPRESS_UNUSED_WARNING ( args ) ;
__SUPPRESS_UNUSED_WARNING ( ret ) ;
( ( QAudioDecoderControl * ) cls ) - > stop ( ) ;
}
// static QString QAudioDecoderControl::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 ) QAudioDecoderControl : : tr ( arg1 , arg2 , arg3 ) ) ;
}
// static QString QAudioDecoderControl::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 ) QAudioDecoderControl : : trUtf8 ( arg1 , arg2 , arg3 ) ) ;
}
namespace gsi
{
static gsi : : Methods methods_QAudioDecoderControl ( ) {
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 ( " :audioFormat " , " @brief Method QAudioFormat QAudioDecoderControl::audioFormat() \n " , true , & _init_f_audioFormat_c0 , & _call_f_audioFormat_c0 ) ;
methods + = new qt_gsi : : GenericMethod ( " bufferAvailable " , " @brief Method bool QAudioDecoderControl::bufferAvailable() \n " , true , & _init_f_bufferAvailable_c0 , & _call_f_bufferAvailable_c0 ) ;
methods + = new qt_gsi : : GenericMethod ( " duration " , " @brief Method qint64 QAudioDecoderControl::duration() \n " , true , & _init_f_duration_c0 , & _call_f_duration_c0 ) ;
methods + = new qt_gsi : : GenericMethod ( " position " , " @brief Method qint64 QAudioDecoderControl::position() \n " , true , & _init_f_position_c0 , & _call_f_position_c0 ) ;
methods + = new qt_gsi : : GenericMethod ( " read " , " @brief Method QAudioBuffer QAudioDecoderControl::read() \n " , false , & _init_f_read_0 , & _call_f_read_0 ) ;
methods + = new qt_gsi : : GenericMethod ( " setAudioFormat|audioFormat= " , " @brief Method void QAudioDecoderControl::setAudioFormat(const QAudioFormat &format) \n " , false , & _init_f_setAudioFormat_2509 , & _call_f_setAudioFormat_2509 ) ;
methods + = new qt_gsi : : GenericMethod ( " setSourceDevice|sourceDevice= " , " @brief Method void QAudioDecoderControl::setSourceDevice(QIODevice *device) \n " , false , & _init_f_setSourceDevice_1447 , & _call_f_setSourceDevice_1447 ) ;
methods + = new qt_gsi : : GenericMethod ( " setSourceFilename|sourceFilename= " , " @brief Method void QAudioDecoderControl::setSourceFilename(const QString &fileName) \n " , false , & _init_f_setSourceFilename_2025 , & _call_f_setSourceFilename_2025 ) ;
methods + = new qt_gsi : : GenericMethod ( " :sourceDevice " , " @brief Method QIODevice *QAudioDecoderControl::sourceDevice() \n " , true , & _init_f_sourceDevice_c0 , & _call_f_sourceDevice_c0 ) ;
methods + = new qt_gsi : : GenericMethod ( " :sourceFilename " , " @brief Method QString QAudioDecoderControl::sourceFilename() \n " , true , & _init_f_sourceFilename_c0 , & _call_f_sourceFilename_c0 ) ;
methods + = new qt_gsi : : GenericMethod ( " start " , " @brief Method void QAudioDecoderControl::start() \n " , false , & _init_f_start_0 , & _call_f_start_0 ) ;
methods + = new qt_gsi : : GenericMethod ( " state " , " @brief Method QAudioDecoder::State QAudioDecoderControl::state() \n " , true , & _init_f_state_c0 , & _call_f_state_c0 ) ;
methods + = new qt_gsi : : GenericMethod ( " stop " , " @brief Method void QAudioDecoderControl::stop() \n " , false , & _init_f_stop_0 , & _call_f_stop_0 ) ;
methods + = gsi : : qt_signal < bool > ( " bufferAvailableChanged(bool) " , " bufferAvailableChanged " , gsi : : arg ( " available " ) , " @brief Signal declaration for QAudioDecoderControl::bufferAvailableChanged(bool available) \n You can bind a procedure to this signal. " ) ;
methods + = gsi : : qt_signal ( " bufferReady() " , " bufferReady " , " @brief Signal declaration for QAudioDecoderControl::bufferReady() \n You can bind a procedure to this signal. " ) ;
methods + = gsi : : qt_signal < QObject * > ( " destroyed(QObject *) " , " destroyed " , gsi : : arg ( " arg1 " ) , " @brief Signal declaration for QAudioDecoderControl::destroyed(QObject *) \n You can bind a procedure to this signal. " ) ;
methods + = gsi : : qt_signal < qint64 > ( " durationChanged(qint64) " , " durationChanged " , gsi : : arg ( " duration " ) , " @brief Signal declaration for QAudioDecoderControl::durationChanged(qint64 duration) \n You can bind a procedure to this signal. " ) ;
methods + = gsi : : qt_signal < int , const QString & > ( " error(int, const QString &) " , " error " , gsi : : arg ( " error " ) , gsi : : arg ( " errorString " ) , " @brief Signal declaration for QAudioDecoderControl::error(int error, const QString &errorString) \n You can bind a procedure to this signal. " ) ;
methods + = gsi : : qt_signal ( " finished() " , " finished " , " @brief Signal declaration for QAudioDecoderControl::finished() \n You can bind a procedure to this signal. " ) ;
methods + = gsi : : qt_signal < const QAudioFormat & > ( " formatChanged(const QAudioFormat &) " , " formatChanged " , gsi : : arg ( " format " ) , " @brief Signal declaration for QAudioDecoderControl::formatChanged(const QAudioFormat &format) \n You can bind a procedure to this signal. " ) ;
methods + = gsi : : qt_signal < qint64 > ( " positionChanged(qint64) " , " positionChanged " , gsi : : arg ( " position " ) , " @brief Signal declaration for QAudioDecoderControl::positionChanged(qint64 position) \n You can bind a procedure to this signal. " ) ;
methods + = gsi : : qt_signal ( " sourceChanged() " , " sourceChanged " , " @brief Signal declaration for QAudioDecoderControl::sourceChanged() \n You can bind a procedure to this signal. " ) ;
methods + = gsi : : qt_signal < const qt_gsi : : Converter < QAudioDecoder : : State > : : target_type & > ( " stateChanged(QAudioDecoder::State) " , " stateChanged " , gsi : : arg ( " newState " ) , " @brief Signal declaration for QAudioDecoderControl::stateChanged(QAudioDecoder::State newState) \n You can bind a procedure to this signal. " ) ;
methods + = new qt_gsi : : GenericStaticMethod ( " tr " , " @brief Static method QString QAudioDecoderControl::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 QAudioDecoderControl::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 < QMediaControl > & qtdecl_QMediaControl ( ) ;
2017-02-20 22:20:38 +01:00
qt_gsi : : QtNativeClass < QAudioDecoderControl > decl_QAudioDecoderControl ( qtdecl_QMediaControl ( ) , " QAudioDecoderControl_Native " ,
2017-02-12 13:21:08 +01:00
methods_QAudioDecoderControl ( ) ,
" @hide \n @alias QAudioDecoderControl " ) ;
GSIQT_PUBLIC gsi : : Class < QAudioDecoderControl > & qtdecl_QAudioDecoderControl ( ) { return decl_QAudioDecoderControl ; }
}
class QAudioDecoderControl_Adaptor : public QAudioDecoderControl , public qt_gsi : : QtObjectBase
{
public :
virtual ~ QAudioDecoderControl_Adaptor ( ) ;
// [expose] bool QAudioDecoderControl::isSignalConnected(const QMetaMethod &signal)
bool fp_QAudioDecoderControl_isSignalConnected_c2394 ( const QMetaMethod & signal ) const {
return QAudioDecoderControl : : isSignalConnected ( signal ) ;
}
// [expose] int QAudioDecoderControl::receivers(const char *signal)
int fp_QAudioDecoderControl_receivers_c1731 ( const char * signal ) const {
return QAudioDecoderControl : : receivers ( signal ) ;
}
// [expose] QObject *QAudioDecoderControl::sender()
QObject * fp_QAudioDecoderControl_sender_c0 ( ) const {
return QAudioDecoderControl : : sender ( ) ;
}
// [expose] int QAudioDecoderControl::senderSignalIndex()
int fp_QAudioDecoderControl_senderSignalIndex_c0 ( ) const {
return QAudioDecoderControl : : senderSignalIndex ( ) ;
}
// [adaptor impl] QAudioFormat QAudioDecoderControl::audioFormat()
QAudioFormat cbs_audioFormat_c0_0 ( ) const
{
throw qt_gsi : : AbstractMethodCalledException ( " audioFormat " ) ;
}
virtual QAudioFormat audioFormat ( ) const
{
if ( cb_audioFormat_c0_0 . can_issue ( ) ) {
return cb_audioFormat_c0_0 . issue < QAudioDecoderControl_Adaptor , QAudioFormat > ( & QAudioDecoderControl_Adaptor : : cbs_audioFormat_c0_0 ) ;
} else {
throw qt_gsi : : AbstractMethodCalledException ( " audioFormat " ) ;
}
}
// [adaptor impl] bool QAudioDecoderControl::bufferAvailable()
bool cbs_bufferAvailable_c0_0 ( ) const
{
throw qt_gsi : : AbstractMethodCalledException ( " bufferAvailable " ) ;
}
virtual bool bufferAvailable ( ) const
{
if ( cb_bufferAvailable_c0_0 . can_issue ( ) ) {
return cb_bufferAvailable_c0_0 . issue < QAudioDecoderControl_Adaptor , bool > ( & QAudioDecoderControl_Adaptor : : cbs_bufferAvailable_c0_0 ) ;
} else {
throw qt_gsi : : AbstractMethodCalledException ( " bufferAvailable " ) ;
}
}
// [emitter impl] void QAudioDecoderControl::bufferAvailableChanged(bool available)
void emitter_QAudioDecoderControl_bufferAvailableChanged_864 ( bool available )
{
emit QAudioDecoderControl : : bufferAvailableChanged ( available ) ;
}
// [emitter impl] void QAudioDecoderControl::bufferReady()
void emitter_QAudioDecoderControl_bufferReady_0 ( )
{
emit QAudioDecoderControl : : bufferReady ( ) ;
}
// [emitter impl] void QAudioDecoderControl::destroyed(QObject *)
void emitter_QAudioDecoderControl_destroyed_1302 ( QObject * arg1 )
{
emit QAudioDecoderControl : : destroyed ( arg1 ) ;
}
// [adaptor impl] qint64 QAudioDecoderControl::duration()
qint64 cbs_duration_c0_0 ( ) const
{
throw qt_gsi : : AbstractMethodCalledException ( " duration " ) ;
}
virtual qint64 duration ( ) const
{
if ( cb_duration_c0_0 . can_issue ( ) ) {
return cb_duration_c0_0 . issue < QAudioDecoderControl_Adaptor , qint64 > ( & QAudioDecoderControl_Adaptor : : cbs_duration_c0_0 ) ;
} else {
throw qt_gsi : : AbstractMethodCalledException ( " duration " ) ;
}
}
// [emitter impl] void QAudioDecoderControl::durationChanged(qint64 duration)
void emitter_QAudioDecoderControl_durationChanged_986 ( qint64 duration )
{
emit QAudioDecoderControl : : durationChanged ( duration ) ;
}
// [emitter impl] void QAudioDecoderControl::error(int error, const QString &errorString)
void emitter_QAudioDecoderControl_error_2684 ( int _error , const QString & errorString )
{
emit QAudioDecoderControl : : error ( _error , errorString ) ;
}
// [adaptor impl] bool QAudioDecoderControl::event(QEvent *)
bool cbs_event_1217_0 ( QEvent * arg1 )
{
return QAudioDecoderControl : : event ( arg1 ) ;
}
virtual bool event ( QEvent * arg1 )
{
if ( cb_event_1217_0 . can_issue ( ) ) {
return cb_event_1217_0 . issue < QAudioDecoderControl_Adaptor , bool , QEvent * > ( & QAudioDecoderControl_Adaptor : : cbs_event_1217_0 , arg1 ) ;
} else {
return QAudioDecoderControl : : event ( arg1 ) ;
}
}
// [adaptor impl] bool QAudioDecoderControl::eventFilter(QObject *, QEvent *)
bool cbs_eventFilter_2411_0 ( QObject * arg1 , QEvent * arg2 )
{
return QAudioDecoderControl : : eventFilter ( arg1 , arg2 ) ;
}
virtual bool eventFilter ( QObject * arg1 , QEvent * arg2 )
{
if ( cb_eventFilter_2411_0 . can_issue ( ) ) {
return cb_eventFilter_2411_0 . issue < QAudioDecoderControl_Adaptor , bool , QObject * , QEvent * > ( & QAudioDecoderControl_Adaptor : : cbs_eventFilter_2411_0 , arg1 , arg2 ) ;
} else {
return QAudioDecoderControl : : eventFilter ( arg1 , arg2 ) ;
}
}
// [emitter impl] void QAudioDecoderControl::finished()
void emitter_QAudioDecoderControl_finished_0 ( )
{
emit QAudioDecoderControl : : finished ( ) ;
}
// [emitter impl] void QAudioDecoderControl::formatChanged(const QAudioFormat &format)
void emitter_QAudioDecoderControl_formatChanged_2509 ( const QAudioFormat & format )
{
emit QAudioDecoderControl : : formatChanged ( format ) ;
}
// [adaptor impl] qint64 QAudioDecoderControl::position()
qint64 cbs_position_c0_0 ( ) const
{
throw qt_gsi : : AbstractMethodCalledException ( " position " ) ;
}
virtual qint64 position ( ) const
{
if ( cb_position_c0_0 . can_issue ( ) ) {
return cb_position_c0_0 . issue < QAudioDecoderControl_Adaptor , qint64 > ( & QAudioDecoderControl_Adaptor : : cbs_position_c0_0 ) ;
} else {
throw qt_gsi : : AbstractMethodCalledException ( " position " ) ;
}
}
// [emitter impl] void QAudioDecoderControl::positionChanged(qint64 position)
void emitter_QAudioDecoderControl_positionChanged_986 ( qint64 position )
{
emit QAudioDecoderControl : : positionChanged ( position ) ;
}
// [adaptor impl] QAudioBuffer QAudioDecoderControl::read()
QAudioBuffer cbs_read_0_0 ( )
{
throw qt_gsi : : AbstractMethodCalledException ( " read " ) ;
}
virtual QAudioBuffer read ( )
{
if ( cb_read_0_0 . can_issue ( ) ) {
return cb_read_0_0 . issue < QAudioDecoderControl_Adaptor , QAudioBuffer > ( & QAudioDecoderControl_Adaptor : : cbs_read_0_0 ) ;
} else {
throw qt_gsi : : AbstractMethodCalledException ( " read " ) ;
}
}
// [adaptor impl] void QAudioDecoderControl::setAudioFormat(const QAudioFormat &format)
void cbs_setAudioFormat_2509_0 ( const QAudioFormat & format )
{
__SUPPRESS_UNUSED_WARNING ( format ) ;
throw qt_gsi : : AbstractMethodCalledException ( " setAudioFormat " ) ;
}
virtual void setAudioFormat ( const QAudioFormat & format )
{
if ( cb_setAudioFormat_2509_0 . can_issue ( ) ) {
cb_setAudioFormat_2509_0 . issue < QAudioDecoderControl_Adaptor , const QAudioFormat & > ( & QAudioDecoderControl_Adaptor : : cbs_setAudioFormat_2509_0 , format ) ;
} else {
throw qt_gsi : : AbstractMethodCalledException ( " setAudioFormat " ) ;
}
}
// [adaptor impl] void QAudioDecoderControl::setSourceDevice(QIODevice *device)
void cbs_setSourceDevice_1447_0 ( QIODevice * device )
{
__SUPPRESS_UNUSED_WARNING ( device ) ;
throw qt_gsi : : AbstractMethodCalledException ( " setSourceDevice " ) ;
}
virtual void setSourceDevice ( QIODevice * device )
{
if ( cb_setSourceDevice_1447_0 . can_issue ( ) ) {
cb_setSourceDevice_1447_0 . issue < QAudioDecoderControl_Adaptor , QIODevice * > ( & QAudioDecoderControl_Adaptor : : cbs_setSourceDevice_1447_0 , device ) ;
} else {
throw qt_gsi : : AbstractMethodCalledException ( " setSourceDevice " ) ;
}
}
// [adaptor impl] void QAudioDecoderControl::setSourceFilename(const QString &fileName)
void cbs_setSourceFilename_2025_0 ( const QString & fileName )
{
__SUPPRESS_UNUSED_WARNING ( fileName ) ;
throw qt_gsi : : AbstractMethodCalledException ( " setSourceFilename " ) ;
}
virtual void setSourceFilename ( const QString & fileName )
{
if ( cb_setSourceFilename_2025_0 . can_issue ( ) ) {
cb_setSourceFilename_2025_0 . issue < QAudioDecoderControl_Adaptor , const QString & > ( & QAudioDecoderControl_Adaptor : : cbs_setSourceFilename_2025_0 , fileName ) ;
} else {
throw qt_gsi : : AbstractMethodCalledException ( " setSourceFilename " ) ;
}
}
// [emitter impl] void QAudioDecoderControl::sourceChanged()
void emitter_QAudioDecoderControl_sourceChanged_0 ( )
{
emit QAudioDecoderControl : : sourceChanged ( ) ;
}
// [adaptor impl] QIODevice *QAudioDecoderControl::sourceDevice()
QIODevice * cbs_sourceDevice_c0_0 ( ) const
{
throw qt_gsi : : AbstractMethodCalledException ( " sourceDevice " ) ;
}
virtual QIODevice * sourceDevice ( ) const
{
if ( cb_sourceDevice_c0_0 . can_issue ( ) ) {
return cb_sourceDevice_c0_0 . issue < QAudioDecoderControl_Adaptor , QIODevice * > ( & QAudioDecoderControl_Adaptor : : cbs_sourceDevice_c0_0 ) ;
} else {
throw qt_gsi : : AbstractMethodCalledException ( " sourceDevice " ) ;
}
}
// [adaptor impl] QString QAudioDecoderControl::sourceFilename()
QString cbs_sourceFilename_c0_0 ( ) const
{
throw qt_gsi : : AbstractMethodCalledException ( " sourceFilename " ) ;
}
virtual QString sourceFilename ( ) const
{
if ( cb_sourceFilename_c0_0 . can_issue ( ) ) {
return cb_sourceFilename_c0_0 . issue < QAudioDecoderControl_Adaptor , QString > ( & QAudioDecoderControl_Adaptor : : cbs_sourceFilename_c0_0 ) ;
} else {
throw qt_gsi : : AbstractMethodCalledException ( " sourceFilename " ) ;
}
}
// [adaptor impl] void QAudioDecoderControl::start()
void cbs_start_0_0 ( )
{
throw qt_gsi : : AbstractMethodCalledException ( " start " ) ;
}
virtual void start ( )
{
if ( cb_start_0_0 . can_issue ( ) ) {
cb_start_0_0 . issue < QAudioDecoderControl_Adaptor > ( & QAudioDecoderControl_Adaptor : : cbs_start_0_0 ) ;
} else {
throw qt_gsi : : AbstractMethodCalledException ( " start " ) ;
}
}
// [adaptor impl] QAudioDecoder::State QAudioDecoderControl::state()
qt_gsi : : Converter < QAudioDecoder : : State > : : target_type cbs_state_c0_0 ( ) const
{
throw qt_gsi : : AbstractMethodCalledException ( " state " ) ;
}
virtual QAudioDecoder : : State state ( ) const
{
if ( cb_state_c0_0 . can_issue ( ) ) {
return qt_gsi : : QtToCppAdaptor < QAudioDecoder : : State > ( cb_state_c0_0 . issue < QAudioDecoderControl_Adaptor , qt_gsi : : Converter < QAudioDecoder : : State > : : target_type > ( & QAudioDecoderControl_Adaptor : : cbs_state_c0_0 ) ) . cref ( ) ;
} else {
throw qt_gsi : : AbstractMethodCalledException ( " state " ) ;
}
}
// [emitter impl] void QAudioDecoderControl::stateChanged(QAudioDecoder::State newState)
void emitter_QAudioDecoderControl_stateChanged_2338 ( QAudioDecoder : : State newState )
{
emit QAudioDecoderControl : : stateChanged ( newState ) ;
}
// [adaptor impl] void QAudioDecoderControl::stop()
void cbs_stop_0_0 ( )
{
throw qt_gsi : : AbstractMethodCalledException ( " stop " ) ;
}
virtual void stop ( )
{
if ( cb_stop_0_0 . can_issue ( ) ) {
cb_stop_0_0 . issue < QAudioDecoderControl_Adaptor > ( & QAudioDecoderControl_Adaptor : : cbs_stop_0_0 ) ;
} else {
throw qt_gsi : : AbstractMethodCalledException ( " stop " ) ;
}
}
// [adaptor impl] void QAudioDecoderControl::childEvent(QChildEvent *)
void cbs_childEvent_1701_0 ( QChildEvent * arg1 )
{
QAudioDecoderControl : : childEvent ( arg1 ) ;
}
virtual void childEvent ( QChildEvent * arg1 )
{
if ( cb_childEvent_1701_0 . can_issue ( ) ) {
cb_childEvent_1701_0 . issue < QAudioDecoderControl_Adaptor , QChildEvent * > ( & QAudioDecoderControl_Adaptor : : cbs_childEvent_1701_0 , arg1 ) ;
} else {
QAudioDecoderControl : : childEvent ( arg1 ) ;
}
}
// [adaptor impl] void QAudioDecoderControl::customEvent(QEvent *)
void cbs_customEvent_1217_0 ( QEvent * arg1 )
{
QAudioDecoderControl : : customEvent ( arg1 ) ;
}
virtual void customEvent ( QEvent * arg1 )
{
if ( cb_customEvent_1217_0 . can_issue ( ) ) {
cb_customEvent_1217_0 . issue < QAudioDecoderControl_Adaptor , QEvent * > ( & QAudioDecoderControl_Adaptor : : cbs_customEvent_1217_0 , arg1 ) ;
} else {
QAudioDecoderControl : : customEvent ( arg1 ) ;
}
}
// [adaptor impl] void QAudioDecoderControl::disconnectNotify(const QMetaMethod &signal)
void cbs_disconnectNotify_2394_0 ( const QMetaMethod & signal )
{
QAudioDecoderControl : : disconnectNotify ( signal ) ;
}
virtual void disconnectNotify ( const QMetaMethod & signal )
{
if ( cb_disconnectNotify_2394_0 . can_issue ( ) ) {
cb_disconnectNotify_2394_0 . issue < QAudioDecoderControl_Adaptor , const QMetaMethod & > ( & QAudioDecoderControl_Adaptor : : cbs_disconnectNotify_2394_0 , signal ) ;
} else {
QAudioDecoderControl : : disconnectNotify ( signal ) ;
}
}
// [adaptor impl] void QAudioDecoderControl::timerEvent(QTimerEvent *)
void cbs_timerEvent_1730_0 ( QTimerEvent * arg1 )
{
QAudioDecoderControl : : timerEvent ( arg1 ) ;
}
virtual void timerEvent ( QTimerEvent * arg1 )
{
if ( cb_timerEvent_1730_0 . can_issue ( ) ) {
cb_timerEvent_1730_0 . issue < QAudioDecoderControl_Adaptor , QTimerEvent * > ( & QAudioDecoderControl_Adaptor : : cbs_timerEvent_1730_0 , arg1 ) ;
} else {
QAudioDecoderControl : : timerEvent ( arg1 ) ;
}
}
gsi : : Callback cb_audioFormat_c0_0 ;
gsi : : Callback cb_bufferAvailable_c0_0 ;
gsi : : Callback cb_duration_c0_0 ;
gsi : : Callback cb_event_1217_0 ;
gsi : : Callback cb_eventFilter_2411_0 ;
gsi : : Callback cb_position_c0_0 ;
gsi : : Callback cb_read_0_0 ;
gsi : : Callback cb_setAudioFormat_2509_0 ;
gsi : : Callback cb_setSourceDevice_1447_0 ;
gsi : : Callback cb_setSourceFilename_2025_0 ;
gsi : : Callback cb_sourceDevice_c0_0 ;
gsi : : Callback cb_sourceFilename_c0_0 ;
gsi : : Callback cb_start_0_0 ;
gsi : : Callback cb_state_c0_0 ;
gsi : : Callback cb_stop_0_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 ;
} ;
QAudioDecoderControl_Adaptor : : ~ QAudioDecoderControl_Adaptor ( ) { }
// QAudioFormat QAudioDecoderControl::audioFormat()
static void _init_cbs_audioFormat_c0_0 ( qt_gsi : : GenericMethod * decl )
{
decl - > set_return < QAudioFormat > ( ) ;
}
static void _call_cbs_audioFormat_c0_0 ( const qt_gsi : : GenericMethod * /*decl*/ , void * cls , gsi : : SerialArgs & args , gsi : : SerialArgs & ret )
{
__SUPPRESS_UNUSED_WARNING ( args ) ;
ret . write < QAudioFormat > ( ( QAudioFormat ) ( ( QAudioDecoderControl_Adaptor * ) cls ) - > cbs_audioFormat_c0_0 ( ) ) ;
}
static void _set_callback_cbs_audioFormat_c0_0 ( void * cls , const gsi : : Callback & cb )
{
( ( QAudioDecoderControl_Adaptor * ) cls ) - > cb_audioFormat_c0_0 = cb ;
}
// bool QAudioDecoderControl::bufferAvailable()
static void _init_cbs_bufferAvailable_c0_0 ( qt_gsi : : GenericMethod * decl )
{
decl - > set_return < bool > ( ) ;
}
static void _call_cbs_bufferAvailable_c0_0 ( const qt_gsi : : GenericMethod * /*decl*/ , void * cls , gsi : : SerialArgs & args , gsi : : SerialArgs & ret )
{
__SUPPRESS_UNUSED_WARNING ( args ) ;
ret . write < bool > ( ( bool ) ( ( QAudioDecoderControl_Adaptor * ) cls ) - > cbs_bufferAvailable_c0_0 ( ) ) ;
}
static void _set_callback_cbs_bufferAvailable_c0_0 ( void * cls , const gsi : : Callback & cb )
{
( ( QAudioDecoderControl_Adaptor * ) cls ) - > cb_bufferAvailable_c0_0 = cb ;
}
// emitter void QAudioDecoderControl::bufferAvailableChanged(bool available)
static void _init_emitter_bufferAvailableChanged_864 ( qt_gsi : : GenericMethod * decl )
{
static gsi : : ArgSpecBase argspec_0 ( " available " ) ;
decl - > add_arg < bool > ( argspec_0 ) ;
decl - > set_return < void > ( ) ;
}
static void _call_emitter_bufferAvailableChanged_864 ( const qt_gsi : : GenericMethod * /*decl*/ , void * cls , gsi : : SerialArgs & args , gsi : : SerialArgs & /*ret*/ )
{
__SUPPRESS_UNUSED_WARNING ( args ) ;
tl : : Heap heap ;
bool arg1 = args . read < bool > ( heap ) ;
( ( QAudioDecoderControl_Adaptor * ) cls ) - > emitter_QAudioDecoderControl_bufferAvailableChanged_864 ( arg1 ) ;
}
// emitter void QAudioDecoderControl::bufferReady()
static void _init_emitter_bufferReady_0 ( qt_gsi : : GenericMethod * decl )
{
decl - > set_return < void > ( ) ;
}
static void _call_emitter_bufferReady_0 ( const qt_gsi : : GenericMethod * /*decl*/ , void * cls , gsi : : SerialArgs & args , gsi : : SerialArgs & /*ret*/ )
{
__SUPPRESS_UNUSED_WARNING ( args ) ;
( ( QAudioDecoderControl_Adaptor * ) cls ) - > emitter_QAudioDecoderControl_bufferReady_0 ( ) ;
}
// void QAudioDecoderControl::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 ) ;
( ( QAudioDecoderControl_Adaptor * ) cls ) - > cbs_childEvent_1701_0 ( arg1 ) ;
}
static void _set_callback_cbs_childEvent_1701_0 ( void * cls , const gsi : : Callback & cb )
{
( ( QAudioDecoderControl_Adaptor * ) cls ) - > cb_childEvent_1701_0 = cb ;
}
// void QAudioDecoderControl::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 ) ;
( ( QAudioDecoderControl_Adaptor * ) cls ) - > cbs_customEvent_1217_0 ( arg1 ) ;
}
static void _set_callback_cbs_customEvent_1217_0 ( void * cls , const gsi : : Callback & cb )
{
( ( QAudioDecoderControl_Adaptor * ) cls ) - > cb_customEvent_1217_0 = cb ;
}
// emitter void QAudioDecoderControl::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 ) ;
( ( QAudioDecoderControl_Adaptor * ) cls ) - > emitter_QAudioDecoderControl_destroyed_1302 ( arg1 ) ;
}
// void QAudioDecoderControl::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 ) ;
( ( QAudioDecoderControl_Adaptor * ) cls ) - > cbs_disconnectNotify_2394_0 ( arg1 ) ;
}
static void _set_callback_cbs_disconnectNotify_2394_0 ( void * cls , const gsi : : Callback & cb )
{
( ( QAudioDecoderControl_Adaptor * ) cls ) - > cb_disconnectNotify_2394_0 = cb ;
}
// qint64 QAudioDecoderControl::duration()
static void _init_cbs_duration_c0_0 ( qt_gsi : : GenericMethod * decl )
{
decl - > set_return < qint64 > ( ) ;
}
static void _call_cbs_duration_c0_0 ( const qt_gsi : : GenericMethod * /*decl*/ , void * cls , gsi : : SerialArgs & args , gsi : : SerialArgs & ret )
{
__SUPPRESS_UNUSED_WARNING ( args ) ;
ret . write < qint64 > ( ( qint64 ) ( ( QAudioDecoderControl_Adaptor * ) cls ) - > cbs_duration_c0_0 ( ) ) ;
}
static void _set_callback_cbs_duration_c0_0 ( void * cls , const gsi : : Callback & cb )
{
( ( QAudioDecoderControl_Adaptor * ) cls ) - > cb_duration_c0_0 = cb ;
}
// emitter void QAudioDecoderControl::durationChanged(qint64 duration)
static void _init_emitter_durationChanged_986 ( qt_gsi : : GenericMethod * decl )
{
static gsi : : ArgSpecBase argspec_0 ( " duration " ) ;
decl - > add_arg < qint64 > ( argspec_0 ) ;
decl - > set_return < void > ( ) ;
}
static void _call_emitter_durationChanged_986 ( const qt_gsi : : GenericMethod * /*decl*/ , void * cls , gsi : : SerialArgs & args , gsi : : SerialArgs & /*ret*/ )
{
__SUPPRESS_UNUSED_WARNING ( args ) ;
tl : : Heap heap ;
qint64 arg1 = args . read < qint64 > ( heap ) ;
( ( QAudioDecoderControl_Adaptor * ) cls ) - > emitter_QAudioDecoderControl_durationChanged_986 ( arg1 ) ;
}
// emitter void QAudioDecoderControl::error(int error, const QString &errorString)
static void _init_emitter_error_2684 ( qt_gsi : : GenericMethod * decl )
{
static gsi : : ArgSpecBase argspec_0 ( " error " ) ;
decl - > add_arg < int > ( argspec_0 ) ;
static gsi : : ArgSpecBase argspec_1 ( " errorString " ) ;
decl - > add_arg < const QString & > ( argspec_1 ) ;
decl - > set_return < void > ( ) ;
}
static void _call_emitter_error_2684 ( 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 QString & arg2 = args . read < const QString & > ( heap ) ;
( ( QAudioDecoderControl_Adaptor * ) cls ) - > emitter_QAudioDecoderControl_error_2684 ( arg1 , arg2 ) ;
}
// bool QAudioDecoderControl::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 ) ( ( QAudioDecoderControl_Adaptor * ) cls ) - > cbs_event_1217_0 ( arg1 ) ) ;
}
static void _set_callback_cbs_event_1217_0 ( void * cls , const gsi : : Callback & cb )
{
( ( QAudioDecoderControl_Adaptor * ) cls ) - > cb_event_1217_0 = cb ;
}
// bool QAudioDecoderControl::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 ) ( ( QAudioDecoderControl_Adaptor * ) cls ) - > cbs_eventFilter_2411_0 ( arg1 , arg2 ) ) ;
}
static void _set_callback_cbs_eventFilter_2411_0 ( void * cls , const gsi : : Callback & cb )
{
( ( QAudioDecoderControl_Adaptor * ) cls ) - > cb_eventFilter_2411_0 = cb ;
}
// emitter void QAudioDecoderControl::finished()
static void _init_emitter_finished_0 ( qt_gsi : : GenericMethod * decl )
{
decl - > set_return < void > ( ) ;
}
static void _call_emitter_finished_0 ( const qt_gsi : : GenericMethod * /*decl*/ , void * cls , gsi : : SerialArgs & args , gsi : : SerialArgs & /*ret*/ )
{
__SUPPRESS_UNUSED_WARNING ( args ) ;
( ( QAudioDecoderControl_Adaptor * ) cls ) - > emitter_QAudioDecoderControl_finished_0 ( ) ;
}
// emitter void QAudioDecoderControl::formatChanged(const QAudioFormat &format)
static void _init_emitter_formatChanged_2509 ( qt_gsi : : GenericMethod * decl )
{
static gsi : : ArgSpecBase argspec_0 ( " format " ) ;
decl - > add_arg < const QAudioFormat & > ( argspec_0 ) ;
decl - > set_return < void > ( ) ;
}
static void _call_emitter_formatChanged_2509 ( const qt_gsi : : GenericMethod * /*decl*/ , void * cls , gsi : : SerialArgs & args , gsi : : SerialArgs & /*ret*/ )
{
__SUPPRESS_UNUSED_WARNING ( args ) ;
tl : : Heap heap ;
const QAudioFormat & arg1 = args . read < const QAudioFormat & > ( heap ) ;
( ( QAudioDecoderControl_Adaptor * ) cls ) - > emitter_QAudioDecoderControl_formatChanged_2509 ( arg1 ) ;
}
// exposed bool QAudioDecoderControl::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 ) ( ( QAudioDecoderControl_Adaptor * ) cls ) - > fp_QAudioDecoderControl_isSignalConnected_c2394 ( arg1 ) ) ;
}
// qint64 QAudioDecoderControl::position()
static void _init_cbs_position_c0_0 ( qt_gsi : : GenericMethod * decl )
{
decl - > set_return < qint64 > ( ) ;
}
static void _call_cbs_position_c0_0 ( const qt_gsi : : GenericMethod * /*decl*/ , void * cls , gsi : : SerialArgs & args , gsi : : SerialArgs & ret )
{
__SUPPRESS_UNUSED_WARNING ( args ) ;
ret . write < qint64 > ( ( qint64 ) ( ( QAudioDecoderControl_Adaptor * ) cls ) - > cbs_position_c0_0 ( ) ) ;
}
static void _set_callback_cbs_position_c0_0 ( void * cls , const gsi : : Callback & cb )
{
( ( QAudioDecoderControl_Adaptor * ) cls ) - > cb_position_c0_0 = cb ;
}
// emitter void QAudioDecoderControl::positionChanged(qint64 position)
static void _init_emitter_positionChanged_986 ( qt_gsi : : GenericMethod * decl )
{
static gsi : : ArgSpecBase argspec_0 ( " position " ) ;
decl - > add_arg < qint64 > ( argspec_0 ) ;
decl - > set_return < void > ( ) ;
}
static void _call_emitter_positionChanged_986 ( const qt_gsi : : GenericMethod * /*decl*/ , void * cls , gsi : : SerialArgs & args , gsi : : SerialArgs & /*ret*/ )
{
__SUPPRESS_UNUSED_WARNING ( args ) ;
tl : : Heap heap ;
qint64 arg1 = args . read < qint64 > ( heap ) ;
( ( QAudioDecoderControl_Adaptor * ) cls ) - > emitter_QAudioDecoderControl_positionChanged_986 ( arg1 ) ;
}
// QAudioBuffer QAudioDecoderControl::read()
static void _init_cbs_read_0_0 ( qt_gsi : : GenericMethod * decl )
{
decl - > set_return < QAudioBuffer > ( ) ;
}
static void _call_cbs_read_0_0 ( const qt_gsi : : GenericMethod * /*decl*/ , void * cls , gsi : : SerialArgs & args , gsi : : SerialArgs & ret )
{
__SUPPRESS_UNUSED_WARNING ( args ) ;
ret . write < QAudioBuffer > ( ( QAudioBuffer ) ( ( QAudioDecoderControl_Adaptor * ) cls ) - > cbs_read_0_0 ( ) ) ;
}
static void _set_callback_cbs_read_0_0 ( void * cls , const gsi : : Callback & cb )
{
( ( QAudioDecoderControl_Adaptor * ) cls ) - > cb_read_0_0 = cb ;
}
// exposed int QAudioDecoderControl::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 ) ( ( QAudioDecoderControl_Adaptor * ) cls ) - > fp_QAudioDecoderControl_receivers_c1731 ( arg1 ) ) ;
}
// exposed QObject *QAudioDecoderControl::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 * ) ( ( QAudioDecoderControl_Adaptor * ) cls ) - > fp_QAudioDecoderControl_sender_c0 ( ) ) ;
}
// exposed int QAudioDecoderControl::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 ) ( ( QAudioDecoderControl_Adaptor * ) cls ) - > fp_QAudioDecoderControl_senderSignalIndex_c0 ( ) ) ;
}
// void QAudioDecoderControl::setAudioFormat(const QAudioFormat &format)
static void _init_cbs_setAudioFormat_2509_0 ( qt_gsi : : GenericMethod * decl )
{
static gsi : : ArgSpecBase argspec_0 ( " format " ) ;
decl - > add_arg < const QAudioFormat & > ( argspec_0 ) ;
decl - > set_return < void > ( ) ;
}
static void _call_cbs_setAudioFormat_2509_0 ( const qt_gsi : : GenericMethod * /*decl*/ , void * cls , gsi : : SerialArgs & args , gsi : : SerialArgs & ret )
{
__SUPPRESS_UNUSED_WARNING ( args ) ;
tl : : Heap heap ;
const QAudioFormat & arg1 = args . read < const QAudioFormat & > ( heap ) ;
__SUPPRESS_UNUSED_WARNING ( ret ) ;
( ( QAudioDecoderControl_Adaptor * ) cls ) - > cbs_setAudioFormat_2509_0 ( arg1 ) ;
}
static void _set_callback_cbs_setAudioFormat_2509_0 ( void * cls , const gsi : : Callback & cb )
{
( ( QAudioDecoderControl_Adaptor * ) cls ) - > cb_setAudioFormat_2509_0 = cb ;
}
// void QAudioDecoderControl::setSourceDevice(QIODevice *device)
static void _init_cbs_setSourceDevice_1447_0 ( qt_gsi : : GenericMethod * decl )
{
static gsi : : ArgSpecBase argspec_0 ( " device " ) ;
decl - > add_arg < QIODevice * > ( argspec_0 ) ;
decl - > set_return < void > ( ) ;
}
static void _call_cbs_setSourceDevice_1447_0 ( const qt_gsi : : GenericMethod * /*decl*/ , void * cls , gsi : : SerialArgs & args , gsi : : SerialArgs & ret )
{
__SUPPRESS_UNUSED_WARNING ( args ) ;
tl : : Heap heap ;
QIODevice * arg1 = args . read < QIODevice * > ( heap ) ;
__SUPPRESS_UNUSED_WARNING ( ret ) ;
( ( QAudioDecoderControl_Adaptor * ) cls ) - > cbs_setSourceDevice_1447_0 ( arg1 ) ;
}
static void _set_callback_cbs_setSourceDevice_1447_0 ( void * cls , const gsi : : Callback & cb )
{
( ( QAudioDecoderControl_Adaptor * ) cls ) - > cb_setSourceDevice_1447_0 = cb ;
}
// void QAudioDecoderControl::setSourceFilename(const QString &fileName)
static void _init_cbs_setSourceFilename_2025_0 ( qt_gsi : : GenericMethod * decl )
{
static gsi : : ArgSpecBase argspec_0 ( " fileName " ) ;
decl - > add_arg < const QString & > ( argspec_0 ) ;
decl - > set_return < void > ( ) ;
}
static void _call_cbs_setSourceFilename_2025_0 ( const qt_gsi : : GenericMethod * /*decl*/ , void * cls , gsi : : SerialArgs & args , gsi : : SerialArgs & ret )
{
__SUPPRESS_UNUSED_WARNING ( args ) ;
tl : : Heap heap ;
const QString & arg1 = args . read < const QString & > ( heap ) ;
__SUPPRESS_UNUSED_WARNING ( ret ) ;
( ( QAudioDecoderControl_Adaptor * ) cls ) - > cbs_setSourceFilename_2025_0 ( arg1 ) ;
}
static void _set_callback_cbs_setSourceFilename_2025_0 ( void * cls , const gsi : : Callback & cb )
{
( ( QAudioDecoderControl_Adaptor * ) cls ) - > cb_setSourceFilename_2025_0 = cb ;
}
// emitter void QAudioDecoderControl::sourceChanged()
static void _init_emitter_sourceChanged_0 ( qt_gsi : : GenericMethod * decl )
{
decl - > set_return < void > ( ) ;
}
static void _call_emitter_sourceChanged_0 ( const qt_gsi : : GenericMethod * /*decl*/ , void * cls , gsi : : SerialArgs & args , gsi : : SerialArgs & /*ret*/ )
{
__SUPPRESS_UNUSED_WARNING ( args ) ;
( ( QAudioDecoderControl_Adaptor * ) cls ) - > emitter_QAudioDecoderControl_sourceChanged_0 ( ) ;
}
// QIODevice *QAudioDecoderControl::sourceDevice()
static void _init_cbs_sourceDevice_c0_0 ( qt_gsi : : GenericMethod * decl )
{
decl - > set_return < QIODevice * > ( ) ;
}
static void _call_cbs_sourceDevice_c0_0 ( const qt_gsi : : GenericMethod * /*decl*/ , void * cls , gsi : : SerialArgs & args , gsi : : SerialArgs & ret )
{
__SUPPRESS_UNUSED_WARNING ( args ) ;
ret . write < QIODevice * > ( ( QIODevice * ) ( ( QAudioDecoderControl_Adaptor * ) cls ) - > cbs_sourceDevice_c0_0 ( ) ) ;
}
static void _set_callback_cbs_sourceDevice_c0_0 ( void * cls , const gsi : : Callback & cb )
{
( ( QAudioDecoderControl_Adaptor * ) cls ) - > cb_sourceDevice_c0_0 = cb ;
}
// QString QAudioDecoderControl::sourceFilename()
static void _init_cbs_sourceFilename_c0_0 ( qt_gsi : : GenericMethod * decl )
{
decl - > set_return < QString > ( ) ;
}
static void _call_cbs_sourceFilename_c0_0 ( const qt_gsi : : GenericMethod * /*decl*/ , void * cls , gsi : : SerialArgs & args , gsi : : SerialArgs & ret )
{
__SUPPRESS_UNUSED_WARNING ( args ) ;
ret . write < QString > ( ( QString ) ( ( QAudioDecoderControl_Adaptor * ) cls ) - > cbs_sourceFilename_c0_0 ( ) ) ;
}
static void _set_callback_cbs_sourceFilename_c0_0 ( void * cls , const gsi : : Callback & cb )
{
( ( QAudioDecoderControl_Adaptor * ) cls ) - > cb_sourceFilename_c0_0 = cb ;
}
// void QAudioDecoderControl::start()
static void _init_cbs_start_0_0 ( qt_gsi : : GenericMethod * decl )
{
decl - > set_return < void > ( ) ;
}
static void _call_cbs_start_0_0 ( const qt_gsi : : GenericMethod * /*decl*/ , void * cls , gsi : : SerialArgs & args , gsi : : SerialArgs & ret )
{
__SUPPRESS_UNUSED_WARNING ( args ) ;
__SUPPRESS_UNUSED_WARNING ( ret ) ;
( ( QAudioDecoderControl_Adaptor * ) cls ) - > cbs_start_0_0 ( ) ;
}
static void _set_callback_cbs_start_0_0 ( void * cls , const gsi : : Callback & cb )
{
( ( QAudioDecoderControl_Adaptor * ) cls ) - > cb_start_0_0 = cb ;
}
// QAudioDecoder::State QAudioDecoderControl::state()
static void _init_cbs_state_c0_0 ( qt_gsi : : GenericMethod * decl )
{
decl - > set_return < qt_gsi : : Converter < QAudioDecoder : : State > : : target_type > ( ) ;
}
static void _call_cbs_state_c0_0 ( const qt_gsi : : GenericMethod * /*decl*/ , void * cls , gsi : : SerialArgs & args , gsi : : SerialArgs & ret )
{
__SUPPRESS_UNUSED_WARNING ( args ) ;
ret . write < qt_gsi : : Converter < QAudioDecoder : : State > : : target_type > ( ( qt_gsi : : Converter < QAudioDecoder : : State > : : target_type ) ( ( QAudioDecoderControl_Adaptor * ) cls ) - > cbs_state_c0_0 ( ) ) ;
}
static void _set_callback_cbs_state_c0_0 ( void * cls , const gsi : : Callback & cb )
{
( ( QAudioDecoderControl_Adaptor * ) cls ) - > cb_state_c0_0 = cb ;
}
// emitter void QAudioDecoderControl::stateChanged(QAudioDecoder::State newState)
static void _init_emitter_stateChanged_2338 ( qt_gsi : : GenericMethod * decl )
{
static gsi : : ArgSpecBase argspec_0 ( " newState " ) ;
decl - > add_arg < const qt_gsi : : Converter < QAudioDecoder : : State > : : target_type & > ( argspec_0 ) ;
decl - > set_return < void > ( ) ;
}
static void _call_emitter_stateChanged_2338 ( const qt_gsi : : GenericMethod * /*decl*/ , void * cls , gsi : : SerialArgs & args , gsi : : SerialArgs & /*ret*/ )
{
__SUPPRESS_UNUSED_WARNING ( args ) ;
tl : : Heap heap ;
const qt_gsi : : Converter < QAudioDecoder : : State > : : target_type & arg1 = args . read < const qt_gsi : : Converter < QAudioDecoder : : State > : : target_type & > ( heap ) ;
( ( QAudioDecoderControl_Adaptor * ) cls ) - > emitter_QAudioDecoderControl_stateChanged_2338 ( arg1 ) ;
}
// void QAudioDecoderControl::stop()
static void _init_cbs_stop_0_0 ( qt_gsi : : GenericMethod * decl )
{
decl - > set_return < void > ( ) ;
}
static void _call_cbs_stop_0_0 ( const qt_gsi : : GenericMethod * /*decl*/ , void * cls , gsi : : SerialArgs & args , gsi : : SerialArgs & ret )
{
__SUPPRESS_UNUSED_WARNING ( args ) ;
__SUPPRESS_UNUSED_WARNING ( ret ) ;
( ( QAudioDecoderControl_Adaptor * ) cls ) - > cbs_stop_0_0 ( ) ;
}
static void _set_callback_cbs_stop_0_0 ( void * cls , const gsi : : Callback & cb )
{
( ( QAudioDecoderControl_Adaptor * ) cls ) - > cb_stop_0_0 = cb ;
}
// void QAudioDecoderControl::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 ) ;
( ( QAudioDecoderControl_Adaptor * ) cls ) - > cbs_timerEvent_1730_0 ( arg1 ) ;
}
static void _set_callback_cbs_timerEvent_1730_0 ( void * cls , const gsi : : Callback & cb )
{
( ( QAudioDecoderControl_Adaptor * ) cls ) - > cb_timerEvent_1730_0 = cb ;
}
namespace gsi
{
gsi : : Class < QAudioDecoderControl > & qtdecl_QAudioDecoderControl ( ) ;
static gsi : : Methods methods_QAudioDecoderControl_Adaptor ( ) {
gsi : : Methods methods ;
methods + = new qt_gsi : : GenericMethod ( " audioFormat " , " @hide " , true , & _init_cbs_audioFormat_c0_0 , & _call_cbs_audioFormat_c0_0 ) ;
methods + = new qt_gsi : : GenericMethod ( " audioFormat " , " @brief Virtual method QAudioFormat QAudioDecoderControl::audioFormat() \n This method can be reimplemented in a derived class. " , true , & _init_cbs_audioFormat_c0_0 , & _call_cbs_audioFormat_c0_0 , & _set_callback_cbs_audioFormat_c0_0 ) ;
methods + = new qt_gsi : : GenericMethod ( " bufferAvailable " , " @hide " , true , & _init_cbs_bufferAvailable_c0_0 , & _call_cbs_bufferAvailable_c0_0 ) ;
methods + = new qt_gsi : : GenericMethod ( " bufferAvailable " , " @brief Virtual method bool QAudioDecoderControl::bufferAvailable() \n This method can be reimplemented in a derived class. " , true , & _init_cbs_bufferAvailable_c0_0 , & _call_cbs_bufferAvailable_c0_0 , & _set_callback_cbs_bufferAvailable_c0_0 ) ;
methods + = new qt_gsi : : GenericMethod ( " emit_bufferAvailableChanged " , " @brief Emitter for signal void QAudioDecoderControl::bufferAvailableChanged(bool available) \n Call this method to emit this signal. " , false , & _init_emitter_bufferAvailableChanged_864 , & _call_emitter_bufferAvailableChanged_864 ) ;
methods + = new qt_gsi : : GenericMethod ( " emit_bufferReady " , " @brief Emitter for signal void QAudioDecoderControl::bufferReady() \n Call this method to emit this signal. " , false , & _init_emitter_bufferReady_0 , & _call_emitter_bufferReady_0 ) ;
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 QAudioDecoderControl::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 ( " *customEvent " , " @hide " , false , & _init_cbs_customEvent_1217_0 , & _call_cbs_customEvent_1217_0 ) ;
methods + = new qt_gsi : : GenericMethod ( " *customEvent " , " @brief Virtual method void QAudioDecoderControl::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 ( " emit_destroyed " , " @brief Emitter for signal void QAudioDecoderControl::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 QAudioDecoderControl::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 ( " duration " , " @hide " , true , & _init_cbs_duration_c0_0 , & _call_cbs_duration_c0_0 ) ;
methods + = new qt_gsi : : GenericMethod ( " duration " , " @brief Virtual method qint64 QAudioDecoderControl::duration() \n This method can be reimplemented in a derived class. " , true , & _init_cbs_duration_c0_0 , & _call_cbs_duration_c0_0 , & _set_callback_cbs_duration_c0_0 ) ;
methods + = new qt_gsi : : GenericMethod ( " emit_durationChanged " , " @brief Emitter for signal void QAudioDecoderControl::durationChanged(qint64 duration) \n Call this method to emit this signal. " , false , & _init_emitter_durationChanged_986 , & _call_emitter_durationChanged_986 ) ;
methods + = new qt_gsi : : GenericMethod ( " emit_error " , " @brief Emitter for signal void QAudioDecoderControl::error(int error, const QString &errorString) \n Call this method to emit this signal. " , false , & _init_emitter_error_2684 , & _call_emitter_error_2684 ) ;
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 QAudioDecoderControl::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 QAudioDecoderControl::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 ( " emit_finished " , " @brief Emitter for signal void QAudioDecoderControl::finished() \n Call this method to emit this signal. " , false , & _init_emitter_finished_0 , & _call_emitter_finished_0 ) ;
methods + = new qt_gsi : : GenericMethod ( " emit_formatChanged " , " @brief Emitter for signal void QAudioDecoderControl::formatChanged(const QAudioFormat &format) \n Call this method to emit this signal. " , false , & _init_emitter_formatChanged_2509 , & _call_emitter_formatChanged_2509 ) ;
methods + = new qt_gsi : : GenericMethod ( " *isSignalConnected " , " @brief Method bool QAudioDecoderControl::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 ( " position " , " @hide " , true , & _init_cbs_position_c0_0 , & _call_cbs_position_c0_0 ) ;
methods + = new qt_gsi : : GenericMethod ( " position " , " @brief Virtual method qint64 QAudioDecoderControl::position() \n This method can be reimplemented in a derived class. " , true , & _init_cbs_position_c0_0 , & _call_cbs_position_c0_0 , & _set_callback_cbs_position_c0_0 ) ;
methods + = new qt_gsi : : GenericMethod ( " emit_positionChanged " , " @brief Emitter for signal void QAudioDecoderControl::positionChanged(qint64 position) \n Call this method to emit this signal. " , false , & _init_emitter_positionChanged_986 , & _call_emitter_positionChanged_986 ) ;
methods + = new qt_gsi : : GenericMethod ( " read " , " @hide " , false , & _init_cbs_read_0_0 , & _call_cbs_read_0_0 ) ;
methods + = new qt_gsi : : GenericMethod ( " read " , " @brief Virtual method QAudioBuffer QAudioDecoderControl::read() \n This method can be reimplemented in a derived class. " , false , & _init_cbs_read_0_0 , & _call_cbs_read_0_0 , & _set_callback_cbs_read_0_0 ) ;
methods + = new qt_gsi : : GenericMethod ( " *receivers " , " @brief Method int QAudioDecoderControl::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 ( " *sender " , " @brief Method QObject *QAudioDecoderControl::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 QAudioDecoderControl::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 ( " setAudioFormat " , " @hide " , false , & _init_cbs_setAudioFormat_2509_0 , & _call_cbs_setAudioFormat_2509_0 ) ;
methods + = new qt_gsi : : GenericMethod ( " setAudioFormat " , " @brief Virtual method void QAudioDecoderControl::setAudioFormat(const QAudioFormat &format) \n This method can be reimplemented in a derived class. " , false , & _init_cbs_setAudioFormat_2509_0 , & _call_cbs_setAudioFormat_2509_0 , & _set_callback_cbs_setAudioFormat_2509_0 ) ;
methods + = new qt_gsi : : GenericMethod ( " setSourceDevice " , " @hide " , false , & _init_cbs_setSourceDevice_1447_0 , & _call_cbs_setSourceDevice_1447_0 ) ;
methods + = new qt_gsi : : GenericMethod ( " setSourceDevice " , " @brief Virtual method void QAudioDecoderControl::setSourceDevice(QIODevice *device) \n This method can be reimplemented in a derived class. " , false , & _init_cbs_setSourceDevice_1447_0 , & _call_cbs_setSourceDevice_1447_0 , & _set_callback_cbs_setSourceDevice_1447_0 ) ;
methods + = new qt_gsi : : GenericMethod ( " setSourceFilename " , " @hide " , false , & _init_cbs_setSourceFilename_2025_0 , & _call_cbs_setSourceFilename_2025_0 ) ;
methods + = new qt_gsi : : GenericMethod ( " setSourceFilename " , " @brief Virtual method void QAudioDecoderControl::setSourceFilename(const QString &fileName) \n This method can be reimplemented in a derived class. " , false , & _init_cbs_setSourceFilename_2025_0 , & _call_cbs_setSourceFilename_2025_0 , & _set_callback_cbs_setSourceFilename_2025_0 ) ;
methods + = new qt_gsi : : GenericMethod ( " emit_sourceChanged " , " @brief Emitter for signal void QAudioDecoderControl::sourceChanged() \n Call this method to emit this signal. " , false , & _init_emitter_sourceChanged_0 , & _call_emitter_sourceChanged_0 ) ;
methods + = new qt_gsi : : GenericMethod ( " sourceDevice " , " @hide " , true , & _init_cbs_sourceDevice_c0_0 , & _call_cbs_sourceDevice_c0_0 ) ;
methods + = new qt_gsi : : GenericMethod ( " sourceDevice " , " @brief Virtual method QIODevice *QAudioDecoderControl::sourceDevice() \n This method can be reimplemented in a derived class. " , true , & _init_cbs_sourceDevice_c0_0 , & _call_cbs_sourceDevice_c0_0 , & _set_callback_cbs_sourceDevice_c0_0 ) ;
methods + = new qt_gsi : : GenericMethod ( " sourceFilename " , " @hide " , true , & _init_cbs_sourceFilename_c0_0 , & _call_cbs_sourceFilename_c0_0 ) ;
methods + = new qt_gsi : : GenericMethod ( " sourceFilename " , " @brief Virtual method QString QAudioDecoderControl::sourceFilename() \n This method can be reimplemented in a derived class. " , true , & _init_cbs_sourceFilename_c0_0 , & _call_cbs_sourceFilename_c0_0 , & _set_callback_cbs_sourceFilename_c0_0 ) ;
methods + = new qt_gsi : : GenericMethod ( " start " , " @hide " , false , & _init_cbs_start_0_0 , & _call_cbs_start_0_0 ) ;
methods + = new qt_gsi : : GenericMethod ( " start " , " @brief Virtual method void QAudioDecoderControl::start() \n This method can be reimplemented in a derived class. " , false , & _init_cbs_start_0_0 , & _call_cbs_start_0_0 , & _set_callback_cbs_start_0_0 ) ;
methods + = new qt_gsi : : GenericMethod ( " state " , " @hide " , true , & _init_cbs_state_c0_0 , & _call_cbs_state_c0_0 ) ;
methods + = new qt_gsi : : GenericMethod ( " state " , " @brief Virtual method QAudioDecoder::State QAudioDecoderControl::state() \n This method can be reimplemented in a derived class. " , true , & _init_cbs_state_c0_0 , & _call_cbs_state_c0_0 , & _set_callback_cbs_state_c0_0 ) ;
methods + = new qt_gsi : : GenericMethod ( " emit_stateChanged " , " @brief Emitter for signal void QAudioDecoderControl::stateChanged(QAudioDecoder::State newState) \n Call this method to emit this signal. " , false , & _init_emitter_stateChanged_2338 , & _call_emitter_stateChanged_2338 ) ;
methods + = new qt_gsi : : GenericMethod ( " stop " , " @hide " , false , & _init_cbs_stop_0_0 , & _call_cbs_stop_0_0 ) ;
methods + = new qt_gsi : : GenericMethod ( " stop " , " @brief Virtual method void QAudioDecoderControl::stop() \n This method can be reimplemented in a derived class. " , false , & _init_cbs_stop_0_0 , & _call_cbs_stop_0_0 , & _set_callback_cbs_stop_0_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 QAudioDecoderControl::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 < QAudioDecoderControl_Adaptor > decl_QAudioDecoderControl_Adaptor ( qtdecl_QAudioDecoderControl ( ) , " QAudioDecoderControl " ,
methods_QAudioDecoderControl_Adaptor ( ) ,
" @qt \n @brief Binding of QAudioDecoderControl " ) ;
}