QJSValue露
- PyQt5.QtQml.QJSValue
Description露
TODO
Enums露
- ErrorType
TODO
Member
Value
Description
EvalError TODO
TODO
GenericError TODO
TODO
RangeError TODO
TODO
ReferenceError TODO
TODO
SyntaxError TODO
TODO
TypeError TODO
TODO
URIError TODO
TODO
- SpecialValue
TODO
Member
Value
Description
NullValue TODO
TODO
UndefinedValue TODO
TODO
Methods露
- __init__(value: SpecialValue = UndefinedValue)
TODO
- __init__(Union[QJSValue, SpecialValue, bool, int, float, str])
TODO
- call(args: Iterable[Union[QJSValue, SpecialValue, bool, int, float, str]] = []) → QJSValue
TODO
- callAsConstructor(args: Iterable[Union[QJSValue, SpecialValue, bool, int, float, str]] = []) → QJSValue
TODO
- callWithInstance(Union[QJSValue, SpecialValue, bool, int, float, str], args: Iterable[Union[QJSValue, SpecialValue, bool, int, float, str]] = []) → QJSValue
TODO
- deleteProperty(str) → bool
TODO
- equals(Union[QJSValue, SpecialValue, bool, int, float, str]) → bool
TODO
- errorType() → ErrorType
TODO
- hasOwnProperty(str) → bool
TODO
- hasProperty(str) → bool
TODO
- isArray() → bool
TODO
- isBool() → bool
TODO
- isCallable() → bool
TODO
- isDate() → bool
TODO
- isError() → bool
TODO
- isNull() → bool
TODO
- isNumber() → bool
TODO
- isObject() → bool
TODO
- isQObject() → bool
TODO
- isRegExp() → bool
TODO
- isString() → bool
TODO
- isUndefined() → bool
TODO
- isVariant() → bool
TODO
- property(str) → QJSValue
TODO
- property(int) → QJSValue
TODO
- prototype() → QJSValue
TODO
- setProperty(str, Union[QJSValue, SpecialValue, bool, int, float, str])
TODO
- setProperty(int, Union[QJSValue, SpecialValue, bool, int, float, str])
TODO
- setPrototype(Union[QJSValue, SpecialValue, bool, int, float, str])
TODO
- strictlyEquals(Union[QJSValue, SpecialValue, bool, int, float, str]) → bool
TODO
- toBool() → bool
TODO
- toDateTime() → QDateTime
TODO
- toInt() → int
TODO
- toNumber() → float
TODO
- toQObject() → QObject
TODO
- toString() → str
TODO
- toUInt() → int
TODO
- toVariant() → Any
TODO