![]() |
Eclipse SUMO - Simulation of Urban MObility
|
#include <GNEPersonPlanFrame.h>
Public Member Functions | |
HelpCreation (GNEPersonPlanFrame *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... | |
GNEPersonPlanFrame * | myPersonPlanFrameParent |
pointer to PersonPlan Frame Parent More... | |
Definition at line 40 of file GNEPersonPlanFrame.h.
GNEPersonPlanFrame::HelpCreation::HelpCreation | ( | GNEPersonPlanFrame * | vehicleFrameParent | ) |
constructor
Definition at line 60 of file GNEPersonPlanFrame.cpp.
References GUIDesignLabelFrameInformation.
GNEPersonPlanFrame::HelpCreation::~HelpCreation | ( | ) |
destructor
Definition at line 67 of file GNEPersonPlanFrame.cpp.
void GNEPersonPlanFrame::HelpCreation::hideHelpCreation | ( | ) |
hide HelpCreation
Definition at line 80 of file GNEPersonPlanFrame.cpp.
References GNEPersonPlanFrame::hide().
Referenced by GNEPersonPlanFrame::demandElementSelected(), and GNEPersonPlanFrame::tagSelected().
void GNEPersonPlanFrame::HelpCreation::showHelpCreation | ( | ) |
show HelpCreation
Definition at line 71 of file GNEPersonPlanFrame.cpp.
References GNEPersonPlanFrame::show().
Referenced by GNEPersonPlanFrame::demandElementSelected(), GNEPersonPlanFrame::show(), and GNEPersonPlanFrame::tagSelected().
void GNEPersonPlanFrame::HelpCreation::updateHelpCreation | ( | ) |
update HelpCreation
Definition at line 85 of file GNEPersonPlanFrame.cpp.
References 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.
|
private |
Label with creation information.
Definition at line 63 of file GNEPersonPlanFrame.h.
|
private |
pointer to PersonPlan Frame Parent
Definition at line 60 of file GNEPersonPlanFrame.h.