Public Member Functions | |
def | __init__ |
def | deepcopy |
def | deserialize |
def | execute |
def | get_duration |
def | serialize |
def | set_duration |
def | to_string |
Public Attributes | |
execute_finished_signal | |
Private Member Functions | |
def | _execute_finished |
Private Attributes | |
_duration |
def src.actions.Action.Action.__init__ | ( | self | ) |
def src.actions.Action.Action._execute_finished | ( | self | ) | [private] |
def src.actions.Action.Action.deepcopy | ( | self | ) |
def src.actions.Action.Action.deserialize | ( | self, | |
stream | |||
) |
def src.actions.Action.Action.execute | ( | self | ) |
def src.actions.Action.Action.get_duration | ( | self | ) |
def src.actions.Action.Action.serialize | ( | self, | |
stream | |||
) |
def src.actions.Action.Action.set_duration | ( | self, | |
duration | |||
) |
def src.actions.Action.Action.to_string | ( | self | ) |
src::actions::Action.Action::_duration [private] |