Definition at line 69 of file char_select.cpp.
Public Member Functions | |
CharDeleteConfirm (CharSelectDialog *master) | |
void | action (const gcn::ActionEvent &event) |
Called when receiving actions from the widgets. | |
Private Attributes | |
CharSelectDialog * | master |
CharDeleteConfirm::CharDeleteConfirm | ( | CharSelectDialog * | master | ) |
Definition at line 78 of file char_select.cpp.
void CharDeleteConfirm::action | ( | const gcn::ActionEvent & | event | ) |
Called when receiving actions from the widgets.
Reimplemented from ConfirmDialog.
Definition at line 85 of file char_select.cpp.
CharSelectDialog* CharDeleteConfirm::master [private] |
Definition at line 75 of file char_select.cpp.