Participer au site avec un Tip
Rechercher
 

Améliorations / Corrections

Vous avez des améliorations (ou des corrections) à proposer pour ce document : je vous remerçie par avance de m'en faire part, cela m'aide à améliorer le site.

Emplacement :

Description des améliorations :

Module « PySide6.QtQml »

Classe « QJSManagedValue »

Informations générales

Héritage

builtins.object
    Object
        QJSManagedValue

Définition

class QJSManagedValue(Object):

Description [extrait de QJSManagedValue.__doc__]

QJSManagedValue(self) -> None
QJSManagedValue(self, string: str, engine: PySide6.QtQml.QJSEngine) -> None
QJSManagedValue(self, value: Union[PySide6.QtQml.QJSPrimitiveValue, str, bool, float, int], engine: PySide6.QtQml.QJSEngine) -> None
QJSManagedValue(self, value: Union[PySide6.QtQml.QJSValue, PySide6.QtQml.QJSValue.SpecialValue, bool, str, bytes, float, int], engine: PySide6.QtQml.QJSEngine) -> None
QJSManagedValue(self, variant: Any, engine: PySide6.QtQml.QJSEngine) -> None

Constructeur(s)

Signature du constructeur Description
__new__(*args, **kwargs) Create and return a new object. See help(type) for accurate signature. [extrait de __new__.__doc__]

Liste des attributs statiques

Nom de l'attribut Valeur
BooleanPySide6.QtQml.QJSManagedValue.Type.Boolean
FunctionPySide6.QtQml.QJSManagedValue.Type.Function
NumberPySide6.QtQml.QJSManagedValue.Type.Number
ObjectPySide6.QtQml.QJSManagedValue.Type.Object
StringPySide6.QtQml.QJSManagedValue.Type.String
SymbolPySide6.QtQml.QJSManagedValue.Type.Symbol
UndefinedPySide6.QtQml.QJSManagedValue.Type.Undefined

Liste des opérateurs

Opérateurs hérités de la classe object

__eq__, __ge__, __gt__, __le__, __lt__, __ne__

Liste des méthodes

Toutes les méthodes Méthodes d'instance Méthodes statiques Méthodes dépréciées
Signature de la méthodeDescription
__bool__(self) self != 0 [extrait de __bool__.__doc__]
call(self, arguments: Sequence[PySide6.QtQml.QJSValue] = {}) -> PySide6.QtQml.QJSValue call(self, arguments: Sequence[PySide6.QtQml.QJSValue] = {}) -> PySide6.QtQml.QJSValue [extrait de call.__doc__]
callAsConstructor(self, arguments: Sequence[PySide6.QtQml.QJSValue] = {}) -> PySide6.QtQml.QJSValue callAsConstructor(self, arguments: Sequence[PySide6.QtQml.QJSValue] = {}) -> PySide6.QtQml.QJSValue [extrait de callAsConstructor.__doc__]
callWithInstance(self, instance: Union[PySide6.QtQml.QJSValue, PySide6.QtQml.QJSValue.SpecialValue, bool, str, bytes, float, int], arguments: Sequence[PySide6.QtQml.QJSValue] = {}) -> PySide6.QtQml.QJSValue callWithInstance(self, instance: Union[PySide6.QtQml.QJSValue, PySide6.QtQml.QJSValue.SpecialValue, bool, str, bytes, float, int], arguments: Sequence[PySide6.QtQml.QJSValue] = {}) -> PySide6.QtQml.QJSValue [extrait de callWithInstance.__doc__]
deleteProperty deleteProperty(self, arrayIndex: int) -> bool [extrait de deleteProperty.__doc__]
engine(self) -> PySide6.QtQml.QJSEngine engine(self) -> PySide6.QtQml.QJSEngine [extrait de engine.__doc__]
equals(self, other: PySide6.QtQml.QJSManagedValue) -> bool equals(self, other: PySide6.QtQml.QJSManagedValue) -> bool [extrait de equals.__doc__]
hasOwnProperty hasOwnProperty(self, arrayIndex: int) -> bool [extrait de hasOwnProperty.__doc__]
hasProperty hasProperty(self, arrayIndex: int) -> bool [extrait de hasProperty.__doc__]
isArray(self) -> bool isArray(self) -> bool [extrait de isArray.__doc__]
isBoolean(self) -> bool isBoolean(self) -> bool [extrait de isBoolean.__doc__]
isDate(self) -> bool isDate(self) -> bool [extrait de isDate.__doc__]
isError(self) -> bool isError(self) -> bool [extrait de isError.__doc__]
isFunction(self) -> bool isFunction(self) -> bool [extrait de isFunction.__doc__]
isInteger(self) -> bool isInteger(self) -> bool [extrait de isInteger.__doc__]
isJsMetaType(self) -> bool isJsMetaType(self) -> bool [extrait de isJsMetaType.__doc__]
isNull(self) -> bool isNull(self) -> bool [extrait de isNull.__doc__]
isNumber(self) -> bool isNumber(self) -> bool [extrait de isNumber.__doc__]
isObject(self) -> bool isObject(self) -> bool [extrait de isObject.__doc__]
isQMetaObject(self) -> bool isQMetaObject(self) -> bool [extrait de isQMetaObject.__doc__]
isQObject(self) -> bool isQObject(self) -> bool [extrait de isQObject.__doc__]
isRegularExpression(self) -> bool isRegularExpression(self) -> bool [extrait de isRegularExpression.__doc__]
isString(self) -> bool isString(self) -> bool [extrait de isString.__doc__]
isSymbol(self) -> bool isSymbol(self) -> bool [extrait de isSymbol.__doc__]
isUndefined(self) -> bool isUndefined(self) -> bool [extrait de isUndefined.__doc__]
isUrl(self) -> bool isUrl(self) -> bool [extrait de isUrl.__doc__]
isVariant(self) -> bool isVariant(self) -> bool [extrait de isVariant.__doc__]
jsMetaInstantiate(self, values: Sequence[PySide6.QtQml.QJSValue] = {}) -> PySide6.QtQml.QJSManagedValue jsMetaInstantiate(self, values: Sequence[PySide6.QtQml.QJSValue] = {}) -> PySide6.QtQml.QJSManagedValue [extrait de jsMetaInstantiate.__doc__]
jsMetaMembers(self) -> List[str] jsMetaMembers(self) -> List[str] [extrait de jsMetaMembers.__doc__]
jsMetaType(self) -> PySide6.QtQml.QJSManagedValue jsMetaType(self) -> PySide6.QtQml.QJSManagedValue [extrait de jsMetaType.__doc__]
property property(self, arrayIndex: int) -> PySide6.QtQml.QJSValue [extrait de property.__doc__]
prototype(self) -> PySide6.QtQml.QJSManagedValue prototype(self) -> PySide6.QtQml.QJSManagedValue [extrait de prototype.__doc__]
setProperty setProperty(self, arrayIndex: int, value: Union[PySide6.QtQml.QJSValue, PySide6.QtQml.QJSValue.SpecialValue, bool, str, bytes, float, int]) -> None [extrait de setProperty.__doc__]
setPrototype(self, prototype: PySide6.QtQml.QJSManagedValue) -> None setPrototype(self, prototype: PySide6.QtQml.QJSManagedValue) -> None [extrait de setPrototype.__doc__]
strictlyEquals(self, other: PySide6.QtQml.QJSManagedValue) -> bool strictlyEquals(self, other: PySide6.QtQml.QJSManagedValue) -> bool [extrait de strictlyEquals.__doc__]
toBoolean(self) -> bool toBoolean(self) -> bool [extrait de toBoolean.__doc__]
toDateTime(self) -> PySide6.QtCore.QDateTime toDateTime(self) -> PySide6.QtCore.QDateTime [extrait de toDateTime.__doc__]
toInteger(self) -> int toInteger(self) -> int [extrait de toInteger.__doc__]
toJSValue(self) -> PySide6.QtQml.QJSValue toJSValue(self) -> PySide6.QtQml.QJSValue [extrait de toJSValue.__doc__]
toNumber(self) -> float toNumber(self) -> float [extrait de toNumber.__doc__]
toPrimitive(self) -> PySide6.QtQml.QJSPrimitiveValue toPrimitive(self) -> PySide6.QtQml.QJSPrimitiveValue [extrait de toPrimitive.__doc__]
toQMetaObject(self) -> PySide6.QtCore.QMetaObject toQMetaObject(self) -> PySide6.QtCore.QMetaObject [extrait de toQMetaObject.__doc__]
toQObject(self) -> PySide6.QtCore.QObject toQObject(self) -> PySide6.QtCore.QObject [extrait de toQObject.__doc__]
toRegularExpression(self) -> PySide6.QtCore.QRegularExpression toRegularExpression(self) -> PySide6.QtCore.QRegularExpression [extrait de toRegularExpression.__doc__]
toString(self) -> str toString(self) -> str [extrait de toString.__doc__]
toUrl(self) -> PySide6.QtCore.QUrl toUrl(self) -> PySide6.QtCore.QUrl [extrait de toUrl.__doc__]
toVariant(self) -> Any toVariant(self) -> Any [extrait de toVariant.__doc__]
Type
type(self) -> PySide6.QtQml.QJSManagedValue.Type type(self) -> PySide6.QtQml.QJSManagedValue.Type [extrait de type.__doc__]

Méthodes héritées de la classe Object

__delattr__, __getattribute__, __init_subclass__, __setattr__, __subclasshook__

Méthodes héritées de la classe object

__dir__, __format__, __hash__, __reduce__, __reduce_ex__, __repr__, __sizeof__, __str__