8355:8a7677a63c8d | 8356:68ec9c3d4de5 |
---|---|
41 | 41 |
42 def getActions(self): | 42 def getActions(self): |
43 """ | 43 """ |
44 Public method to get a list of all actions. | 44 Public method to get a list of all actions. |
45 | 45 |
46 @return list of all actions (list of E5Action) | 46 @return list of all actions (list of EricAction) |
47 """ | 47 """ |
48 return self.actions[:] | 48 return self.actions[:] |
49 | 49 |
50 def initActions(self): | 50 def initActions(self): |
51 """ | 51 """ |