Mana
Loading...
Searching...
No Matches
Public Member Functions | Private Attributes | List of all members
WrongDataNoticeListener Class Reference

Listener used while dealing with wrong data. More...

#include <register.h>

Inheritance diagram for WrongDataNoticeListener:

Public Member Functions

void setTarget (gcn::TextField *textField)
 
void action (const gcn::ActionEvent &event) override
 

Private Attributes

gcn::TextField * mTarget
 

Detailed Description

Listener used while dealing with wrong data.

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 37 of file register.h.

Member Function Documentation

◆ action()

void WrongDataNoticeListener::action ( const gcn::ActionEvent &  event)
override

Definition at line 49 of file register.cpp.

◆ setTarget()

void WrongDataNoticeListener::setTarget ( gcn::TextField *  textField)

Definition at line 44 of file register.cpp.

Member Data Documentation

◆ mTarget

gcn::TextField* WrongDataNoticeListener::mTarget
private

Definition at line 43 of file register.h.


The documentation for this class was generated from the following files: