Public Member Functions | |
def | __init__ |
Calc state machine event constructor. | |
Static Public Attributes | |
key = None | |
The calculator key pressed that caused the event. |
def calc_hsm.CalcEvent.__init__ | ( | self, | ||
sig, | ||||
key | ||||
) |
Calc state machine event constructor.
sig | The signal associated with this event | |
key | The key pressed that caused the event |
calc_hsm.CalcEvent.key = None [static] |
The calculator key pressed that caused the event.