#include <login.h>
List of all members.
Detailed Description
The login dialog.
Definition at line 41 of file login.h.
Constructor & Destructor Documentation
LoginDialog::LoginDialog |
( |
LoginData * |
loginData |
) |
|
LoginDialog::~LoginDialog |
( |
|
) |
|
Member Function Documentation
void LoginDialog::action |
( |
const gcn::ActionEvent & |
event |
) |
|
Called when receiving actions from the widgets.
Definition at line 139 of file login.cpp.
void LoginDialog::keyPressed |
( |
gcn::KeyEvent & |
keyEvent |
) |
|
Called when a key is pressed in one of the text fields.
Definition at line 196 of file login.cpp.
bool LoginDialog::canSubmit |
( |
|
) |
[private] |
Returns whether submit can be enabled.
This is true in the login state, when all necessary fields have some text.
Definition at line 201 of file login.cpp.
Member Data Documentation
The documentation for this class was generated from the following files: