RoboAide
Project to improve a DIY robotic arm used for mobility assistance
Public Member Functions | Private Attributes | List of all members
ui.RoboAide.moveLabel Class Reference
Inheritance diagram for ui.RoboAide.moveLabel:

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...
 

Detailed Description

Class for the custom labels that are stored in the move list in the sequence creator

Definition at line 586 of file RoboAide.py.

Constructor & Destructor Documentation

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.

Member Function Documentation

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.

Member Data Documentation

ui.RoboAide.moveLabel.__motors
private

The dictionary of all the motors.

Definition at line 602 of file RoboAide.py.

ui.RoboAide.moveLabel.__move
private

The move for the label.

Definition at line 600 of file RoboAide.py.


The documentation for this class was generated from the following file: