mkRPG
 All Classes Namespaces Functions
Public Member Functions | Public Attributes | Static Public Attributes
plugins.chatcurses.ChatView Class Reference
Inheritance diagram for plugins.chatcurses.ChatView:
plugins.plugincurses.CursesPlugin

List of all members.

Public Member Functions

def __init__
def reset
def handleKey
def draw

Public Attributes

 curses
 writing
 text

Static Public Attributes

int MINW = 1000
int MINH = 9
int X = 0
 Y = -MINH
string NAME = "Chat"
string HELP = "space : begin message"

Detailed Description

This describes a view from the chat, to be displayed on the screen
at runtime.

Member Function Documentation

Draws the chat on the screen and the texts. 

Reimplemented from plugins.plugincurses.CursesPlugin.

def plugins.chatcurses.ChatView.handleKey (   self,
  key 
)
return True if the key has been used 

Reimplemented from plugins.plugincurses.CursesPlugin.

Resets the object attributes. 

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