MCPcopy Create free account
hub / github.com/Syncplay/syncplay / ConsoleInGUI

Class ConsoleInGUI

syncplay/ui/gui.py:51–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49
50
51class ConsoleInGUI(ConsoleUI):
52 def showMessage(self, message, noTimestamp=False, isMotd=False):
53 self._syncplayClient.ui.showMessage(message, noTimestamp=True, isMotd=isMotd)
54
55 def showDebugMessage(self, message):
56 self._syncplayClient.ui.showDebugMessage(message)
57
58 def showErrorMessage(self, message, criticalerror=False):
59 self._syncplayClient.ui.showErrorMessage(message, criticalerror)
60
61 def updateRoomName(self, room=""): #bob
62 self._syncplayClient.ui.updateRoomName(room)
63
64 def getUserlist(self):
65 self._syncplayClient.showUserList(self)
66
67
68class UserlistItemDelegate(QtWidgets.QStyledItemDelegate):

Callers 1

__init__Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected