nukescripts.readviewscheck.QTimer

class nukescripts.readviewscheck.QTimer(self, parent: Optional[PySide6.QtCore.QObject] = None) None

Bases: PySide6.QtCore.QObject

__init__(self, parent: Optional[PySide6.QtCore.QObject] = None) -> None

Initialize self. See help(type(self)) for accurate signature.

Methods

Attributes

destroyed

objectNameChanged

staticMetaObject

timeout

blockSignals(self, b: bool) bool
childEvent(self, event: PySide6.QtCore.QChildEvent) None
children(self) List[PySide6.QtCore.QObject]
static connect(arg__1: PySide6.QtCore.QObject, arg__2: bytes, arg__3: Callable, type: PySide6.QtCore.Qt.ConnectionType = Instance(Qt.AutoConnection)) PySide6.QtCore.QMetaObject.Connection
static connect(self, arg__1: bytes, arg__2: Callable, type: PySide6.QtCore.Qt.ConnectionType = Instance(Qt.AutoConnection)) PySide6.QtCore.QMetaObject.Connection
static connect(self, arg__1: bytes, arg__2: PySide6.QtCore.QObject, arg__3: bytes, type: PySide6.QtCore.Qt.ConnectionType = Instance(Qt.AutoConnection)) PySide6.QtCore.QMetaObject.Connection
static connect(self, sender: PySide6.QtCore.QObject, signal: bytes, member: bytes, type: PySide6.QtCore.Qt.ConnectionType = Instance(Qt.AutoConnection)) PySide6.QtCore.QMetaObject.Connection
static connect(sender: PySide6.QtCore.QObject, signal: PySide6.QtCore.QMetaMethod, receiver: PySide6.QtCore.QObject, method: PySide6.QtCore.QMetaMethod, type: PySide6.QtCore.Qt.ConnectionType = Instance(Qt.AutoConnection)) PySide6.QtCore.QMetaObject.Connection
static connect(sender: PySide6.QtCore.QObject, signal: bytes, receiver: PySide6.QtCore.QObject, member: bytes, type: PySide6.QtCore.Qt.ConnectionType = Instance(Qt.AutoConnection)) PySide6.QtCore.QMetaObject.Connection
connectNotify(self, signal: PySide6.QtCore.QMetaMethod) None
customEvent(self, event: PySide6.QtCore.QEvent) None
deleteLater(self) None
static disconnect(arg__1: PySide6.QtCore.QMetaObject.Connection) bool
static disconnect(arg__1: PySide6.QtCore.QObject, arg__2: bytes, arg__3: Callable) bool
static disconnect(self, arg__1: bytes, arg__2: Callable) bool
static disconnect(self, receiver: PySide6.QtCore.QObject, member: Optional[bytes] = None) bool
static disconnect(self, signal: bytes, receiver: PySide6.QtCore.QObject, member: bytes) bool
static disconnect(sender: PySide6.QtCore.QObject, signal: PySide6.QtCore.QMetaMethod, receiver: PySide6.QtCore.QObject, member: PySide6.QtCore.QMetaMethod) bool
static disconnect(sender: PySide6.QtCore.QObject, signal: bytes, receiver: PySide6.QtCore.QObject, member: bytes) bool
disconnectNotify(self, signal: PySide6.QtCore.QMetaMethod) None
dumpObjectInfo(self) None
dumpObjectTree(self) None
dynamicPropertyNames(self) List[PySide6.QtCore.QByteArray]
emit(self, arg__1: bytes, *args: None) bool
event(self, event: PySide6.QtCore.QEvent) bool
eventFilter(self, watched: PySide6.QtCore.QObject, event: PySide6.QtCore.QEvent) bool
findChild(self, type: type, name: str = {}, options: PySide6.QtCore.Qt.FindChildOption = Instance(Qt.FindChildrenRecursively)) object
findChildren(self, type: type, name: str = {}, options: PySide6.QtCore.Qt.FindChildOption = Instance(Qt.FindChildrenRecursively)) Iterable
findChildren(self, type: type, pattern: Union[PySide6.QtCore.QRegularExpression, str], options: PySide6.QtCore.Qt.FindChildOption = Instance(Qt.FindChildrenRecursively)) Iterable
inherits(self, classname: bytes) bool
installEventFilter(self, filterObj: PySide6.QtCore.QObject) None
interval(self) int
isActive(self) bool
isQuickItemType(self) bool
isSignalConnected(self, signal: PySide6.QtCore.QMetaMethod) bool
isSingleShot(self) bool
isWidgetType(self) bool
isWindowType(self) bool
killTimer(self, arg__1: int) None
metaObject(self) PySide6.QtCore.QMetaObject
moveToThread(self, thread: PySide6.QtCore.QThread) None
objectName(self) str
parent(self) PySide6.QtCore.QObject
property(self, name: str) Any
receivers(self, signal: bytes) int
remainingTime(self) int
removeEventFilter(self, obj: PySide6.QtCore.QObject) None
sender(self) PySide6.QtCore.QObject
senderSignalIndex(self) int
setInterval(self, msec: int) None
setObjectName(self, name: str) None
setParent(self, parent: Optional[PySide6.QtCore.QObject]) None
setProperty(self, name: str, value: Any) bool
setSingleShot(self, singleShot: bool) None
setTimerType(self, atype: PySide6.QtCore.Qt.TimerType) None
signalsBlocked(self) bool
static singleShot(arg__1: int, arg__2: Callable) None
static singleShot(msec: int, receiver: PySide6.QtCore.QObject, member: bytes) None
static singleShot(msec: int, timerType: PySide6.QtCore.Qt.TimerType, receiver: PySide6.QtCore.QObject, member: bytes) None
start(self) None
start(self, msec: int) None
startTimer(self, interval: int, timerType: PySide6.QtCore.Qt.TimerType = Instance(Qt.CoarseTimer)) int
stop(self) None
thread(self) PySide6.QtCore.QThread
timerEvent(self, arg__1: PySide6.QtCore.QTimerEvent) None
timerId(self) int
timerType(self) PySide6.QtCore.Qt.TimerType
tr(self, sourceText: str, disambiguation: Optional[str], n: int = - 1) str