t.w.i.b.Conversation : class documentation

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

A GUI window of a conversation with a specific person
Method __init__
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.
def __init__(self, person, chatui): (source)
Parametersperson (type: Person )
chatui (type: ChatUI )
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 )
API Documentation for Twisted, generated by pydoctor at 2011-10-27 16:17:34.