t.w.i.j.ConversationWindow(Conversation) : class documentation

Part of twisted.words.im.jychat View Source View In Hierarchy

A GUI window of a conversation with a specific person
Method __init__ ConversationWindow(basesupport.AbstractPerson:person)
Method buildpane Undocumented
Method show Displays the ConversationWindow
Method hide Hides the ConversationWindow
Method sendText Sends text to the person with whom the user is conversing.
Method showMessage Display a message sent from the person with whom she is conversing
Method contactChangedNick Change a person's name.
Method displayText Undocumented
Method hidewindow Undocumented
Method send Undocumented
def __init__(self, person, chatui): (source)
ConversationWindow(basesupport.AbstractPerson:person)
def buildpane(self): (source)
Undocumented
def show(self): (source)
Displays the ConversationWindow
def hide(self): (source)
Hides the ConversationWindow
def sendText(self, text): (source)
Sends text to the person with whom the user is conversing.
Returns (type: Deferred )
def showMessage(self, text, metadata=None): (source)
Display a message sent from the person with whom she is conversing
Parameterstext (type: string )
metadata (type: dict )
def contactChangedNick(self, person, newnick): (source)
Change a person's name.
Parametersperson (type: Person )
newnick (type: string )
def displayText(self, text): (source)
Undocumented
def hidewindow(self, ae): (source)
Undocumented
def send(self, ae): (source)
Undocumented
API Documentation for Twisted, generated by pydoctor at 2011-10-27 16:02:37.