#include <register.h>
It is used to direct the focus to the field which contained wrong data when the Ok button was pressed on the error notice.
Definition at line 40 of file register.h.
Public Member Functions | |
void | setTarget (gcn::TextField *textField) |
void | action (const gcn::ActionEvent &event) |
Private Attributes | |
gcn::TextField * | mTarget |
void WrongDataNoticeListener::setTarget | ( | gcn::TextField * | textField | ) |
Definition at line 44 of file register.cpp.
void WrongDataNoticeListener::action | ( | const gcn::ActionEvent & | event | ) |
Definition at line 49 of file register.cpp.
gcn::TextField* WrongDataNoticeListener::mTarget [private] |
Definition at line 46 of file register.h.