Public Member Functions | |
| def | __init__ |
| def | on_closing |
| def | run_server |
| def | log_msg |
| def | update |
| def | run |
Public Attributes | |
| root | |
| running | |
| log | |
| server | |
| scrollbar | |
| prompt | |
| led | |
| port | |
| available_worlds | |
| world | |
Server window class
| def gui.ServerUI.__init__ | ( | self, | |
| run_server, | |||
| world_list | |||
| ) |
Server window class constructor
@param run_server the server core function to be called on running
@param world_list the world list to be potentially synchronized
| def gui.ServerUI.log_msg | ( | self, | |
| msg, | |||
end = "\n" |
|||
| ) |
Logs a message into the prompt area
| def gui.ServerUI.on_closing | ( | self | ) |
Closes the window
| def gui.ServerUI.run | ( | self | ) |
Runs tkinter mainloop on the window
| def gui.ServerUI.run_server | ( | self | ) |
Runs the client core and toogles the led
| def gui.ServerUI.update | ( | self | ) |
Updates the window
1.7.6.1