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