Example #1
0
 def __init__(self, controller, mainWindow):
     self.controller = controller
     ScreenWithBackButton.__init__(self, "System Log", mainWindow)
Example #2
0
 def __init__(self, blindsDevice, mainWindow):
     self.blindsDevice = blindsDevice
     ScreenWithBackButton.__init__(self, "Blinds", mainWindow)
 def __init__(self, lightsDevice, mainWindow):
     self.lights = lightsDevice
     ScreenWithBackButton.__init__(self, "Lighting", mainWindow)
Example #4
0
 def __init__(self, blindsDevice, mainWindow):
     self.blindsDevice = blindsDevice
     ScreenWithBackButton.__init__(self, "Blinds", mainWindow)
Example #5
0
 def __init__(self, screensDevice, mainWindow):
     self.screensDevice = screensDevice
     ScreenWithBackButton.__init__(self, "Projector Screens", mainWindow)