PyFlow.Packages.PyFlowBase.Factories package

Submodules

PyFlow.Packages.PyFlowBase.Factories.PinInputWidgetFactory module

class PyFlow.Packages.PyFlowBase.Factories.PinInputWidgetFactory.BoolInputWidget(parent=None, **kwds)

Bases: PyFlow.UI.Widgets.InputWidgets.InputWidgetSingle

Boolean data input widget

__init__(parent=None, **kwds)

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

setWidgetValue(val)

to widget

class PyFlow.Packages.PyFlowBase.Factories.PinInputWidgetFactory.EnumInputWidget(parent=None, **kwds)

Bases: PyFlow.UI.Widgets.InputWidgets.InputWidgetSingle

docstring for EnumInputWidget.

__init__(parent=None, **kwds)

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

setWidgetValue(value)

to widget

class PyFlow.Packages.PyFlowBase.Factories.PinInputWidgetFactory.ExecInputWidget(parent=None, **kwds)

Bases: PyFlow.UI.Widgets.InputWidgets.InputWidgetSingle

docstring for ExecInputWidget

__init__(parent=None, **kwds)

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

class PyFlow.Packages.PyFlowBase.Factories.PinInputWidgetFactory.FloatInputWidget(parent=None, **kwds)

Bases: PyFlow.UI.Widgets.InputWidgets.InputWidgetSingle

Floating point data input widget

__init__(parent=None, **kwds)

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

setWidgetValue(val)

to widget

class PyFlow.Packages.PyFlowBase.Factories.PinInputWidgetFactory.FloatInputWidgetSimple(parent=None, **kwds)

Bases: PyFlow.UI.Widgets.InputWidgets.InputWidgetSingle

Floating point data input widget without enhancements

__init__(parent=None, **kwds)

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

setWidgetValue(val)

to widget

class PyFlow.Packages.PyFlowBase.Factories.PinInputWidgetFactory.IntInputWidget(parent=None, **kwds)

Bases: PyFlow.UI.Widgets.InputWidgets.InputWidgetSingle

Decimal number input widget

__init__(parent=None, **kwds)

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

setWidgetValue(val)

to widget

class PyFlow.Packages.PyFlowBase.Factories.PinInputWidgetFactory.IntInputWidgetSimple(parent=None, **kwds)

Bases: PyFlow.UI.Widgets.InputWidgets.InputWidgetSingle

Decimal number input widget without enhancements

__init__(parent=None, **kwds)

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

setWidgetValue(val)

to widget

class PyFlow.Packages.PyFlowBase.Factories.PinInputWidgetFactory.NoneInputWidget(parent=None, **kwds)

Bases: PyFlow.UI.Widgets.InputWidgets.InputWidgetSingle

String data input widget

__init__(parent=None, **kwds)

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

setWidgetValue(val)

to widget

class PyFlow.Packages.PyFlowBase.Factories.PinInputWidgetFactory.ObjectPathWIdget(parent=None, **kwds)

Bases: PyFlow.UI.Widgets.InputWidgets.InputWidgetSingle

docstring for ObjectPathWIdget.

__init__(parent=None, **kwds)

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

setWidgetValue(value)

to widget

class PyFlow.Packages.PyFlowBase.Factories.PinInputWidgetFactory.PathInputWidget(parent=None, **kwds)

Bases: PyFlow.UI.Widgets.InputWidgets.InputWidgetSingle

Path input widget

__init__(parent=None, **kwds)

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

setWidgetValue(val)

to widget

class PyFlow.Packages.PyFlowBase.Factories.PinInputWidgetFactory.StringInputWidget(parent=None, **kwds)

Bases: PyFlow.UI.Widgets.InputWidgets.InputWidgetSingle

String data input widget

__init__(parent=None, **kwds)

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

setWidgetValue(val)

to widget

PyFlow.Packages.PyFlowBase.Factories.PinInputWidgetFactory.getInputWidget(dataType, dataSetter, defaultValue, widgetVariant='DefaultWidget', **kwds)

factory method

PyFlow.Packages.PyFlowBase.Factories.UINodeFactory module

PyFlow.Packages.PyFlowBase.Factories.UIPinFactory module

Module contents