![]() |
Eclipse SUMO - Simulation of Urban MObility
|
#include <GNEStopFrame.h>
Public Member Functions | |
| HelpCreation (GNEStopFrame *StopFrameParent) | |
| constructor More... | |
| void | hideHelpCreation () |
| hide HelpCreation More... | |
| void | showHelpCreation () |
| show HelpCreation More... | |
| void | updateHelpCreation () |
| update HelpCreation More... | |
| ~HelpCreation () | |
| destructor More... | |
Private Attributes | |
| FXLabel * | myInformationLabel |
| Label with creation information. More... | |
| GNEStopFrame * | myStopFrameParent |
| pointer to Stop Frame Parent More... | |
Definition at line 41 of file GNEStopFrame.h.
| GNEStopFrame::HelpCreation::HelpCreation | ( | GNEStopFrame * | StopFrameParent | ) |
constructor
Definition at line 40 of file GNEStopFrame.cpp.
References GUIDesignLabelFrameInformation, and myInformationLabel.
| GNEStopFrame::HelpCreation::~HelpCreation | ( | ) |
destructor
Definition at line 47 of file GNEStopFrame.cpp.
| void GNEStopFrame::HelpCreation::hideHelpCreation | ( | ) |
hide HelpCreation
Definition at line 60 of file GNEStopFrame.cpp.
References GNEFrame::hide().
Referenced by GNEStopFrame::demandElementSelected(), and GNEStopFrame::tagSelected().
| void GNEStopFrame::HelpCreation::showHelpCreation | ( | ) |
show HelpCreation
Definition at line 51 of file GNEStopFrame.cpp.
References GNEStopFrame::show().
Referenced by GNEStopFrame::demandElementSelected(), GNEStopFrame::show(), and GNEStopFrame::tagSelected().
| void GNEStopFrame::HelpCreation::updateHelpCreation | ( | ) |
update HelpCreation
Definition at line 66 of file GNEStopFrame.cpp.
References SUMO_TAG_STOP_BUSSTOP, SUMO_TAG_STOP_CHARGINGSTATION, SUMO_TAG_STOP_CONTAINERSTOP, SUMO_TAG_STOP_LANE, and SUMO_TAG_STOP_PARKINGAREA.
|
private |
Label with creation information.
Definition at line 64 of file GNEStopFrame.h.
Referenced by HelpCreation().
|
private |
pointer to Stop Frame Parent
Definition at line 61 of file GNEStopFrame.h.