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

List of all members.

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

Detailed Description

Server window class 

Constructor & Destructor Documentation

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

Member Function Documentation

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 

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