Beispiel #1
0
 def __init__(self, controller, width, height):
     """
     @param controller: {RDPClientController} RDP controller
     @param width: {int} width of widget
     @param height: {int} height of widget
     """
     RDPClientQt.__init__(self, controller, width, height)
     self._screensize = width, height
Beispiel #2
0
 def __init__(self, controller, width, height, rssRecorder):
     """
     @param controller: {RDPClientController} RDP controller
     @param width: {int} width of widget
     @param height: {int} height of widget
     @param rssRecorder: {rss.FileRecorder}
     """
     RDPClientQt.__init__(self, controller, width, height)
     self._screensize = width, height
     self._rssRecorder = rssRecorder
Beispiel #3
0
 def __init__(self, controller, width, height, rssRecorder):
     """
     @param controller: {RDPClientController} RDP controller
     @param width: {int} width of widget
     @param height: {int} height of widget
     @param rssRecorder: {rss.FileRecorder}
     """
     RDPClientQt.__init__(self, controller, width, height)
     self._screensize = width, height
     self._rssRecorder = rssRecorder