![]() |
Eclipse SUMO - Simulation of Urban MObility
|
#include <GNEProhibitionFrame.h>
Public Member Functions | |
| RelativeToConnection (GNEProhibitionFrame *prohibitionFrameParent) | |
| constructor More... | |
| void | updateDescription () const |
| update description More... | |
| ~RelativeToConnection () | |
| destructor More... | |
Private Attributes | |
| FXLabel * | myConnDescriptionLabel |
| the label that shows the currently selected connection More... | |
| GNEProhibitionFrame * | myProhibitionFrameParent |
| pointer to prohibition frame parent More... | |
Definition at line 55 of file GNEProhibitionFrame.h.
| GNEProhibitionFrame::RelativeToConnection::RelativeToConnection | ( | GNEProhibitionFrame * | prohibitionFrameParent | ) |
constructor
Definition at line 53 of file GNEProhibitionFrame.cpp.
References GUIDesignLabelFrameInformation.
| GNEProhibitionFrame::RelativeToConnection::~RelativeToConnection | ( | ) |
destructor
Definition at line 63 of file GNEProhibitionFrame.cpp.
| void GNEProhibitionFrame::RelativeToConnection::updateDescription | ( | ) | const |
update description
Definition at line 67 of file GNEProhibitionFrame.cpp.
Referenced by GNEProhibitionFrame::buildProhibition(), and GNEProhibitionFrame::onCmdCancel().
|
private |
the label that shows the currently selected connection
Definition at line 72 of file GNEProhibitionFrame.h.
|
private |
pointer to prohibition frame parent
Definition at line 69 of file GNEProhibitionFrame.h.