QtScript 模块

The QtScript 模块提供使 Qt 应用程序可编写脚本的类。 更多...

该文档编制在 Qt 4.3 引入。

QScriptClass Interface for defining custom behavior of (a class of) Qt Script objects
QScriptClassPropertyIterator Iterator interface for custom Qt Script objects
QScriptContext Represents a Qt Script function invocation
QScriptContextInfo Additional information about a QScriptContext
QScriptEngine Environment for evaluating Qt Script code
QScriptEngineAgent Interface to report events pertaining to QScriptEngine execution
QScriptExtensionPlugin Abstract base for custom QScript extension plugins
QScriptProgram Encapsulates a Qt Script program
QScriptString Acts as a handle to "interned" strings in a QScriptEngine
QScriptSyntaxCheckResult The result of a script syntax check
QScriptValue Acts as a container for the Qt Script data types
QScriptValueIterator Java-style iterator for QScriptValue
QScriptable Access to the Qt Script environment from Qt C++ member functions

详细描述

The QtScript module only provides core scripting facilities; the QtScriptTools module provides additional Qt Script-related components that application developers may find useful.

要包括模块类定义,使用以下指令:

#include <QtScript>
					

要链接到模块,添加此行到 qmake .pro 文件:

QT += script
					

For detailed information on how to make your application scriptable with QtScript ,见 Making Applications Scriptable .

许可信息

Qt Commercial Edition licensees that wish to distribute applications that use the QtScript module need to be aware of their obligations under the GNU Library General Public License (LGPL).

Developers using the Open Source Edition can choose to redistribute the module under the appropriate version of the GNU LGPL.

QtScript is licensed under the GNU Library General Public License. Individual contributor names and copyright dates can be found inline in the code.

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

This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public License for more details.

You should have received a copy of the GNU Library General Public License along with this library; see the file COPYING.LIB. If not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.