![]() |
SUMO - Simulation of Urban MObility
|
Dialog for edit rerouter intervals. More...
#include <GNERerouterIntervalDialog.h>
Public Member Functions | |
GNERerouterInterval * | getEditedRerouterInterval () const |
get edited Rerouter Interval More... | |
GNERerouterIntervalDialog (GNERerouterInterval *rerouterInterval, bool updatingElement) | |
FOX-declaration. More... | |
~GNERerouterIntervalDialog () | |
destructor More... | |
FOX-callbacks | |
event after press accept button | |
long | onCmdAccept (FXObject *, FXSelector, void *) |
long | onCmdCancel (FXObject *, FXSelector, void *) |
event after press cancel button More... | |
long | onCmdReset (FXObject *, FXSelector, void *) |
event after press reset button More... | |
long | onCmdAddClosingLaneReroute (FXObject *, FXSelector, void *) |
add closing lane reroute More... | |
long | onCmdAddClosingReroute (FXObject *, FXSelector, void *) |
add closing reroute More... | |
long | onCmdAddDestProbReroute (FXObject *, FXSelector, void *) |
add dest prob reroute More... | |
long | onCmdAddRouteProbReroute (FXObject *, FXSelector, void *) |
add route prob reroute More... | |
long | onCmdClickedClosingLaneReroute (FXObject *, FXSelector, void *) |
remove closing lane reroute More... | |
long | onCmdClickedClosingReroute (FXObject *, FXSelector, void *) |
remove closing reroute More... | |
long | onCmdClickedDestProbReroute (FXObject *, FXSelector, void *) |
remove dest prob reroute More... | |
long | onCmdClickedRouteProbReroute (FXObject *, FXSelector, void *) |
remove route prob reroute More... | |
long | onCmdEditClosingLaneReroute (FXObject *, FXSelector, void *) |
/edit closing lane reroute More... | |
long | onCmdEditClosingReroute (FXObject *, FXSelector, void *) |
/edit closing reroute More... | |
long | onCmdEditDestProbReroute (FXObject *, FXSelector, void *) |
/edit dest prob reroute More... | |
long | onCmdEditRouteProbReroute (FXObject *, FXSelector, void *) |
/edit route prob reroute More... | |
long | onCmdChangeBeginEnd (FXObject *, FXSelector, void *) |
called when begin or endis changed More... | |
FOX-callbacks | |
event after press accept button | |
long | onKeyPress (FXObject *sender, FXSelector sel, void *ptr) |
event after press a key More... | |
long | onKeyRelease (FXObject *sender, FXSelector sel, void *ptr) |
event after release a key More... | |
Protected Member Functions | |
void | acceptChanges () |
Accept changes did in this dialog. More... | |
void | cancelChanges () |
Cancel changes did in this dialog. More... | |
void | changeAdditionalDialogHeader (const std::string &newHeader) |
change additional dialog header More... | |
GNERerouterIntervalDialog () | |
FOX needs this. More... | |
void | initChanges () |
init a new group of changes that will be do it in dialog More... | |
FXint | openAsModalDialog (FXuint placement=PLACEMENT_CURSOR) |
execute dialog as modal More... | |
void | resetChanges () |
reset changes did in this dialog. More... | |
Protected Attributes | |
FXButton * | myAddClosingLaneReroutes |
button for add new closing lane reroutes More... | |
FXButton * | myAddClosingReroutes |
button for add new closing reroutes More... | |
FXButton * | myAddDestProbReroutes |
button for add new destiny probability reroutes More... | |
FXButton * | myAddRouteProbReroute |
button for add new route probability reroutes More... | |
bool | myBeginEndValid |
flag to check if begin an end are valid More... | |
FXTextField * | myBeginTextField |
begin time text field More... | |
FXLabel * | myCheckLabel |
begin/end time check label More... | |
bool | myClosingLaneReroutesValid |
flag to check if closing lane reroutes are valid More... | |
FXTable * | myClosingLaneRerouteTable |
list with closing lane reroutes More... | |
bool | myClosingReroutesValid |
flag to check if closing reroutes are valid More... | |
FXTable * | myClosingRerouteTable |
list with closing reroutes More... | |
FXVerticalFrame * | myContentFrame |
frame for contents More... | |
bool | myDestProbReroutesValid |
flag to check if Destiny probability reroutes are valid More... | |
FXTable * | myDestProbRerouteTable |
list with destiny probability reroutes More... | |
GNERerouterInterval * | myEditedRerouterInterval |
pointer to rerouter interval More... | |
FXTextField * | myEndTextField |
end time text field More... | |
bool | myRouteProbReroutesValid |
flag to check if route prob reroutes are valid More... | |
FXTable * | myRouteProbRerouteTable |
list with route probability reroute More... | |
bool | myUpdatingElement |
flag to indicate if rerouter interval is being created or modified More... | |
Private Member Functions | |
GNERerouterIntervalDialog (const GNERerouterIntervalDialog &)=delete | |
Invalidated copy constructor. More... | |
GNERerouterIntervalDialog & | operator= (const GNERerouterIntervalDialog &)=delete |
Invalidated assignment operator. More... | |
void | updateClosingLaneReroutesTable () |
update data of closing lane reroute table More... | |
void | updateClosingReroutesTable () |
update data of closing reroute table More... | |
void | updateDestProbReroutesTable () |
update data of destiny probabilitry reroute table More... | |
void | updateRouteProbReroutesTable () |
update data of probabilitry reroutes table More... | |
Dialog for edit rerouter intervals.
Definition at line 56 of file GNERerouterIntervalDialog.h.
GNERerouterIntervalDialog::GNERerouterIntervalDialog | ( | GNERerouterInterval * | rerouterInterval, |
bool | updatingElement | ||
) |
FOX-declaration.
constructor
Definition at line 91 of file GNERerouterIntervalDialog.cpp.
References GUIIconSubSys::getIcon(), GUIDesignAuxiliarFrame, GUIDesignAuxiliarHorizontalFrame, GUIDesignButtonIcon, GUIDesignLabelIcon32x32Thicked, GUIDesignLabelLeftThick, GUIDesignLabelThick, GUIDesignTableAdditionals, GUIDesignTextFieldNCol, GUIDesignTextFieldReal, GUIDesignUniformHorizontalFrame, ICON_ADD, ICON_CORRECT, MID_GNE_REROUTEDIALOG_ADD_CLOSINGLANEREROUTE, MID_GNE_REROUTEDIALOG_ADD_CLOSINGREROUTE, MID_GNE_REROUTEDIALOG_ADD_DESTPROBREROUTE, MID_GNE_REROUTEDIALOG_ADD_ROUTEPROBREROUTE, MID_GNE_REROUTEDIALOG_EDIT_INTERVAL, MID_GNE_REROUTEDIALOG_TABLE_CLOSINGLANEREROUTE, MID_GNE_REROUTEDIALOG_TABLE_CLOSINGREROUTE, MID_GNE_REROUTEDIALOG_TABLE_DESTPROBREROUTE, MID_GNE_REROUTEDIALOG_TABLE_ROUTEPROBREROUTE, SUMO_ATTR_BEGIN, SUMO_ATTR_END, SUMO_TAG_CLOSING_LANE_REROUTE, SUMO_TAG_CLOSING_REROUTE, SUMO_TAG_DEST_PROB_REROUTE, SUMO_TAG_ROUTE_PROB_REROUTE, and toString().
GNERerouterIntervalDialog::~GNERerouterIntervalDialog | ( | ) |
destructor
Definition at line 169 of file GNERerouterIntervalDialog.cpp.
|
inlineprotected |
FOX needs this.
Definition at line 124 of file GNERerouterIntervalDialog.h.
|
privatedelete |
Invalidated copy constructor.
|
protectedinherited |
Accept changes did in this dialog.
Definition at line 124 of file GNEAdditionalDialog.cpp.
References GNEAdditionalDialog::myUndoList, GNEUndoList::p_abortLastCommandGroup(), and GNEUndoList::p_end().
Referenced by GNECalibratorFlowDialog::onCmdAccept(), GNECalibratorVehicleTypeDialog::onCmdAccept(), GNECalibratorRouteDialog::onCmdAccept(), GNERerouterDialog::onCmdAccept(), GNECalibratorDialog::onCmdAccept(), onCmdAccept(), and GNEVariableSpeedSignDialog::onCmdAccept().
|
protectedinherited |
Cancel changes did in this dialog.
Definition at line 135 of file GNEAdditionalDialog.cpp.
References GNEAdditionalDialog::myUndoList, and GNEUndoList::p_abortLastCommandGroup().
Referenced by GNECalibratorFlowDialog::onCmdCancel(), GNECalibratorVehicleTypeDialog::onCmdCancel(), GNECalibratorRouteDialog::onCmdCancel(), GNERerouterDialog::onCmdCancel(), GNECalibratorDialog::onCmdCancel(), onCmdCancel(), and GNEVariableSpeedSignDialog::onCmdCancel().
|
protectedinherited |
change additional dialog header
Definition at line 108 of file GNEAdditionalDialog.cpp.
GNERerouterInterval * GNERerouterIntervalDialog::getEditedRerouterInterval | ( | ) | const |
get edited Rerouter Interval
Definition at line 173 of file GNERerouterIntervalDialog.cpp.
References myEditedRerouterInterval.
|
protectedinherited |
init a new group of changes that will be do it in dialog
Definition at line 115 of file GNEAdditionalDialog.cpp.
References GNEUndoList::currentCommandGroupSize(), GNEAdditionalDialog::myChangesDescription, GNEAdditionalDialog::myNumberOfChanges, GNEAdditionalDialog::myUndoList, and GNEUndoList::p_begin().
|
virtual |
Implements GNEAdditionalDialog.
Definition at line 179 of file GNERerouterIntervalDialog.cpp.
References GNEAdditionalDialog::acceptChanges(), OptionsCont::getBool(), GNERerouterInterval::getClosingLaneReroutes(), GNERerouterInterval::getClosingReroutes(), GNERerouterInterval::getDestProbReroutes(), OptionsCont::getOptions(), GNERerouterInterval::getRerouterParent(), GNERerouterInterval::getRouteProbReroutes(), GNEAttributeCarrier::getTag(), myBeginEndValid, myClosingLaneReroutesValid, myClosingReroutesValid, myDestProbReroutesValid, myEditedRerouterInterval, myRouteProbReroutesValid, myUpdatingElement, SUMO_ATTR_BEGIN, SUMO_ATTR_END, SUMO_TAG_CLOSING_LANE_REROUTE, SUMO_TAG_CLOSING_REROUTE, SUMO_TAG_DEST_PROB_REROUTE, SUMO_TAG_ROUTE_PROB_REROUTE, toString(), and WRITE_WARNING.
long GNERerouterIntervalDialog::onCmdAddClosingLaneReroute | ( | FXObject * | , |
FXSelector | , | ||
void * | |||
) |
add closing lane reroute
Definition at line 292 of file GNERerouterIntervalDialog.cpp.
References GNERerouterInterval::getRerouterParent(), GNEViewNet::getUndoList(), GNEAdditional::getViewNet(), myEditedRerouterInterval, and updateClosingLaneReroutesTable().
long GNERerouterIntervalDialog::onCmdAddClosingReroute | ( | FXObject * | , |
FXSelector | , | ||
void * | |||
) |
add closing reroute
Definition at line 303 of file GNERerouterIntervalDialog.cpp.
References GNERerouterInterval::getRerouterParent(), GNEViewNet::getUndoList(), GNEAdditional::getViewNet(), myEditedRerouterInterval, and updateClosingReroutesTable().
long GNERerouterIntervalDialog::onCmdAddDestProbReroute | ( | FXObject * | , |
FXSelector | , | ||
void * | |||
) |
add dest prob reroute
Definition at line 314 of file GNERerouterIntervalDialog.cpp.
References GNERerouterInterval::getRerouterParent(), GNEViewNet::getUndoList(), GNEAdditional::getViewNet(), myEditedRerouterInterval, and updateDestProbReroutesTable().
long GNERerouterIntervalDialog::onCmdAddRouteProbReroute | ( | FXObject * | , |
FXSelector | , | ||
void * | |||
) |
add route prob reroute
Definition at line 325 of file GNERerouterIntervalDialog.cpp.
References GNERerouterInterval::getRerouterParent(), GNEViewNet::getUndoList(), GNEAdditional::getViewNet(), myEditedRerouterInterval, and updateRouteProbReroutesTable().
|
virtual |
event after press cancel button
Implements GNEAdditionalDialog.
Definition at line 269 of file GNERerouterIntervalDialog.cpp.
References GNEAdditionalDialog::cancelChanges().
long GNERerouterIntervalDialog::onCmdChangeBeginEnd | ( | FXObject * | , |
FXSelector | , | ||
void * | |||
) |
called when begin or endis changed
Definition at line 508 of file GNERerouterIntervalDialog.cpp.
References GUIIconSubSys::getIcon(), GNERerouterInterval::getRerouterParent(), GNEViewNet::getUndoList(), GNEAdditional::getViewNet(), ICON_CORRECT, ICON_ERROR, GNERerouterInterval::isValid(), myBeginEndValid, myBeginTextField, myCheckLabel, myEditedRerouterInterval, myEndTextField, GNERerouterInterval::setAttribute(), GNERerouter::sortIntervals(), SUMO_ATTR_BEGIN, and SUMO_ATTR_END.
long GNERerouterIntervalDialog::onCmdClickedClosingLaneReroute | ( | FXObject * | , |
FXSelector | , | ||
void * | |||
) |
remove closing lane reroute
Definition at line 336 of file GNERerouterIntervalDialog.cpp.
References GNERerouterInterval::getClosingLaneReroutes(), GNERerouterInterval::getRerouterParent(), GNEViewNet::getUndoList(), GNEAdditional::getViewNet(), myClosingLaneRerouteTable, myEditedRerouterInterval, and updateClosingLaneReroutesTable().
long GNERerouterIntervalDialog::onCmdClickedClosingReroute | ( | FXObject * | , |
FXSelector | , | ||
void * | |||
) |
remove closing reroute
Definition at line 351 of file GNERerouterIntervalDialog.cpp.
References GNERerouterInterval::getClosingReroutes(), GNERerouterInterval::getRerouterParent(), GNEViewNet::getUndoList(), GNEAdditional::getViewNet(), myClosingRerouteTable, myEditedRerouterInterval, and updateClosingReroutesTable().
long GNERerouterIntervalDialog::onCmdClickedDestProbReroute | ( | FXObject * | , |
FXSelector | , | ||
void * | |||
) |
remove dest prob reroute
Definition at line 366 of file GNERerouterIntervalDialog.cpp.
References GNERerouterInterval::getDestProbReroutes(), GNERerouterInterval::getRerouterParent(), GNEViewNet::getUndoList(), GNEAdditional::getViewNet(), myDestProbRerouteTable, myEditedRerouterInterval, and updateDestProbReroutesTable().
long GNERerouterIntervalDialog::onCmdClickedRouteProbReroute | ( | FXObject * | , |
FXSelector | , | ||
void * | |||
) |
remove route prob reroute
Definition at line 381 of file GNERerouterIntervalDialog.cpp.
References GNERerouterInterval::getRerouterParent(), GNERerouterInterval::getRouteProbReroutes(), GNEViewNet::getUndoList(), GNEAdditional::getViewNet(), myEditedRerouterInterval, myRouteProbRerouteTable, and updateRouteProbReroutesTable().
long GNERerouterIntervalDialog::onCmdEditClosingLaneReroute | ( | FXObject * | , |
FXSelector | , | ||
void * | |||
) |
/edit closing lane reroute
Definition at line 396 of file GNERerouterIntervalDialog.cpp.
References GNERerouterInterval::getClosingLaneReroutes(), GUIIconSubSys::getIcon(), GNERerouterInterval::getRerouterParent(), GNEViewNet::getUndoList(), GNEAdditional::getViewNet(), ICON_CORRECT, ICON_ERROR, GNEClosingLaneReroute::isValid(), myClosingLaneReroutesValid, myClosingLaneRerouteTable, myEditedRerouterInterval, GNEClosingLaneReroute::setAttribute(), SUMO_ATTR_ALLOW, SUMO_ATTR_DISALLOW, and SUMO_ATTR_ID.
long GNERerouterIntervalDialog::onCmdEditClosingReroute | ( | FXObject * | , |
FXSelector | , | ||
void * | |||
) |
/edit closing reroute
Definition at line 426 of file GNERerouterIntervalDialog.cpp.
References GNERerouterInterval::getClosingReroutes(), GUIIconSubSys::getIcon(), GNERerouterInterval::getRerouterParent(), GNEViewNet::getUndoList(), GNEAdditional::getViewNet(), ICON_CORRECT, ICON_ERROR, GNEClosingReroute::isValid(), myClosingReroutesValid, myClosingRerouteTable, myEditedRerouterInterval, GNEClosingReroute::setAttribute(), SUMO_ATTR_ALLOW, SUMO_ATTR_DISALLOW, and SUMO_ATTR_ID.
long GNERerouterIntervalDialog::onCmdEditDestProbReroute | ( | FXObject * | , |
FXSelector | , | ||
void * | |||
) |
/edit dest prob reroute
Definition at line 456 of file GNERerouterIntervalDialog.cpp.
References GNERerouterInterval::getDestProbReroutes(), GUIIconSubSys::getIcon(), GNERerouterInterval::getRerouterParent(), GNEViewNet::getUndoList(), GNEAdditional::getViewNet(), ICON_CORRECT, ICON_ERROR, GNEDestProbReroute::isValid(), myDestProbReroutesValid, myDestProbRerouteTable, myEditedRerouterInterval, GNEDestProbReroute::setAttribute(), SUMO_ATTR_ID, and SUMO_ATTR_PROB.
long GNERerouterIntervalDialog::onCmdEditRouteProbReroute | ( | FXObject * | , |
FXSelector | , | ||
void * | |||
) |
/edit route prob reroute
Definition at line 482 of file GNERerouterIntervalDialog.cpp.
References GUIIconSubSys::getIcon(), GNERerouterInterval::getRerouterParent(), GNERerouterInterval::getRouteProbReroutes(), GNEViewNet::getUndoList(), GNEAdditional::getViewNet(), ICON_CORRECT, ICON_ERROR, GNERouteProbReroute::isValid(), myEditedRerouterInterval, myRouteProbReroutesValid, myRouteProbRerouteTable, GNERouteProbReroute::setAttribute(), SUMO_ATTR_ID, and SUMO_ATTR_PROB.
|
virtual |
event after press reset button
Implements GNEAdditionalDialog.
Definition at line 279 of file GNERerouterIntervalDialog.cpp.
References GNEAdditionalDialog::resetChanges(), updateClosingLaneReroutesTable(), updateClosingReroutesTable(), updateDestProbReroutesTable(), and updateRouteProbReroutesTable().
|
inherited |
event after press a key
Definition at line 96 of file GNEAdditionalDialog.cpp.
|
inherited |
event after release a key
Definition at line 102 of file GNEAdditionalDialog.cpp.
|
protectedinherited |
execute dialog as modal
Definition at line 83 of file GNEAdditionalDialog.cpp.
|
privatedelete |
Invalidated assignment operator.
|
protectedinherited |
reset changes did in this dialog.
Definition at line 141 of file GNEAdditionalDialog.cpp.
References GNEAdditionalDialog::myChangesDescription, GNEAdditionalDialog::myUndoList, GNEUndoList::p_abortLastCommandGroup(), and GNEUndoList::p_begin().
Referenced by GNECalibratorFlowDialog::onCmdReset(), GNECalibratorVehicleTypeDialog::onCmdReset(), GNECalibratorRouteDialog::onCmdReset(), GNERerouterDialog::onCmdReset(), GNECalibratorDialog::onCmdReset(), onCmdReset(), and GNEVariableSpeedSignDialog::onCmdReset().
|
private |
update data of closing lane reroute table
Definition at line 528 of file GNERerouterIntervalDialog.cpp.
References GNERerouterInterval::getClosingLaneReroutes(), GUIIconSubSys::getIcon(), GUIDesignTableIconCellWidth, ICON_CORRECT, ICON_REMOVE, myClosingLaneRerouteTable, myEditedRerouterInterval, SUMO_ATTR_ALLOW, SUMO_ATTR_DISALLOW, SUMO_ATTR_ID, SUMO_ATTR_LANE, and toString().
Referenced by onCmdAddClosingLaneReroute(), onCmdClickedClosingLaneReroute(), and onCmdReset().
|
private |
update data of closing reroute table
Definition at line 575 of file GNERerouterIntervalDialog.cpp.
References GNERerouterInterval::getClosingReroutes(), GUIIconSubSys::getIcon(), GUIDesignTableIconCellWidth, ICON_CORRECT, ICON_REMOVE, myClosingRerouteTable, myEditedRerouterInterval, SUMO_ATTR_ALLOW, SUMO_ATTR_DISALLOW, SUMO_ATTR_EDGE, SUMO_ATTR_ID, and toString().
Referenced by onCmdAddClosingReroute(), onCmdClickedClosingReroute(), and onCmdReset().
|
private |
update data of destiny probabilitry reroute table
Definition at line 622 of file GNERerouterIntervalDialog.cpp.
References GNERerouterInterval::getDestProbReroutes(), GUIIconSubSys::getIcon(), GUIDesignTableIconCellWidth, ICON_CORRECT, ICON_REMOVE, myDestProbRerouteTable, myEditedRerouterInterval, SUMO_ATTR_EDGE, SUMO_ATTR_ID, SUMO_ATTR_PROB, and toString().
Referenced by onCmdAddDestProbReroute(), onCmdClickedDestProbReroute(), and onCmdReset().
|
private |
update data of probabilitry reroutes table
Definition at line 664 of file GNERerouterIntervalDialog.cpp.
References GUIIconSubSys::getIcon(), GNERerouterInterval::getRouteProbReroutes(), GUIDesignTableIconCellWidth, ICON_CORRECT, ICON_REMOVE, myEditedRerouterInterval, myRouteProbRerouteTable, SUMO_ATTR_ID, SUMO_ATTR_PROB, SUMO_ATTR_ROUTE, and toString().
Referenced by onCmdAddRouteProbReroute(), onCmdClickedRouteProbReroute(), and onCmdReset().
|
protected |
button for add new closing lane reroutes
Definition at line 142 of file GNERerouterIntervalDialog.h.
|
protected |
button for add new closing reroutes
Definition at line 145 of file GNERerouterIntervalDialog.h.
|
protected |
button for add new destiny probability reroutes
Definition at line 148 of file GNERerouterIntervalDialog.h.
|
protected |
button for add new route probability reroutes
Definition at line 151 of file GNERerouterIntervalDialog.h.
|
protected |
flag to check if begin an end are valid
Definition at line 166 of file GNERerouterIntervalDialog.h.
Referenced by onCmdAccept(), and onCmdChangeBeginEnd().
|
protected |
begin time text field
Definition at line 133 of file GNERerouterIntervalDialog.h.
Referenced by onCmdChangeBeginEnd().
|
protected |
begin/end time check label
Definition at line 139 of file GNERerouterIntervalDialog.h.
Referenced by onCmdChangeBeginEnd().
|
protected |
flag to check if closing lane reroutes are valid
Definition at line 169 of file GNERerouterIntervalDialog.h.
Referenced by onCmdAccept(), and onCmdEditClosingLaneReroute().
|
protected |
list with closing lane reroutes
Definition at line 154 of file GNERerouterIntervalDialog.h.
Referenced by onCmdClickedClosingLaneReroute(), onCmdEditClosingLaneReroute(), and updateClosingLaneReroutesTable().
|
protected |
flag to check if closing reroutes are valid
Definition at line 172 of file GNERerouterIntervalDialog.h.
Referenced by onCmdAccept(), and onCmdEditClosingReroute().
|
protected |
list with closing reroutes
Definition at line 157 of file GNERerouterIntervalDialog.h.
Referenced by onCmdClickedClosingReroute(), onCmdEditClosingReroute(), and updateClosingReroutesTable().
|
protectedinherited |
frame for contents
Definition at line 86 of file GNEAdditionalDialog.h.
|
protected |
flag to check if Destiny probability reroutes are valid
Definition at line 175 of file GNERerouterIntervalDialog.h.
Referenced by onCmdAccept(), and onCmdEditDestProbReroute().
|
protected |
list with destiny probability reroutes
Definition at line 160 of file GNERerouterIntervalDialog.h.
Referenced by onCmdClickedDestProbReroute(), onCmdEditDestProbReroute(), and updateDestProbReroutesTable().
|
protected |
pointer to rerouter interval
Definition at line 127 of file GNERerouterIntervalDialog.h.
Referenced by getEditedRerouterInterval(), onCmdAccept(), onCmdAddClosingLaneReroute(), onCmdAddClosingReroute(), onCmdAddDestProbReroute(), onCmdAddRouteProbReroute(), onCmdChangeBeginEnd(), onCmdClickedClosingLaneReroute(), onCmdClickedClosingReroute(), onCmdClickedDestProbReroute(), onCmdClickedRouteProbReroute(), onCmdEditClosingLaneReroute(), onCmdEditClosingReroute(), onCmdEditDestProbReroute(), onCmdEditRouteProbReroute(), updateClosingLaneReroutesTable(), updateClosingReroutesTable(), updateDestProbReroutesTable(), and updateRouteProbReroutesTable().
|
protected |
end time text field
Definition at line 136 of file GNERerouterIntervalDialog.h.
Referenced by onCmdChangeBeginEnd().
|
protected |
flag to check if route prob reroutes are valid
Definition at line 178 of file GNERerouterIntervalDialog.h.
Referenced by onCmdAccept(), and onCmdEditRouteProbReroute().
|
protected |
list with route probability reroute
Definition at line 163 of file GNERerouterIntervalDialog.h.
Referenced by onCmdClickedRouteProbReroute(), onCmdEditRouteProbReroute(), and updateRouteProbReroutesTable().
|
protected |
flag to indicate if rerouter interval is being created or modified
Definition at line 130 of file GNERerouterIntervalDialog.h.
Referenced by onCmdAccept().