14 Send command to open the drawer 17 self.mainwindow.sendMessage(
'a')
18 print(
"opening " + self.
name)
22 Send command to close the drawer 25 self.mainwindow.sendMessage(
'a')
26 print(
"closing " + self.
name)
30 Getter for the state of the drawer (open/closed) 36 Setter for the state of the drawer (open/closed)
def setState(self, state)
def __init__(self, mainwindow, name="")