![]() |
Eclipse SUMO - Simulation of Urban MObility
|
#include <GNEProhibitionFrame.h>
Public Member Functions | |
| Modifications (GNEProhibitionFrame *prohibitionFrameParent) | |
| constructor More... | |
| ~Modifications () | |
| destructor More... | |
Private Attributes | |
| FXButton * | myCancelButton |
| "Cancel" button More... | |
| FXButton * | mySaveButton |
| "Save" button More... | |
Definition at line 124 of file GNEProhibitionFrame.h.
| GNEProhibitionFrame::Modifications::Modifications | ( | GNEProhibitionFrame * | prohibitionFrameParent | ) |
constructor
Definition at line 146 of file GNEProhibitionFrame.cpp.
References GUIIconSubSys::getIcon(), GUIDesignButton, ICON_ACCEPT, ICON_CANCEL, MID_CANCEL, MID_OK, myCancelButton, and mySaveButton.
| GNEProhibitionFrame::Modifications::~Modifications | ( | ) |
destructor
Definition at line 163 of file GNEProhibitionFrame.cpp.
|
private |
"Cancel" button
Definition at line 138 of file GNEProhibitionFrame.h.
Referenced by Modifications().
|
private |