#include <confirm_dialog.h>

Definition at line 36 of file confirm_dialog.h.
Public Member Functions | |
| ConfirmDialog (const std::string &title, const std::string &msg, Window *parent=NULL) | |
| Constructor. | |
| void | action (const gcn::ActionEvent &event) |
| Called when receiving actions from the widgets. | |
Private Attributes | |
| TextBox * | mTextBox |
| ConfirmDialog::ConfirmDialog | ( | const std::string & | title, | |
| const std::string & | msg, | |||
| Window * | parent = NULL | |||
| ) |
| void ConfirmDialog::action | ( | const gcn::ActionEvent & | event | ) |
Called when receiving actions from the widgets.
Reimplemented in CharDeleteConfirm.
Definition at line 80 of file confirm_dialog.cpp.
TextBox* ConfirmDialog::mTextBox [private] |
Definition at line 53 of file confirm_dialog.h.
1.5.5