Sha256: d13f9a246ce2e1141c5e254eb553d7229ea6565c6499e88297c5fcd5a27be54e

Contents?: true

Size: 1.39 KB

Versions: 14

Compression:

Stored size: 1.39 KB

Contents

/***************************************************************************
                          qtscripthandlers.cpp  -  QtScript specific marshallers
                             -------------------
    begin                : 11-07-2008
    copyright            : (C) 2008 by Richard Dale
    email                : richard.j.dale@gmail.com
 ***************************************************************************/

/***************************************************************************
 *                                                                         *
 *   This program is free software; you can redistribute it and/or modify  *
 *   it under the terms of the GNU General Public License as published by  *
 *   the Free Software Foundation; either version 2 of the License, or     *
 *   (at your option) any later version.                                   *
 *                                                                         *
 ***************************************************************************/

#include <ruby.h>
#undef read
#undef write
#undef connect
#undef accept
#undef truncate

#include <qtruby.h>
#include <smokeruby.h>
#include <marshall_macros.h>

#include <qscriptvalue.h>


DEF_VALUELIST_MARSHALLER( QScriptValueList, QList<QScriptValue>, QScriptValue )

TypeHandler QtScript_handlers[] = {
    { "QList<QScriptValue>&", marshall_QScriptValueList },
    { 0, 0 }
};

Version data entries

14 entries across 14 versions & 2 rubygems

Version Path
rock-qtbindings-4.8.6.5 ext/ruby/qtscript/qtscripthandlers.cpp
qtbindings-4.8.6.5 ext/ruby/qtscript/qtscripthandlers.cpp
qtbindings-4.8.6.4 ext/ruby/qtscript/qtscripthandlers.cpp
qtbindings-4.8.6.2 ext/ruby/qtscript/qtscripthandlers.cpp
qtbindings-4.8.6.1 ext/ruby/qtscript/qtscripthandlers.cpp
qtbindings-4.8.6.0 ext/ruby/qtscript/qtscripthandlers.cpp
qtbindings-4.8.5.2 ext/ruby/qtscript/qtscripthandlers.cpp
qtbindings-4.8.5.1 ext/ruby/qtscript/qtscripthandlers.cpp
qtbindings-4.8.5.0 ext/ruby/qtscript/qtscripthandlers.cpp
qtbindings-4.8.3.0-x86-mingw32 ext/ruby/qtscript/qtscripthandlers.cpp
qtbindings-4.8.3.0 ext/ruby/qtscript/qtscripthandlers.cpp
qtbindings-4.6.3.4-x86-mingw32 ext/ruby/qtscript/qtscripthandlers.cpp
qtbindings-4.6.3.4 ext/ruby/qtscript/qtscripthandlers.cpp
qtbindings-4.6.3.3 ext/ruby/qtscript/qtscripthandlers.cpp