Methods
|
|
|
|
appInit
|
appInit ( self )
|
|
broadcastMessage
|
broadcastMessage ( self )
|
|
changeDispositionCB
|
changeDispositionCB ( self, *args )
|
|
changePasswordCB
|
changePasswordCB ( self, new_value )
|
|
configureWimd
|
configureWimd ( self )
|
|
connect
|
connect ( self )
|
|
connection
|
connection ( self )
Get a reference to the wimd connection for
this application.
|
|
createChatInterface
|
createChatInterface ( self )
|
|
createInterface
|
createInterface ( self )
|
|
createMenuBar
|
createMenuBar ( self )
|
|
disconnect
|
disconnect ( self, forced=0 )
|
|
getDialog
|
getDialog (
self,
dlg_id,
addressee_list,
addressee_id_list,
)
|
|
getDialogId
|
getDialogId ( self, users )
|
|
getLoginInfo
|
getLoginInfo ( self )
|
|
login
|
login ( self, first_time=1 )
|
|
main
|
main ( self )
|
|
newChatWithSelected
|
newChatWithSelected ( self, event=None )
Create a new chat session (window) with the
currently selected names from the usertable.
|
|
pick_user
|
pick_user ( self )
pick_user(parent, wimd)
Given a parent widget and a connection to a wimd server, present a
dialog to get the user to pick multiple users.
|
|
poll
|
poll ( self )
Poll the wimd connection.
|
|
savePrefsCB
|
savePrefsCB ( self, prefs )
We need to update the preferences for dialogs
that can be changed at runtime.
|
|
sendMessage
|
sendMessage (
self,
addressee_list=(),
addressee_id_list=(),
)
Send a message to a list of users.
|
|
showChangePasswordCB
|
showChangePasswordCB ( self, *args )
|
|
showMOTD
|
showMOTD ( self )
Show a dialog with the message of the day.
|
|
showNewMotd
|
showNewMotd ( self )
|
|
showUserInfoCB
|
showUserInfoCB ( self, event=None )
|
|
statusInfo
|
statusInfo ( self )
Get a reference to the wimd status manager
for this application.
|
|
statusUpdateCB
|
statusUpdateCB ( self, *args )
|
|
wStatusUpdate
|
wStatusUpdate ( self )
Update the user information presented in the interface.
|