Public Member Functions | |
def | __init__ |
Constructor of HotFuzzCheckBoxWidget. | |
def | focusInEvent |
Reimplemented focus in function. | |
def | focusOutEvent |
Reimplemented focus out function. | |
Public Attributes | |
origState | |
State of the widget when it gained focus. |
Reimplemented Check Box widget.
Emits signal when widget loses focus and its state is changed.
def hotfuzzwidget::HotFuzzCheckBoxWidget::__init__ | ( | self, | ||
parent = None | ||||
) |
def hotfuzzwidget::HotFuzzCheckBoxWidget::focusInEvent | ( | self, | ||
e | ||||
) |
Reimplemented focus in function.
self | The object pointer. | |
e | Event. |
def hotfuzzwidget::HotFuzzCheckBoxWidget::focusOutEvent | ( | self, | ||
e | ||||
) |
Reimplemented focus out function.
self | The object pointer. | |
e | Event. |
State of the widget when it gained focus.