#include <TipDialog.h>

Public Member Functions | |
| virtual void | buttonDown (unsigned int id) |
| virtual void | display () |
Static Public Member Functions | |
| static TipDialog * | instance () |
Protected Attributes | |
| unsigned int | okId_ |
| unsigned int | cancelId_ |
| GLWCheckBoxText * | helpBox_ |
| GLWCheckBoxText * | infoBox_ |
Static Protected Attributes | |
| static TipDialog * | instance_ = 0 |
Private Member Functions | |
| TipDialog () | |
| virtual | ~TipDialog () |
Definition at line 28 of file TipDialog.h.
| TipDialog::TipDialog | ( | ) | [private] |
Definition at line 37 of file TipDialog.cpp.
References GLWPanel::addWidget(), GLWButton::ButtonFlagCancel, GLWButton::ButtonFlagCenterX, GLWButton::ButtonFlagOk, cancelId_, GLWidget::getId(), GLWPanel::GLWPanel(), helpBox_, infoBox_, LANG_RESOURCE, GLWPanel::layout(), GLWPanel::LayoutHorizontal, GLWPanel::LayoutVerticle, GLWWindow::needCentered_, okId_, GLWPanel::setLayout(), GLWPanel::SpaceAll, GLWPanel::SpaceLeft, GLWPanel::SpaceRight, and GLWPanel::SpaceTop.
| TipDialog::~TipDialog | ( | ) | [private, virtual] |
Definition at line 64 of file TipDialog.cpp.
| TipDialog * TipDialog::instance | ( | ) | [static] |
Definition at line 28 of file TipDialog.cpp.
References instance_.
Referenced by ClientWindowSetup::addCommonComponents().
| void TipDialog::buttonDown | ( | unsigned int | id | ) | [virtual] |
Implements GLWButtonI.
Definition at line 78 of file TipDialog.cpp.
References GLWCheckBoxText::getCheckBox(), GLWidget::getId(), OptionsDisplay::getShowContextHelpEntry(), OptionsDisplay::getShowContextInfoEntry(), GLWCheckBox::getState(), helpBox_, GLWWindowManager::hideWindow(), infoBox_, GLWWindowManager::instance(), OptionsDisplay::instance(), okId_, and OptionEntryBool::setValue().
| void TipDialog::display | ( | ) | [virtual] |
Reimplemented from GLWPanel.
Definition at line 68 of file TipDialog.cpp.
References GLWPanel::display(), GLWCheckBoxText::getCheckBox(), helpBox_, infoBox_, OptionsDisplay::instance(), and GLWCheckBox::setState().
TipDialog * TipDialog::instance_ = 0 [static, protected] |
unsigned int TipDialog::okId_ [protected] |
unsigned int TipDialog::cancelId_ [protected] |
GLWCheckBoxText* TipDialog::helpBox_ [protected] |
GLWCheckBoxText* TipDialog::infoBox_ [protected] |
1.5.3