|
RoboAide
Project to improve a DIY robotic arm used for mobility assistance
|
Public Member Functions | |
| def | __init__ (self, move=None, text=None, motors={}, parent=None) |
| def | goToMoveOfTheLabel (self) |
| def | getMove (self) |
Private Attributes | |
| __move | |
| The move for the label. More... | |
| __motors | |
| The dictionary of all the motors. More... | |
Class for the custom labels that are stored in the move list in the sequence creator
Definition at line 586 of file RoboAide.py.
| def ui.RoboAide.moveLabel.__init__ | ( | self, | |
move = None, |
|||
text = None, |
|||
motors = {}, |
|||
parent = None |
|||
| ) |
Initialization of the move label :param move: The move :param text: The text in the label :param motors: Dictionary of all the motors :param parent: The Qt parent
Definition at line 590 of file RoboAide.py.
| def ui.RoboAide.moveLabel.getMove | ( | self | ) |
Accessor of the move of the label :return: the move object
Definition at line 613 of file RoboAide.py.
| def ui.RoboAide.moveLabel.goToMoveOfTheLabel | ( | self | ) |
Handles the event when the move lable is double clicked :return: No return1
Definition at line 605 of file RoboAide.py.
|
private |
The dictionary of all the motors.
Definition at line 602 of file RoboAide.py.
|
private |
The move for the label.
Definition at line 600 of file RoboAide.py.
1.8.11