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 « PySide2.Qt3DCore »

Classe « Qt3DCore »

Informations générales

Héritage

builtins.object
    Object
        Qt3DCore

Définition

class Qt3DCore(Object):

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
AllChangesPySide2.Qt3DCore.Qt3DCore.ChangeFlag.AllChanges
CallbackTriggeredPySide2.Qt3DCore.Qt3DCore.ChangeFlag.CallbackTriggered
CommandRequestedPySide2.Qt3DCore.Qt3DCore.ChangeFlag.CommandRequested
ComponentAddedPySide2.Qt3DCore.Qt3DCore.ChangeFlag.ComponentAdded
ComponentRemovedPySide2.Qt3DCore.Qt3DCore.ChangeFlag.ComponentRemoved
NodeCreatedPySide2.Qt3DCore.Qt3DCore.ChangeFlag.NodeCreated
NodeDeletedPySide2.Qt3DCore.Qt3DCore.ChangeFlag.NodeDeleted
PropertyUpdatedPySide2.Qt3DCore.Qt3DCore.ChangeFlag.PropertyUpdated
PropertyValueAddedPySide2.Qt3DCore.Qt3DCore.ChangeFlag.PropertyValueAdded
PropertyValueRemovedPySide2.Qt3DCore.Qt3DCore.ChangeFlag.PropertyValueRemoved

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
ChangeFlag
ChangeFlags
QAbstractAspect(self, parent: typing.Union[PySide2.QtCore.QObject, NoneType] = None) QAbstractAspect(self, parent: typing.Union[PySide2.QtCore.QObject, NoneType] = None) [extrait de QAbstractAspect.__doc__]
QAbstractSkeleton
QArmature(self, parent: typing.Union[PySide2.Qt3DCore.Qt3DCore.QNode, NoneType] = None) QArmature(self, parent: typing.Union[PySide2.Qt3DCore.Qt3DCore.QNode, NoneType] = None) [extrait de QArmature.__doc__]
QAspectEngine(self, parent: typing.Union[PySide2.QtCore.QObject, NoneType] = None) QAspectEngine(self, parent: typing.Union[PySide2.QtCore.QObject, NoneType] = None) [extrait de QAspectEngine.__doc__]
QAspectJob(self) QAspectJob(self) [extrait de QAspectJob.__doc__]
QBackendNode(self, mode: PySide2.Qt3DCore.Qt3DCore.QBackendNode.Mode = PySide2.Qt3DCore.Qt3DCore.QBackendNode.Mode.ReadOnly) QBackendNode(self, mode: PySide2.Qt3DCore.Qt3DCore.QBackendNode.Mode = PySide2.Qt3DCore.Qt3DCore.QBackendNode.Mode.ReadOnly) [extrait de QBackendNode.__doc__]
QComponent(self, parent: typing.Union[PySide2.Qt3DCore.Qt3DCore.QNode, NoneType] = None) QComponent(self, parent: typing.Union[PySide2.Qt3DCore.Qt3DCore.QNode, NoneType] = None) [extrait de QComponent.__doc__]
QComponentAddedChange QComponentAddedChange(self, component: PySide2.Qt3DCore.Qt3DCore.QComponent, entity: PySide2.Qt3DCore.Qt3DCore.QEntity) [extrait de QComponentAddedChange.__doc__]
QComponentRemovedChange QComponentRemovedChange(self, component: PySide2.Qt3DCore.Qt3DCore.QComponent, entity: PySide2.Qt3DCore.Qt3DCore.QEntity) [extrait de QComponentRemovedChange.__doc__]
QDynamicPropertyUpdatedChange(self, subjectId: PySide2.Qt3DCore.Qt3DCore.QNodeId) QDynamicPropertyUpdatedChange(self, subjectId: PySide2.Qt3DCore.Qt3DCore.QNodeId) [extrait de QDynamicPropertyUpdatedChange.__doc__]
QEntity(self, parent: typing.Union[PySide2.Qt3DCore.Qt3DCore.QNode, NoneType] = None) QEntity(self, parent: typing.Union[PySide2.Qt3DCore.Qt3DCore.QNode, NoneType] = None) [extrait de QEntity.__doc__]
qHash(id: PySide2.Qt3DCore.Qt3DCore.QNodeId, seed: int = 0) -> int qHash(id: PySide2.Qt3DCore.Qt3DCore.QNodeId, seed: int = 0) -> int [extrait de qHash.__doc__]
qIdForNode(node: PySide2.Qt3DCore.Qt3DCore.QNode) -> PySide2.Qt3DCore.Qt3DCore.QNodeId qIdForNode(node: PySide2.Qt3DCore.Qt3DCore.QNode) -> PySide2.Qt3DCore.Qt3DCore.QNodeId [extrait de qIdForNode.__doc__]
QJoint(self, parent: typing.Union[PySide2.Qt3DCore.Qt3DCore.QNode, NoneType] = None) QJoint(self, parent: typing.Union[PySide2.Qt3DCore.Qt3DCore.QNode, NoneType] = None) [extrait de QJoint.__doc__]
QNode(self, parent: typing.Union[PySide2.Qt3DCore.Qt3DCore.QNode, NoneType] = None) QNode(self, parent: typing.Union[PySide2.Qt3DCore.Qt3DCore.QNode, NoneType] = None) [extrait de QNode.__doc__]
QNodeCommand(self, id: PySide2.Qt3DCore.Qt3DCore.QNodeId) QNodeCommand(self, id: PySide2.Qt3DCore.Qt3DCore.QNodeId) [extrait de QNodeCommand.__doc__]
QNodeCreatedChangeBase(self, node: PySide2.Qt3DCore.Qt3DCore.QNode) QNodeCreatedChangeBase(self, node: PySide2.Qt3DCore.Qt3DCore.QNode) [extrait de QNodeCreatedChangeBase.__doc__]
QNodeDestroyedChange(self, node: PySide2.Qt3DCore.Qt3DCore.QNode, subtreeIdsAndTypes: typing.List[PySide2.Qt3DCore.Qt3DCore.QNodeIdTypePair]) QNodeDestroyedChange(self, node: PySide2.Qt3DCore.Qt3DCore.QNode, subtreeIdsAndTypes: typing.List[PySide2.Qt3DCore.Qt3DCore.QNodeIdTypePair]) [extrait de QNodeDestroyedChange.__doc__]
QNodeId QNodeId(self) [extrait de QNodeId.__doc__]
QNodeIdTypePair QNodeIdTypePair(self) [extrait de QNodeIdTypePair.__doc__]
QPropertyNodeAddedChange(self, subjectId: PySide2.Qt3DCore.Qt3DCore.QNodeId, node: PySide2.Qt3DCore.Qt3DCore.QNode) QPropertyNodeAddedChange(self, subjectId: PySide2.Qt3DCore.Qt3DCore.QNodeId, node: PySide2.Qt3DCore.Qt3DCore.QNode) [extrait de QPropertyNodeAddedChange.__doc__]
QPropertyNodeRemovedChange(self, subjectId: PySide2.Qt3DCore.Qt3DCore.QNodeId, node: PySide2.Qt3DCore.Qt3DCore.QNode) QPropertyNodeRemovedChange(self, subjectId: PySide2.Qt3DCore.Qt3DCore.QNodeId, node: PySide2.Qt3DCore.Qt3DCore.QNode) [extrait de QPropertyNodeRemovedChange.__doc__]
QPropertyUpdatedChange(self, subjectId: PySide2.Qt3DCore.Qt3DCore.QNodeId) QPropertyUpdatedChange(self, subjectId: PySide2.Qt3DCore.Qt3DCore.QNodeId) [extrait de QPropertyUpdatedChange.__doc__]
QPropertyUpdatedChangeBase(self, subjectId: PySide2.Qt3DCore.Qt3DCore.QNodeId) QPropertyUpdatedChangeBase(self, subjectId: PySide2.Qt3DCore.Qt3DCore.QNodeId) [extrait de QPropertyUpdatedChangeBase.__doc__]
QPropertyValueAddedChange(self, subjectId: PySide2.Qt3DCore.Qt3DCore.QNodeId) QPropertyValueAddedChange(self, subjectId: PySide2.Qt3DCore.Qt3DCore.QNodeId) [extrait de QPropertyValueAddedChange.__doc__]
QPropertyValueAddedChangeBase(self, subjectId: PySide2.Qt3DCore.Qt3DCore.QNodeId) QPropertyValueAddedChangeBase(self, subjectId: PySide2.Qt3DCore.Qt3DCore.QNodeId) [extrait de QPropertyValueAddedChangeBase.__doc__]
QPropertyValueRemovedChange(self, subjectId: PySide2.Qt3DCore.Qt3DCore.QNodeId) QPropertyValueRemovedChange(self, subjectId: PySide2.Qt3DCore.Qt3DCore.QNodeId) [extrait de QPropertyValueRemovedChange.__doc__]
QPropertyValueRemovedChangeBase(self, subjectId: PySide2.Qt3DCore.Qt3DCore.QNodeId) QPropertyValueRemovedChangeBase(self, subjectId: PySide2.Qt3DCore.Qt3DCore.QNodeId) [extrait de QPropertyValueRemovedChangeBase.__doc__]
QSceneChange(self, type: PySide2.Qt3DCore.Qt3DCore.ChangeFlag, subjectId: PySide2.Qt3DCore.Qt3DCore.QNodeId) QSceneChange(self, type: PySide2.Qt3DCore.Qt3DCore.ChangeFlag, subjectId: PySide2.Qt3DCore.Qt3DCore.QNodeId) [extrait de QSceneChange.__doc__]
QSkeleton(self, parent: typing.Union[PySide2.Qt3DCore.Qt3DCore.QNode, NoneType] = None) QSkeleton(self, parent: typing.Union[PySide2.Qt3DCore.Qt3DCore.QNode, NoneType] = None) [extrait de QSkeleton.__doc__]
QSkeletonLoader QSkeletonLoader(self, parent: typing.Union[PySide2.Qt3DCore.Qt3DCore.QNode, NoneType] = None) [extrait de QSkeletonLoader.__doc__]
QStaticPropertyUpdatedChangeBase(self, subjectId: PySide2.Qt3DCore.Qt3DCore.QNodeId) QStaticPropertyUpdatedChangeBase(self, subjectId: PySide2.Qt3DCore.Qt3DCore.QNodeId) [extrait de QStaticPropertyUpdatedChangeBase.__doc__]
QStaticPropertyValueAddedChangeBase(self, subjectId: PySide2.Qt3DCore.Qt3DCore.QNodeId) QStaticPropertyValueAddedChangeBase(self, subjectId: PySide2.Qt3DCore.Qt3DCore.QNodeId) [extrait de QStaticPropertyValueAddedChangeBase.__doc__]
QStaticPropertyValueRemovedChangeBase(self, subjectId: PySide2.Qt3DCore.Qt3DCore.QNodeId) QStaticPropertyValueRemovedChangeBase(self, subjectId: PySide2.Qt3DCore.Qt3DCore.QNodeId) [extrait de QStaticPropertyValueRemovedChangeBase.__doc__]
QTransform(self, parent: typing.Union[PySide2.Qt3DCore.Qt3DCore.QNode, NoneType] = None) QTransform(self, parent: typing.Union[PySide2.Qt3DCore.Qt3DCore.QNode, NoneType] = None) [extrait de QTransform.__doc__]

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

__init_subclass__, __subclasshook__

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

__delattr__, __dir__, __format__, __getattribute__, __hash__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__