Class t.w.i.b.Conversation:

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

Known subclasses: twisted.words.im.jychat.ConversationWindow

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.