#include <npcpostdialog.h>
Definition at line 32 of file npcpostdialog.h.
Public Member Functions | |
NpcPostDialog () | |
Constructor. | |
void | action (const gcn::ActionEvent &event) |
Called when receiving actions from the widgets. | |
void | clear () |
Clear the contents of the dialog. | |
Private Attributes | |
TextBox * | mText |
TextField * | mSender |
NpcPostDialog::NpcPostDialog | ( | ) |
void NpcPostDialog::action | ( | const gcn::ActionEvent & | event | ) |
void NpcPostDialog::clear | ( | ) |
TextBox* NpcPostDialog::mText [private] |
Definition at line 51 of file npcpostdialog.h.
TextField* NpcPostDialog::mSender [private] |
Definition at line 52 of file npcpostdialog.h.