![]() |
Eclipse SUMO - Simulation of Urban MObility
|
FOX needs this. More...
#include <GNEFixElementsDialog.h>
Public Member Functions | |
| Buttons (GNEFixElementsDialog *fixElementsDialog) | |
| build Position Options | |
Data Fields | |
| FXButton * | myAcceptButton = nullptr |
| accept button | |
| FXButton * | myCancelButton = nullptr |
| cancel button | |
Private Member Functions | |
| Buttons (const Buttons &)=delete | |
| Invalidated copy constructor. | |
| Buttons & | operator= (const Buttons &)=delete |
| Invalidated assignment operator. | |
| GNEFixElementsDialog::Buttons::Buttons | ( | GNEFixElementsDialog * | fixElementsDialog | ) |
build Position Options
Definition at line 84 of file GNEFixElementsDialog.cpp.
References ACCEPT, GUIDesigns::buildFXButton(), CANCEL, GUIIconSubSys::getIcon(), GUIDesignAuxiliarHorizontalFrame, GUIDesignButtonAccept, GUIDesignButtonCancel, MID_GNE_BUTTON_ACCEPT, MID_GNE_BUTTON_CANCEL, myAcceptButton, myCancelButton, and TL.
|
privatedelete |
Invalidated copy constructor.
Invalidated assignment operator.
| FXButton* GNEFixElementsDialog::Buttons::myAcceptButton = nullptr |
accept button
Definition at line 77 of file GNEFixElementsDialog.h.
Referenced by Buttons(), GNEFixAdditionalElements::openDialog(), GNEFixDemandElements::openDialog(), and GNEFixNetworkElements::openDialog().
| FXButton* GNEFixElementsDialog::Buttons::myCancelButton = nullptr |