Qt3DLogic.pyi 994 B

12345678910111213141516171819202122232425262728293031323334353637
  1. # Copyright (C) 2022 The Qt Company Ltd.
  2. # SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
  3. """
  4. This file contains the exact signatures for all functions in module
  5. PySide6.Qt3DLogic, except for defaults which are replaced by "...".
  6. """
  7. # mypy: disable-error-code="override, overload-overlap"
  8. # Module `PySide6.Qt3DLogic`
  9. import PySide6.Qt3DLogic
  10. import PySide6.QtCore
  11. import PySide6.Qt3DCore
  12. import typing
  13. from PySide6.QtCore import Signal
  14. from shiboken6 import Shiboken
  15. class QIntList: ...
  16. class Qt3DLogic(Shiboken.Object):
  17. class QFrameAction(PySide6.Qt3DCore.Qt3DCore.QComponent):
  18. triggered : typing.ClassVar[Signal] = ... # triggered(float)
  19. def __init__(self, /, parent: PySide6.Qt3DCore.Qt3DCore.QNode | None = ...) -> None: ...
  20. class QLogicAspect(PySide6.Qt3DCore.Qt3DCore.QAbstractAspect):
  21. def __init__(self, /, parent: PySide6.QtCore.QObject | None = ...) -> None: ...
  22. # eof