+ contrib/hbqt/qtscript
+ contrib/hbqt/qtscript/doc
+ contrib/hbqt/qtscript/doc/en
+ contrib/hbqt/qtscript/hbqt_init.cpp
+ contrib/hbqt/qtscript/hbqtscript.ch
+ contrib/hbqt/qtscript/hbqtscript.hbc
+ contrib/hbqt/qtscript/hbqtscript.hbm
+ contrib/hbqt/qtscript/hbqtscript.hbp
+ contrib/hbqt/qtscript/hbqtscript.hbx
+ contrib/hbqt/qtscript/hbqtscripts.hbp
+ contrib/hbqt/qtscript/qth
+ contrib/hbqt/qtscript/qth/filelist.hbm
+ contrib/hbqt/qtscript/qth/QScriptable.qth
+ contrib/hbqt/qtscript/qth/QScriptClass.qth
+ contrib/hbqt/qtscript/qth/QScriptClassPropertyIterator.qth
+ contrib/hbqt/qtscript/qth/QScriptContext.qth
+ contrib/hbqt/qtscript/qth/QScriptContextInfo.qth
+ contrib/hbqt/qtscript/qth/QScriptEngine.qth
+ contrib/hbqt/qtscript/qth/QScriptEngineAgent.qth
+ contrib/hbqt/qtscript/qth/QScriptExtensionPlugin.qth
+ contrib/hbqt/qtscript/qth/QScriptProgram.qth
+ contrib/hbqt/qtscript/qth/QScriptString.qth
+ contrib/hbqt/qtscript/qth/QScriptSyntaxCheckResult.qth
+ contrib/hbqt/qtscript/qth/QScriptValue.qth
+ contrib/hbqt/qtscript/qth/QScriptValueIterator.qth
+ Added: Qt's QtScript Module specific classes.
56 lines
787 B
Plaintext
56 lines
787 B
Plaintext
/*
|
|
* $Id$
|
|
*/
|
|
|
|
/*
|
|
* Harbour Qt wrapper generator control file
|
|
*
|
|
* Copyright 2009-2012 Pritpal Bedi <bedipritpal@hotmail.com>
|
|
* www - http://www.harbour-project.org
|
|
*
|
|
* See COPYING for licensing terms.
|
|
*/
|
|
|
|
<CLASS>
|
|
|
|
Inherit = QObject
|
|
QObject = Yes
|
|
Version =
|
|
|
|
</CLASS>
|
|
|
|
|
|
<CODE>
|
|
#include <QtScript/QScriptValue>
|
|
#include <QtScript/QScriptExtensionPlugin>
|
|
|
|
|
|
/*
|
|
* QScriptExtensionPlugin ( QObject * parent = 0 )
|
|
* ~QScriptExtensionPlugin ()
|
|
*/
|
|
HB_FUNC( QT_QSCRIPTEXTENSIONPLUGIN )
|
|
{
|
|
}
|
|
</CODE>
|
|
|
|
<ENUMS>
|
|
|
|
</ENUMS>
|
|
|
|
|
|
<PROTOS>
|
|
QScriptValue setupPackage ( const QString & key, QScriptEngine * engine ) const
|
|
|
|
virtual void initialize ( const QString & key, QScriptEngine * engine ) = 0
|
|
virtual QStringList keys () const = 0
|
|
</PROTOS>
|
|
|
|
|
|
<SLOTS>
|
|
|
|
</SLOTS>
|
|
|
|
<SIGNALS>
|
|
</SIGNALS>
|