Obsolete Members for QScriptValue

以下成员源于类 QScriptValue 已过时。 提供它们是为使旧源代码能继续工作。强烈建议不要在新代码中使用它们。

公共函数

(obsolete) QScriptValue (QScriptEngine * engine , const char * value )
(obsolete) QScriptValue (QScriptEngine * engine , const QString & value )
(obsolete) QScriptValue (QScriptEngine * engine , qsreal value )
(obsolete) QScriptValue (QScriptEngine * engine , uint value )
(obsolete) QScriptValue (QScriptEngine * engine , int value )
(obsolete) QScriptValue (QScriptEngine * engine , bool value )
(obsolete) QScriptValue (QScriptEngine * engine , QScriptValue::SpecialValue value )
(obsolete) bool isBoolean () const
(obsolete) bool toBoolean () const
(obsolete) QScriptValue toObject () const

成员函数文档编制

QScriptValue:: QScriptValue ( QScriptEngine * engine , const char * value )

此函数已过时。提供它是为使旧源代码能继续工作。强烈建议不要在新代码中使用它。

Constructs a new QScriptValue with the string value and registers it with the script engine .

QScriptValue:: QScriptValue ( QScriptEngine * engine , const QString & value )

此函数已过时。提供它是为使旧源代码能继续工作。强烈建议不要在新代码中使用它。

Constructs a new QScriptValue with the string value and registers it with the script engine .

QScriptValue:: QScriptValue ( QScriptEngine * engine , qsreal value )

此函数已过时。提供它是为使旧源代码能继续工作。强烈建议不要在新代码中使用它。

Constructs a new QScriptValue with the qsreal value and registers it with the script engine .

QScriptValue:: QScriptValue ( QScriptEngine * engine , uint value )

此函数已过时。提供它是为使旧源代码能继续工作。强烈建议不要在新代码中使用它。

Constructs a new QScriptValue with the unsigned integer value and registers it with the script engine .

QScriptValue:: QScriptValue ( QScriptEngine * engine , int value )

此函数已过时。提供它是为使旧源代码能继续工作。强烈建议不要在新代码中使用它。

Constructs a new QScriptValue with the integer value and registers it with the script engine .

QScriptValue:: QScriptValue ( QScriptEngine * engine , bool value )

此函数已过时。提供它是为使旧源代码能继续工作。强烈建议不要在新代码中使用它。

Constructs a new QScriptValue with the boolean value and registers it with the script engine .

QScriptValue:: QScriptValue ( QScriptEngine * engine , QScriptValue::SpecialValue value )

此函数已过时。提供它是为使旧源代码能继续工作。强烈建议不要在新代码中使用它。

Constructs a new QScriptValue with the special value and registers it with the script engine .

bool QScriptValue:: isBoolean () const

此函数已过时。提供它是为使旧源代码能继续工作。强烈建议不要在新代码中使用它。

使用 isBool () 代替。

bool QScriptValue:: toBoolean () const

此函数已过时。提供它是为使旧源代码能继续工作。强烈建议不要在新代码中使用它。

使用 toBool () 代替。

QScriptValue QScriptValue:: toObject () const

此函数已过时。提供它是为使旧源代码能继续工作。强烈建议不要在新代码中使用它。

This function is obsolete; use QScriptEngine::toObject () 代替。