From ea318d1431c89e647598c510c4245c6571aa5f46 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 26 Jan 2012 23:32:43 -0600 Subject: Update to latest tqt3 automated conversion --- doc/html/qaxscriptengine.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'doc/html/qaxscriptengine.html') diff --git a/doc/html/qaxscriptengine.html b/doc/html/qaxscriptengine.html index 93478a2f4..284ae1a8b 100644 --- a/doc/html/qaxscriptengine.html +++ b/doc/html/qaxscriptengine.html @@ -51,7 +51,7 @@ body { background: #ffffff; color: black; }
  • long queryInterface ( const TQUuid & uuid, void ** iface ) const

  • 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. +

    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. @@ -82,7 +82,7 @@ event sources

  • TQAxScriptEngine::Closed - The script has been closed.

    Member Function Documentation

    -

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

    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 @@ -95,7 +95,7 @@ script. Destroys the TQAxScriptEngine object, releasing all allocated resources. -

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

    void TQAxScriptEngine::addItem ( const TQString & name )

    Registers an item with the script engine. Script code can refer to this item using name. @@ -111,7 +111,7 @@ otherwise returns FALSE.

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

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

    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 @@ -119,7 +119,7 @@ the requested interface could not be provided.

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

    TQString TQAxScriptEngine::scriptLanguage () const +

    TQString TQAxScriptEngine::scriptLanguage () const

    Returns the scripting language, for example "VBScript", or "JScript". -- cgit v1.2.1