![]() |
Eclipse SUMO - Simulation of Urban MObility
|
#include <GNEAbout.h>
Public Member Functions | |
| void | create () |
| Creates the widget. | |
| GNEAbout (FXWindow *parent) | |
| Constructor. | |
| FXuint | openModalDialog (InternalTest *internalTests, FXuint placement=PLACEMENT_CURSOR) |
| Run modal invocation of the dialog. | |
| void | runInternalTest (const InternalTestStep::DialogTest *dialogTest) |
| run internal test | |
| ~GNEAbout () | |
| Destructor. | |
FOX-callbacks | |
| long | onCmdAccept (FXObject *, FXSelector, void *) |
| called when accept button is pressed | |
| long | onCmdCancel (FXObject *, FXSelector, void *) |
| called when cancel button is pressed (or dialog is closed) | |
| long | onCmdInternalTest (FXObject *, FXSelector, void *ptr) |
| event used in internal tests | |
Protected Attributes | |
| bool | myTesting = false |
| flag to indicate if this dialog is being tested using internal test | |
Private Member Functions | |
| FXuint | execute (FXuint placement=PLACEMENT_CURSOR) |
| make execute private | |
Private Attributes | |
| FXFont * | myHeadlineFont |
| Font for the widget. | |
Definition at line 30 of file GNEAbout.h.
| GNEAbout::GNEAbout | ( | FXWindow * | parent | ) |
Constructor.
Definition at line 35 of file GNEAbout.cpp.
References ACCEPT, GUIDesigns::buildFXButton(), GUIIconSubSys::getIcon(), GUIDesignAuxiliarHorizontalFrame, GUIDesignButtonOK, GUIDesignHorizontalFrame, GUIDesignLabel, GUIDesignLabelAboutInfo, GUIDesignLabelIcon, myHeadlineFont, NETEDIT_MINI, SUMO_LOGO, and TL.
| GNEAbout::~GNEAbout | ( | ) |
| void GNEAbout::create | ( | ) |
Creates the widget.
Definition at line 83 of file GNEAbout.cpp.
Referenced by GNEApplicationWindow::onCmdAbout().
|
privateinherited |
make execute private
Definition at line 128 of file MFXDialogBox.cpp.
|
inherited |
called when accept button is pressed
Definition at line 93 of file MFXDialogBox.cpp.
References MFXDialogBox::myTesting.
Referenced by FXDEFMAP(), and GNEAllowVClassesDialog::onCmdAccept().
|
inherited |
called when cancel button is pressed (or dialog is closed)
Definition at line 104 of file MFXDialogBox.cpp.
References MFXDialogBox::myTesting.
Referenced by FXDEFMAP(), FXDEFMAP(), GNEAllowVClassesDialog::onCmdAccept(), and GNEAllowVClassesDialog::onCmdCancel().
|
inherited |
event used in internal tests
Definition at line 115 of file MFXDialogBox.cpp.
References MFXDialogBox::runInternalTest().
Referenced by FXDEFMAP().
|
inherited |
Run modal invocation of the dialog.
Definition at line 64 of file MFXDialogBox.cpp.
References InternalTest::getCurrentStep(), InternalTestStep::getModalDialogTestSteps(), and MFXDialogBox::myTesting.
Referenced by GNETLSEditorFrame::TLSAttributes::onCmdParametersDialog(), GNEAllowVClassesDialog::openDialog(), GNEFixElementsDialog::openFixDialog(), GNEOptionsDialog::Options(), and GNEOptionsDialog::Run().
|
virtual |
|
private |
Font for the widget.
Definition at line 47 of file GNEAbout.h.
Referenced by GNEAbout(), and ~GNEAbout().
|
protectedinherited |
flag to indicate if this dialog is being tested using internal test
Definition at line 66 of file MFXDialogBox.h.
Referenced by MFXDialogBox::onCmdAccept(), MFXDialogBox::onCmdCancel(), and MFXDialogBox::openModalDialog().