![]() |
Eclipse SUMO - Simulation of Urban MObility
|
#include <GNEVTypeDistributionsDialog.h>
Data Structures | |
| class | ParametersOperations |
| class | ParametersValues |
| FOX-declaration. More... | |
Public Member Functions | |
| void | closeDialog () |
| close dialog | |
| GNEVTypeDistributionsDialog (GNETypeFrame *typeFrameParent) | |
| Constructor. | |
| void | openDialog () |
| open dialog | |
| FXuint | openModalDialog (InternalTest *internalTests, FXuint placement=PLACEMENT_CURSOR) |
| Run modal invocation of the dialog. | |
| void | runInternalTest (const InternalTestStep::DialogTest *modalArguments) |
| run internal test | |
| ~GNEVTypeDistributionsDialog () | |
| destructor | |
FOX-callbacks | |
| long | onCmdAccept (FXObject *, FXSelector, void *) |
| event after press accept button | |
| long | onCmdCancel (FXObject *, FXSelector, void *) |
| event after press cancel button | |
FOX-callbacks | |
| long | onCmdInternalTest (FXObject *, FXSelector, void *ptr) |
| event used in internal tests | |
Protected Attributes | |
| FXButton * | myCancelButton |
| cancel button | |
| FXButton * | myKeepOldButton |
| accept button | |
| ParametersOperations * | myParametersOperations |
| pointer to parameters operations | |
| ParametersValues * | myParametersValues |
| pointer to parameters values | |
| bool | myTesting = false |
| flag to indicate if this dialog is being tested using internal test | |
| GNETypeFrame * | myTypeFrameParent |
| FOX need this. | |
Private Member Functions | |
| FXuint | execute (FXuint placement=PLACEMENT_CURSOR) |
| make execute private | |
| GNEVTypeDistributionsDialog (const GNEVTypeDistributionsDialog &)=delete | |
| Invalidated copy constructor. | |
| GNEVTypeDistributionsDialog & | operator= (const GNEVTypeDistributionsDialog &)=delete |
| Invalidated assignment operator. | |
Definition at line 41 of file GNEVTypeDistributionsDialog.h.
| GNEVTypeDistributionsDialog::GNEVTypeDistributionsDialog | ( | GNETypeFrame * | typeFrameParent | ) |
Constructor.
Definition at line 470 of file GNEVTypeDistributionsDialog.cpp.
References ACCEPT, APP_TABLE, GUIDesigns::buildFXButton(), CANCEL, GUIIconSubSys::getIcon(), GUIDesignAuxiliarFrame, GUIDesignAuxiliarHorizontalFrame, GUIDesignButtonAccept, GUIDesignButtonCancel, GUIDesignHorizontalFrame, GUIDesignHorizontalSeparator, MID_GNE_BUTTON_ACCEPT, MID_GNE_BUTTON_CANCEL, myCancelButton, myKeepOldButton, myParametersOperations, myParametersValues, and TL.
| GNEVTypeDistributionsDialog::~GNEVTypeDistributionsDialog | ( | ) |
destructor
Definition at line 496 of file GNEVTypeDistributionsDialog.cpp.
|
privatedelete |
Invalidated copy constructor.
| void GNEVTypeDistributionsDialog::closeDialog | ( | ) |
close dialog
Definition at line 509 of file GNEVTypeDistributionsDialog.cpp.
Referenced by onCmdAccept(), and onCmdCancel().
|
privateinherited |
make execute private
Definition at line 128 of file MFXDialogBox.cpp.
| long GNEVTypeDistributionsDialog::onCmdAccept | ( | FXObject * | , |
| FXSelector | , | ||
| void * | |||
| ) |
event after press accept button
Definition at line 524 of file GNEVTypeDistributionsDialog.cpp.
References closeDialog().
Referenced by FXDEFMAP().
| long GNEVTypeDistributionsDialog::onCmdCancel | ( | FXObject * | , |
| FXSelector | , | ||
| void * | |||
| ) |
event after press cancel button
Definition at line 532 of file GNEVTypeDistributionsDialog.cpp.
References closeDialog().
Referenced by FXDEFMAP().
|
inherited |
event used in internal tests
Definition at line 115 of file MFXDialogBox.cpp.
References MFXDialogBox::runInternalTest().
Referenced by FXDEFMAP().
| void GNEVTypeDistributionsDialog::openDialog | ( | ) |
open dialog
Definition at line 500 of file GNEVTypeDistributionsDialog.cpp.
|
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().
|
privatedelete |
Invalidated assignment operator.
|
virtual |
run internal test
Reimplemented from MFXDialogBox.
Definition at line 518 of file GNEVTypeDistributionsDialog.cpp.
|
protected |
cancel button
Definition at line 271 of file GNEVTypeDistributionsDialog.h.
Referenced by GNEVTypeDistributionsDialog().
|
protected |
accept button
Definition at line 268 of file GNEVTypeDistributionsDialog.h.
Referenced by GNEVTypeDistributionsDialog().
|
protected |
pointer to parameters operations
Definition at line 265 of file GNEVTypeDistributionsDialog.h.
Referenced by GNEVTypeDistributionsDialog().
|
protected |
pointer to parameters values
Definition at line 262 of file GNEVTypeDistributionsDialog.h.
Referenced by GNEVTypeDistributionsDialog().
|
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().
|
protected |
FOX need this.
pointer to type frame parent
Definition at line 259 of file GNEVTypeDistributionsDialog.h.