Qt3DRender::QStencilOperation Class
class Qt3DRender::QStencilOperationLa classe QStencilOperation spécifie l'opération de pochoir. Plus d'informations...
| En-tête : | #include <QStencilOperation> |
| CMake : | find_package(Qt6 REQUIRED COMPONENTS 3drender)target_link_libraries(mytarget PRIVATE Qt6::3drender) |
| qmake : | QT += 3drender |
| En QML : | StencilOperation |
| Hérite : | Qt3DRender::QRenderState |
| Statut : | Déclassé |
Propriétés
- back : Qt3DRender::QStencilOperationArguments* const
- front : Qt3DRender::QStencilOperationArguments* const
Fonctions publiques
| QStencilOperation(Qt3DCore::QNode *parent = nullptr) | |
| Qt3DRender::QStencilOperationArguments * | back() const |
Description détaillée
Une classe Qt3DRender::QStencilOperation spécifie les opérations de pochoir pour les polygones avant et arrière. L'opération de pochoir contrôle ce qui est fait au fragment lorsque le test de pochoir et de profondeur réussit ou échoue.
Voir également Qt3DRender::QStencilTest.
Documentation sur les propriétés
[read-only] back : Qt3DRender::QStencilOperationArguments* const
Contient les arguments de l'opération de pochoir pour les polygones orientés vers l'arrière.
Fonctions d'accès :
| Qt3DRender::QStencilOperationArguments * | back() const |
[read-only] front : Qt3DRender::QStencilOperationArguments* const
Contient les arguments de l'opération de pochoir pour les polygones frontaux.
Documentation des fonctions membres
[explicit] QStencilOperation::QStencilOperation(Qt3DCore::QNode *parent = nullptr)
Le constructeur crée une nouvelle instance QStencilOperation::QStencilOperation avec l'adresse parent spécifiée.
© 2026 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.