Module dialogs :: Class ChangeNickDialog
[hide private]
[frames] | no frames]

Class ChangeNickDialog

source code


Class for changing room nickname in case of conflict
Instance Methods [hide private]
 
__init__(self, account, room_jid, title, prompt, check_text=None, change_nick=False)
change_nick must be set to True when we are already occupant of the room and we are changing our nick
source code
 
on_input_dialog_delete_event(self, widget, event) source code
 
setup_dialog(self) source code
 
check_next(self) source code
 
on_okbutton_clicked(self, widget) source code
 
on_ok(self, nick, is_checked) source code
 
on_cancelbutton_clicked(self, widget) source code
 
add_room(self, account, room_jid, prompt, change_nick=False) source code

Inherited from InputDialogCheck: get_text, is_checked

Inherited from InputDialog: set_entry

Inherited from CommonInputDialog: on_input_dialog_destroy

Method Details [hide private]

__init__(self, account, room_jid, title, prompt, check_text=None, change_nick=False)
(Constructor)

source code 
change_nick must be set to True when we are already occupant of the room and we are changing our nick
Overrides: CommonInputDialog.__init__

on_input_dialog_delete_event(self, widget, event)

source code 

setup_dialog(self)

source code 

check_next(self)

source code 

on_okbutton_clicked(self, widget)

source code 
Overrides: CommonInputDialog.on_okbutton_clicked

on_ok(self, nick, is_checked)

source code 

on_cancelbutton_clicked(self, widget)

source code 
Overrides: CommonInputDialog.on_cancelbutton_clicked

add_room(self, account, room_jid, prompt, change_nick=False)

source code