tik_manager4.ui.widgets.signals

Signal definitions for the TikManager4 UI.

Classes

ValueChangeBool

Simple QObject inheritance to pass the Signal and event to custom widgets

ValueChangeFloat

Simple QObject inheritance to pass the Signal and event to custom widgets

ValueChangeInt

Simple QObject inheritance to pass the Signal and event to custom widgets

ValueChangeList

Simple QObject inheritance to pass the Signal and event to custom widgets

ValueChangeObj

Simple QObject inheritance to pass the Signal and event to custom widgets

ValueChangeStr

Simple QObject inheritance to pass the Signal and event to custom widgets

Module Contents

class ValueChangeBool(parent=None)

Bases: tik_manager4.ui.Qt.QtCore.QObject

Simple QObject inheritance to pass the Signal and event to custom widgets

valueChangeEvent(e)
valueChanged
class ValueChangeFloat(parent=None)

Bases: tik_manager4.ui.Qt.QtCore.QObject

Simple QObject inheritance to pass the Signal and event to custom widgets

valueChangeEvent(e)
valueChanged
class ValueChangeInt(parent=None)

Bases: tik_manager4.ui.Qt.QtCore.QObject

Simple QObject inheritance to pass the Signal and event to custom widgets

valueChangeEvent(e)
valueChanged
class ValueChangeList(parent=None)

Bases: tik_manager4.ui.Qt.QtCore.QObject

Simple QObject inheritance to pass the Signal and event to custom widgets

valueChangeEvent(e)
valueChanged
class ValueChangeObj(parent=None)

Bases: tik_manager4.ui.Qt.QtCore.QObject

Simple QObject inheritance to pass the Signal and event to custom widgets

valueChangeEvent(e)
valueChanged
class ValueChangeStr(parent=None)

Bases: tik_manager4.ui.Qt.QtCore.QObject

Simple QObject inheritance to pass the Signal and event to custom widgets

valueChangeEvent(e)
valueChanged