#include <AdminAuthDialog.h>

Public Member Functions | |
| virtual void | buttonDown (unsigned int id) |
| virtual void | display () |
Static Public Member Functions | |
| static AdminAuthDialog * | instance () |
Protected Attributes | |
| unsigned int | okId_ |
| unsigned int | cancelId_ |
| GLWTextBox * | username_ |
| GLWTextBox * | password_ |
Static Protected Attributes | |
| static AdminAuthDialog * | instance_ = 0 |
Private Member Functions | |
| AdminAuthDialog () | |
| virtual | ~AdminAuthDialog () |
Definition at line 28 of file AdminAuthDialog.h.
| AdminAuthDialog::AdminAuthDialog | ( | ) | [private] |
| AdminAuthDialog::~AdminAuthDialog | ( | ) | [private, virtual] |
Definition at line 46 of file AdminAuthDialog.cpp.
| AdminAuthDialog * AdminAuthDialog::instance | ( | ) | [static] |
Definition at line 31 of file AdminAuthDialog.cpp.
References instance_.
Referenced by ClientWindowSetup::addCommonComponents(), AdminCheckDialog::adminResult(), and ClientWindowSetup::setupGameWindows().
| void AdminAuthDialog::buttonDown | ( | unsigned int | id | ) | [virtual] |
Implements GLWButtonI.
Definition at line 96 of file AdminAuthDialog.cpp.
References ComsAdminMessage::AdminLogin, GLWidget::getId(), ClientAdminResultHandler::getSid(), GLWTextBox::getText(), GLWWindowManager::hideWindow(), ClientAdminResultHandler::instance(), GLWWindowManager::instance(), okId_, password_, ComsMessageSender::sendToServer(), and username_.
| void AdminAuthDialog::display | ( | ) | [virtual] |
Reimplemented from GLWPanel.
Definition at line 50 of file AdminAuthDialog.cpp.
References GLWPanel::addWidget(), GLWButton::ButtonFlagCancel, GLWButton::ButtonFlagCenterX, GLWButton::ButtonFlagOk, cancelId_, GLWPanel::clear(), GLWPanel::display(), GLWTextBox::eFlagPassword, GLWidget::getId(), GLWPanel::GLWPanel(), LANG_RESOURCE, GLWPanel::layout(), GLWPanel::LayoutGrid, GLWPanel::LayoutHorizontal, GLWPanel::LayoutVerticle, okId_, password_, GLWTextBox::setCurrent(), GLWPanel::setGridWidth(), GLWPanel::setLayout(), GLWPanel::SpaceAll, GLWPanel::SpaceLeft, GLWPanel::SpaceRight, GLWPanel::SpaceTop, and username_.
AdminAuthDialog * AdminAuthDialog::instance_ = 0 [static, protected] |
unsigned int AdminAuthDialog::okId_ [protected] |
unsigned int AdminAuthDialog::cancelId_ [protected] |
GLWTextBox* AdminAuthDialog::username_ [protected] |
GLWTextBox* AdminAuthDialog::password_ [protected] |
1.5.3