From d796c9dd933ab96ec83b9a634feedd5d32e1ba3f Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 8 Nov 2011 12:31:36 -0600 Subject: Test conversion to TQt3 from Qt3 8c6fc1f8e35fd264dd01c582ca5e7549b32ab731 --- doc/html/qaxscriptengine.html | 146 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 146 insertions(+) create mode 100644 doc/html/qaxscriptengine.html (limited to 'doc/html/qaxscriptengine.html') diff --git a/doc/html/qaxscriptengine.html b/doc/html/qaxscriptengine.html new file mode 100644 index 000000000..93478a2f4 --- /dev/null +++ b/doc/html/qaxscriptengine.html @@ -0,0 +1,146 @@ + + + + + +TQAxScriptEngine Class + + + + + + + +
+ +Home + | +All Classes + | +Main Classes + | +Annotated + | +Grouped Classes + | +Functions +

TQAxScriptEngine Class Reference
[TQAxContainer module]

+ +

The TQAxScriptEngine class provides a wrapper around a script engine. +More... +

This class is part of the TQt ActiveTQt Extension. +

#include <qaxscript.h> +

Inherits TQAxObject. +

List of all member functions. +

Public Members

+ +

Detailed Description

+

This class is defined in the TQt ActiveTQt Extension, which can be found in the qt/extensions directory. It is not included in the main TQt API. +

+ +The TQAxScriptEngine class provides a wrapper around a script engine. + + +

Every instance of the TQAxScriptEngine class represents an interpreter +for script code in a particular scripting language. The class is usually +not used directly. The TQAxScript and TQAxScriptManager classes provide +convenient functions to handle and call script code. +

Direct access to the script engine is provided through +queryInterface(). +

Warning: This class is not available with the bcc5.5 and MingW +compilers. + +


Member Type Documentation

+

TQAxScriptEngine::State

+ +

The State enumeration defines the different states a script +engine can be in. +

+

Member Function Documentation

+

TQAxScriptEngine::TQAxScriptEngine ( const TQString & language, TQAxScript * script ) +

+Constructs a TQAxScriptEngine object interpreting script code in language +provided by the code in script. This is usually done by the TQAxScript +class when loading a script. +

Instances of TQAxScriptEngine should always have both a language and a +script. + +

TQAxScriptEngine::~TQAxScriptEngine () +

+Destroys the TQAxScriptEngine object, releasing all allocated +resources. + +

void TQAxScriptEngine::addItem ( const TQString & name ) +

+Registers an item with the script engine. Script code can +refer to this item using name. + +

bool TQAxScriptEngine::hasIntrospection () const +

+Returns TRUE if the script engine supports introspection; +otherwise returns FALSE. + +

bool TQAxScriptEngine::isValid () const +

+ +

Returns TRUE if the script engine has been initialized +correctly; otherwise returns FALSE. + +

long TQAxScriptEngine::queryInterface ( const TQUuid & uuid, void ** iface ) const +

+Requests the interface uuid from the script engine object and +sets the value of iface to the provided interface, or to 0 if +the requested interface could not be provided. +

Returns the result of the QueryInterface implementation of the COM +object. + +

TQString TQAxScriptEngine::scriptLanguage () const +

+Returns the scripting language, for example "VBScript", +or "JScript". + +

void TQAxScriptEngine::setState ( State st ) +

+Sets the state of the script engine to st. +Calling this function is usually not necessary. + +

State TQAxScriptEngine::state () const +

+Returns the state of the script engine. + + +

+This file is part of the TQt toolkit. +Copyright © 1995-2007 +Trolltech. All Rights Reserved.


+ +
Copyright © 2007 +TrolltechTrademarks +
TQt 3.3.8
+
+ -- cgit v1.2.1