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

Bases: tik_manager4.ui.Qt.QtCore.QObject

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

valueChangeEvent(e)
valueChanged
class ValueChangeFloat

Bases: tik_manager4.ui.Qt.QtCore.QObject

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

valueChangeEvent(e)
valueChanged
class ValueChangeInt

Bases: tik_manager4.ui.Qt.QtCore.QObject

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

valueChangeEvent(e)
valueChanged
class ValueChangeList

Bases: tik_manager4.ui.Qt.QtCore.QObject

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

valueChangeEvent(e)
valueChanged
class ValueChangeObj

Bases: tik_manager4.ui.Qt.QtCore.QObject

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

valueChangeEvent(e)
valueChanged
class ValueChangeStr

Bases: tik_manager4.ui.Qt.QtCore.QObject

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

valueChangeEvent(e)
valueChanged