Planeshift
|
#include <pawsloginwindow.h>
Public Member Functions | |
void | ConnectionFailed () |
This method notifies the LoginWindow that connection attempt failed. | |
void | Draw () |
Draws the widget and all of it's children. | |
void | Hide () |
Makes widget invisible and removes focus if widget has current focus. | |
bool | OnButtonPressed (int mouseButton, int keyModifier, pawsWidget *widget) |
Called whenever a button is pressed. | |
bool | OnChange (pawsWidget *widget) |
Called whenever a widget is selected. | |
void | OnListAction (pawsListBox *selected, int status) |
Called whenever an item in a child list box is selected. | |
pawsLoginWindow (const pawsLoginWindow &origin) | |
TODO: Copy constructor, useless currently. Would be implemented later. | |
pawsLoginWindow () | |
bool | PostSetup () |
This is called after the widget and all of it's children have been created. | |
void | Show () |
Makes widget visible and brings it to the front. | |
void | UpdateUserPasswdFromConfig () |
Definition at line 35 of file pawsloginwindow.h.
pawsLoginWindow::pawsLoginWindow | ( | ) |
pawsLoginWindow::pawsLoginWindow | ( | const pawsLoginWindow & | origin | ) | [inline] |
TODO: Copy constructor, useless currently. Would be implemented later.
Definition at line 40 of file pawsloginwindow.h.
void pawsLoginWindow::ConnectionFailed | ( | ) |
This method notifies the LoginWindow that connection attempt failed.
void pawsLoginWindow::Draw | ( | ) | [virtual] |
Draws the widget and all of it's children.
Reimplemented from pawsWidget.
void pawsLoginWindow::Hide | ( | ) | [virtual] |
Makes widget invisible and removes focus if widget has current focus.
Sets visible FALSE, hides border if present and then if focused when called it calls SetCurrentFocusedWidget(NULL).
Reimplemented from pawsWidget.
bool pawsLoginWindow::OnButtonPressed | ( | int | button, |
int | keyModifier, | ||
pawsWidget * | widget | ||
) | [virtual] |
Called whenever a button is pressed.
button | The button pressed. |
keyModifier | Modifier key in effect. |
widget | The widget the button belongs to. |
Reimplemented from pawsWidget.
bool pawsLoginWindow::OnChange | ( | pawsWidget * | widget | ) | [virtual] |
Called whenever a widget is selected.
widget | The widget acted upon. |
Reimplemented from pawsWidget.
void pawsLoginWindow::OnListAction | ( | pawsListBox * | selected, |
int | status | ||
) | [virtual] |
Called whenever an item in a child list box is selected.
selected | The listbox that has the item selected. |
status | From listbox when a row is selected. |
Reimplemented from pawsWidget.
bool pawsLoginWindow::PostSetup | ( | ) | [virtual] |
This is called after the widget and all of it's children have been created.
Reimplemented from pawsWidget.
void pawsLoginWindow::Show | ( | ) | [virtual] |
Makes widget visible and brings it to the front.
Sets visible TRUE shows border if present then calls BringToTop() on itself.
Reimplemented from pawsWidget.
void pawsLoginWindow::UpdateUserPasswdFromConfig | ( | ) |