mkRPG
 All Classes Namespaces Functions
Public Member Functions | Public Attributes
gui.ClientUI Class Reference

List of all members.

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

Detailed Description

Client window class 

Constructor & Destructor Documentation

def gui.ClientUI.__init__ (   self,
  client 
)
    Client window class constructor

    @param client the client core function to be called on running

Member Function Documentation

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 

The documentation for this class was generated from the following file:
 All Classes Namespaces Functions