Public Member Functions | |
def | __init__ |
Constructor of HotFuzzRadioButtonWidget. | |
def | setButtonGroup |
Sets the Radio Buttons Group. | |
def | focusInEvent |
Reimplemented focus in function. | |
def | updateGroupState |
Updates the group state into widgets variable (HotFuzzRadioButtonWidget::groupState). | |
def | getGroupState |
Returns the group state according to widgets variable (HotFuzzRadioButtonWidget::groupState). | |
def | getOrigGroupState |
Returns the original group state according to widgets variable (HotFuzzRadioButtonWidget::origGroupState). | |
def | focusOutEvent |
Reimplemented focus out function. | |
Public Attributes | |
group | |
Group where into which this object belongs. | |
groupState | |
New state of Radio Button group. | |
origGroupState | |
Original state of Radio Button group. |
Reimplemented Radio Button widget.
Emits signal when widget loses focus and radio button group state is changed.
def hotfuzzwidget::HotFuzzRadioButtonWidget::__init__ | ( | self, | ||
parent = None | ||||
) |
def hotfuzzwidget::HotFuzzRadioButtonWidget::focusInEvent | ( | self, | ||
e | ||||
) |
Reimplemented focus in function.
self | The object pointer. | |
e | Event. |
def hotfuzzwidget::HotFuzzRadioButtonWidget::focusOutEvent | ( | self, | ||
e | ||||
) |
Reimplemented focus out function.
self | The object pointer. | |
e | Event. |
def hotfuzzwidget::HotFuzzRadioButtonWidget::getGroupState | ( | self | ) |
Returns the group state according to widgets variable (HotFuzzRadioButtonWidget::groupState).
self | The object pointer. |
def hotfuzzwidget::HotFuzzRadioButtonWidget::getOrigGroupState | ( | self | ) |
Returns the original group state according to widgets variable (HotFuzzRadioButtonWidget::origGroupState).
self | The object pointer. |
def hotfuzzwidget::HotFuzzRadioButtonWidget::setButtonGroup | ( | self, | ||
group | ||||
) |
Sets the Radio Buttons Group.
group | Group to be set. |
def hotfuzzwidget::HotFuzzRadioButtonWidget::updateGroupState | ( | self | ) |
Updates the group state into widgets variable (HotFuzzRadioButtonWidget::groupState).
self | The object pointer. |
Group where into which this object belongs.
New state of Radio Button group.
Original state of Radio Button group.