| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149 |
- # The PEP 484 type hints stub file for the QAxContainer module.
- #
- # Generated by SIP 6.15.3
- #
- # Copyright (c) 2026 Riverbank Computing Limited <info@riverbankcomputing.com>
- #
- # This file is part of PyQt6.
- #
- # This file may be used under the terms of the GNU General Public License
- # version 3.0 as published by the Free Software Foundation and appearing in
- # the file LICENSE included in the packaging of this file. Please review the
- # following information to ensure the GNU General Public License version 3.0
- # requirements will be met: http://www.gnu.org/copyleft/gpl.html.
- #
- # If you do not wish to use this file under the terms of the GPL version 3.0
- # then you may purchase a commercial license. For more information contact
- # info@riverbankcomputing.com.
- #
- # This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
- # WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
- import collections, re, typing
- try:
- from warnings import deprecated
- except ImportError:
- pass
- import PyQt6.sip
- from PyQt6 import QtCore
- from PyQt6 import QtGui
- from PyQt6 import QtWidgets
- # Support for QDate, QDateTime and QTime.
- import datetime
- # Convenient type aliases.
- PYQT_SIGNAL = typing.Union[QtCore.pyqtSignal, QtCore.pyqtBoundSignal]
- PYQT_SLOT = typing.Union[collections.abc.Callable[..., Any], QtCore.pyqtBoundSignal]
- class QAxBase(PyQt6.sip.simplewrapper):
- @typing.overload
- def __init__(self) -> None: ...
- @typing.overload
- def __init__(self, a0: 'QAxBase') -> None: ...
- def setClassContext(self, classContext: int) -> None: ...
- def classContext(self) -> int: ...
- def disableEventSink(self) -> None: ...
- def disableClassInfo(self) -> None: ...
- def disableMetaObject(self) -> None: ...
- def setControl(self, a0: str|None) -> bool: ...
- def clear(self) -> None: ...
- def asVariant(self) -> typing.Any: ...
- def verbs(self) -> list[str]: ...
- def isNull(self) -> bool: ...
- def setPropertyWritable(self, a0: str, a1: bool) -> None: ...
- def propertyWritable(self, a0: str) -> bool: ...
- def generateDocumentation(self) -> str: ...
- def setPropertyBag(self, a0: dict[str|None, typing.Any]) -> None: ...
- def propertyBag(self) -> dict[str, typing.Any]: ...
- @typing.overload
- def querySubObject(self, a0: str, a1: collections.abc.Iterable[typing.Any]) -> 'QAxObject|None': ...
- @typing.overload
- def querySubObject(self, a0: str, value1: typing.Any = ..., value2: typing.Any = ..., value3: typing.Any = ..., value4: typing.Any = ..., value5: typing.Any = ..., value6: typing.Any = ..., value7: typing.Any = ..., value8: typing.Any = ...) -> 'QAxObject|None': ...
- @typing.overload
- def dynamicCall(self, a0: str, a1: collections.abc.Iterable[typing.Any]) -> typing.Any: ...
- @typing.overload
- def dynamicCall(self, a0: str, value1: typing.Any = ..., value2: typing.Any = ..., value3: typing.Any = ..., value4: typing.Any = ..., value5: typing.Any = ..., value6: typing.Any = ..., value7: typing.Any = ..., value8: typing.Any = ...) -> typing.Any: ...
- def control(self) -> str: ...
- class QAxObjectInterface(PyQt6.sip.simplewrapper):
- @typing.overload
- def __init__(self) -> None: ...
- @typing.overload
- def __init__(self, a0: 'QAxObjectInterface') -> None: ...
- def resetControl(self) -> None: ...
- def setControl(self, c: str|None) -> bool: ...
- def control(self) -> str: ...
- def setClassContext(self, classContext: int) -> None: ...
- def classContext(self) -> int: ...
- class QAxBaseObject(QtCore.QObject, QAxObjectInterface):
- def __init__(self) -> None: ...
- signal: typing.ClassVar[QtCore.pyqtSignal]
- propertyChanged: typing.ClassVar[QtCore.pyqtSignal]
- exception: typing.ClassVar[QtCore.pyqtSignal]
- class QAxObject(QAxBaseObject, QAxBase):
- @typing.overload
- def __init__(self, parent: QtCore.QObject|None = ...) -> None: ...
- @typing.overload
- def __init__(self, a0: str|None, parent: QtCore.QObject|None = ...) -> None: ...
- def connectNotify(self, a0: QtCore.QMetaMethod) -> None: ...
- def doVerb(self, a0: str|None) -> bool: ...
- def clear(self) -> None: ...
- def resetControl(self) -> None: ...
- def setControl(self, c: str|None) -> bool: ...
- def control(self) -> str: ...
- def setClassContext(self, classContext: int) -> None: ...
- def classContext(self) -> int: ...
- class QAxBaseWidget(QtWidgets.QWidget, QAxObjectInterface):
- def __init__(self) -> None: ...
- signal: typing.ClassVar[QtCore.pyqtSignal]
- propertyChanged: typing.ClassVar[QtCore.pyqtSignal]
- exception: typing.ClassVar[QtCore.pyqtSignal]
- class QAxWidget(QAxBaseWidget, QAxBase):
- @typing.overload
- def __init__(self, parent: QtWidgets.QWidget|None = ..., flags: QtCore.Qt.WindowType = ...) -> None: ...
- @typing.overload
- def __init__(self, a0: str|None, parent: QtWidgets.QWidget|None = ..., flags: QtCore.Qt.WindowType = ...) -> None: ...
- def connectNotify(self, a0: QtCore.QMetaMethod) -> None: ...
- def translateKeyEvent(self, a0: int, a1: int) -> bool: ...
- def resizeEvent(self, a0: QtGui.QResizeEvent|None) -> None: ...
- def changeEvent(self, a0: QtCore.QEvent|None) -> None: ...
- @typing.overload
- def createHostWindow(self, a0: bool) -> bool: ...
- @typing.overload
- def createHostWindow(self, a0: bool, a1: QtCore.QByteArray|bytes|bytearray|memoryview) -> bool: ...
- def minimumSizeHint(self) -> QtCore.QSize: ...
- def sizeHint(self) -> QtCore.QSize: ...
- def doVerb(self, a0: str|None) -> bool: ...
- def clear(self) -> None: ...
- def resetControl(self) -> None: ...
- def setControl(self, c: str|None) -> bool: ...
- def control(self) -> str: ...
- def setClassContext(self, classContext: int) -> None: ...
- def classContext(self) -> int: ...
|