![]() |
Eclipse SUMO - Simulation of Urban MObility
|
#include <GNEPersonFrame.h>
Public Member Functions | |
HelpCreation (GNEPersonFrame *vehicleFrameParent) | |
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... | |
GNEPersonFrame * | myPersonFrameParent |
pointer to Person Frame Parent More... | |
Definition at line 40 of file GNEPersonFrame.h.
GNEPersonFrame::HelpCreation::HelpCreation | ( | GNEPersonFrame * | vehicleFrameParent | ) |
constructor
Definition at line 44 of file GNEPersonFrame.cpp.
References GUIDesignLabelFrameInformation, and myInformationLabel.
GNEPersonFrame::HelpCreation::~HelpCreation | ( | ) |
destructor
Definition at line 51 of file GNEPersonFrame.cpp.
void GNEPersonFrame::HelpCreation::hideHelpCreation | ( | ) |
hide HelpCreation
Definition at line 64 of file GNEPersonFrame.cpp.
References GNEFrame::hide().
Referenced by GNEPersonFrame::demandElementSelected(), and GNEPersonFrame::tagSelected().
void GNEPersonFrame::HelpCreation::showHelpCreation | ( | ) |
show HelpCreation
Definition at line 55 of file GNEPersonFrame.cpp.
References GNEPersonFrame::show(), and updateHelpCreation().
Referenced by GNEPersonFrame::demandElementSelected(), and GNEPersonFrame::tagSelected().
void GNEPersonFrame::HelpCreation::updateHelpCreation | ( | ) |
update HelpCreation
Definition at line 70 of file GNEPersonFrame.cpp.
References GNEFrameModuls::TagSelector::getCurrentTagProperties(), GNEAttributeCarrier::TagProperties::getTag(), myInformationLabel, myPersonFrameParent, GNEPersonFrame::myPersonPlanTagSelector, SUMO_TAG_PERSONSTOP_BUSSTOP, SUMO_TAG_PERSONSTOP_LANE, SUMO_TAG_PERSONTRIP_BUSSTOP, SUMO_TAG_PERSONTRIP_FROMTO, SUMO_TAG_RIDE_BUSSTOP, SUMO_TAG_RIDE_FROMTO, SUMO_TAG_WALK_BUSSTOP, SUMO_TAG_WALK_EDGES, SUMO_TAG_WALK_FROMTO, and SUMO_TAG_WALK_ROUTE.
Referenced by showHelpCreation().
|
private |
Label with creation information.
Definition at line 63 of file GNEPersonFrame.h.
Referenced by HelpCreation(), and updateHelpCreation().
|
private |
pointer to Person Frame Parent
Definition at line 60 of file GNEPersonFrame.h.
Referenced by updateHelpCreation().