Home · All Classes · All Functions · Overviews

[Previous: QtOpenVG Module] [All Qt Modules] [Next: QtScriptTools Module]

QtScript Module

The QtScript module provides classes for making Qt applications scriptable. More...

Classes

QScriptClassInterface for defining custom behavior of (a class of) Qt Script objects
QScriptClassPropertyIteratorIterator interface for custom Qt Script objects
QScriptContextRepresents a Qt Script function invocation
QScriptContextInfoAdditional information about a QScriptContext
QScriptEngineEnvironment for evaluating Qt Script code
QScriptEngineAgentInterface to report events pertaining to QScriptEngine execution
QScriptExtensionPluginAbstract base for custom QScript extension plugins
QScriptStringActs as a handle to "interned" strings in a QScriptEngine
QScriptSyntaxCheckResultThe result of a script syntax check
QScriptValueActs as a container for the Qt Script data types
QScriptValueIteratorJava-style iterator for QScriptValue
QScriptableAccess to the Qt Script environment from Qt C++ member functions

Detailed Description

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

To include the definitions of the module's classes, use the following directive:

 #include <QtScript>

To link against the module, add this line to your qmake .pro file:

 QT += script

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

The QtScript module is part of the Qt Full Framework Edition and the Open Source Versions of Qt.

License Information

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.

[Previous: QtOpenVG Module] [All Qt Modules] [Next: QtScriptTools Module]


Copyright © 2009 Nokia Corporation and/or its subsidiary(-ies) Trademarks
Qt 4.6.0