#include <serverselectdialog.h>
Definition at line 38 of file serverselectdialog.h.
Public Member Functions | |
ServerSelectDialog (LoginData *loginData, int nextState) | |
Constructor. | |
~ServerSelectDialog () | |
Destructor. | |
void | action (const gcn::ActionEvent &event) |
Called when receiving actions from the widgets. | |
Private Attributes | |
LoginData * | mLoginData |
ServerListModel * | mServerListModel |
gcn::ListBox * | mServerList |
gcn::Button * | mOkButton |
int | mNextState |
ServerSelectDialog::ServerSelectDialog | ( | LoginData * | loginData, | |
int | nextState | |||
) |
ServerSelectDialog::~ServerSelectDialog | ( | ) |
void ServerSelectDialog::action | ( | const gcn::ActionEvent & | event | ) |
Called when receiving actions from the widgets.
Definition at line 99 of file serverselectdialog.cpp.
LoginData* ServerSelectDialog::mLoginData [private] |
Definition at line 58 of file serverselectdialog.h.
Definition at line 59 of file serverselectdialog.h.
gcn::ListBox* ServerSelectDialog::mServerList [private] |
Definition at line 60 of file serverselectdialog.h.
gcn::Button* ServerSelectDialog::mOkButton [private] |
Definition at line 61 of file serverselectdialog.h.
int ServerSelectDialog::mNextState [private] |
Definition at line 62 of file serverselectdialog.h.