PyFlow.UI.Views package¶
Submodules¶
PyFlow.UI.Views.NodeBox module¶
-
class
PyFlow.UI.Views.NodeBox.NodeBoxLineEdit(parent, events=True)¶ Bases:
PySide2.QtWidgets.QLineEdit-
__init__(parent, events=True)¶ Initialize self. See help(type(self)) for accurate signature.
-
-
class
PyFlow.UI.Views.NodeBox.NodeBoxSizeGrip(parent=None)¶ Bases:
PySide2.QtWidgets.QSizeGripdocstring for NodeBoxSizeGrip.
-
__init__(parent=None)¶ Initialize self. See help(type(self)) for accurate signature.
-
paintEvent(self, arg__1: PySide2.QtGui.QPaintEvent)¶
-
sizeHint(self) → PySide2.QtCore.QSize¶
-
-
class
PyFlow.UI.Views.NodeBox.NodeBoxTreeWidget(parent, canvas, bNodeInfoEnabled=True, useDragAndDrop=True, bGripsEnabled=True)¶ Bases:
PySide2.QtWidgets.QTreeWidget-
__init__(parent, canvas, bNodeInfoEnabled=True, useDragAndDrop=True, bGripsEnabled=True)¶ Initialize self. See help(type(self)) for accurate signature.
-
mousePressEvent(self, event: PySide2.QtGui.QMouseEvent)¶
-
update(self)¶ update(self, index: PySide2.QtCore.QModelIndex)
-
-
class
PyFlow.UI.Views.NodeBox.NodesBox(parent, canvas, bNodeInfoEnabled=True, bGripsEnabled=True, bUseDragAndDrop=False)¶ Bases:
PySide2.QtWidgets.QFramedoc string for NodesBox
-
__init__(parent, canvas, bNodeInfoEnabled=True, bGripsEnabled=True, bUseDragAndDrop=False)¶ Initialize self. See help(type(self)) for accurate signature.
-
hideEvent(self, event: PySide2.QtGui.QHideEvent)¶
-
mouseMoveEvent(self, event: PySide2.QtGui.QMouseEvent)¶
-
mousePressEvent(self, event: PySide2.QtGui.QMouseEvent)¶
-
mouseReleaseEvent(self, event: PySide2.QtGui.QMouseEvent)¶
-
showEvent(self, event: PySide2.QtGui.QShowEvent)¶
-
sizeHint(self) → PySide2.QtCore.QSize¶
-
PyFlow.UI.Views.PinWidget_ui module¶
PyFlow.UI.Views.VariableForm_ui module¶
PyFlow.UI.Views.VariablesWidget module¶
-
class
PyFlow.UI.Views.VariablesWidget.VariablesListWidget(parent=None)¶ Bases:
PySide2.QtWidgets.QListWidgetdocstring for VariablesListWidget.
-
__init__(parent=None)¶ Initialize self. See help(type(self)) for accurate signature.
-
mousePressEvent(self, event: PySide2.QtGui.QMouseEvent)¶
-
-
class
PyFlow.UI.Views.VariablesWidget.VariablesWidget(pyFlowInstance, parent=None)¶ Bases:
PySide2.QtWidgets.QWidget,PyFlow.UI.Views.VariablesWidget_ui.Ui_Formdocstring for VariablesWidget
-
__init__(pyFlowInstance, parent=None)¶ Initialize self. See help(type(self)) for accurate signature.
-
clear()¶ Does not removes any variable. UI only
-