![]() |
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 122 of file GNEProhibitionFrame.h.
GNEProhibitionFrame::Modifications::Modifications | ( | GNEProhibitionFrame * | prohibitionFrameParent | ) |
constructor
Definition at line 145 of file GNEProhibitionFrame.cpp.
References ACCEPT, CANCEL, GUIIconSubSys::getIcon(), GUIDesignButton, MID_CANCEL, MID_OK, myCancelButton, and mySaveButton.
GNEProhibitionFrame::Modifications::~Modifications | ( | ) |
destructor
Definition at line 162 of file GNEProhibitionFrame.cpp.
|
private |
"Cancel" button
Definition at line 136 of file GNEProhibitionFrame.h.
Referenced by Modifications().
|
private |