![]() |
Eclipse SUMO - Simulation of Urban MObility
|
Dialog for edit calibrators. More...
#include <GNECalibratorDialog.h>
Public Member Functions | |
| GNEAdditional * | getEditedAdditional () const |
| get edited Additional More... | |
| GNECalibratorDialog (GNECalibrator *editedCalibrator) | |
| FOX-declaration. More... | |
| ~GNECalibratorDialog () | |
| 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 | onCmdAddRoute (FXObject *, FXSelector, void *) |
| add new route More... | |
| long | onCmdClickedRoute (FXObject *, FXSelector, void *) |
| remove or edit route More... | |
| long | onCmdAddFlow (FXObject *, FXSelector, void *) |
| add new flow More... | |
| long | onCmdClickedFlow (FXObject *, FXSelector, void *) |
| remove or edit flow More... | |
| long | onCmdAddVehicleType (FXObject *, FXSelector, void *) |
| add new vehicle type More... | |
| long | onCmdClickedVehicleType (FXObject *, FXSelector, void *) |
| remove or edit vehicle type 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... | |
| 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 | |
| FXVerticalFrame * | myContentFrame |
| frame for contents More... | |
| GNEAdditional * | myEditedAdditional |
| pointer to edited additional More... | |
| bool | myUpdatingElement |
| flag to indicate if additional are being created or modified (cannot be changed after open dialog) More... | |
Private Member Functions | |
| GNECalibratorDialog (const GNECalibratorDialog &)=delete | |
| Invalidated copy constructor. More... | |
| GNECalibratorDialog & | operator= (const GNECalibratorDialog &)=delete |
| Invalidated assignment operator. More... | |
| void | updateFlowAndLabelButton () |
| update flow and label button More... | |
| void | updateFlowTable () |
| update data table with flows More... | |
| void | updateRouteTable () |
| update data table with routes More... | |
| void | updateVehicleTypeTable () |
| update data table with vehicle types More... | |
Private Attributes | |
| FXButton * | myAcceptButton |
| accept button More... | |
| FXButton * | myAddFlow |
| button for add new flow More... | |
| FXButton * | myAddRoute |
| button for add new route More... | |
| FXButton * | myAddVehicleType |
| button for add new vehicle type More... | |
| FXButton * | myCancelButton |
| cancel button More... | |
| std::string | myChangesDescription |
| description of changes did in this additional dialog More... | |
| FXTable * | myFlowList |
| list with flows More... | |
| FXLabel * | myLabelFlow |
| label for flows More... | |
| int | myNumberOfChanges |
| number of GNEChanges_... in dialog More... | |
| FXButton * | myResetButton |
| cancel button More... | |
| FXTable * | myRouteList |
| list with routes More... | |
| FXTable * | myVehicleTypeList |
| list with vehicle types More... | |
Dialog for edit calibrators.
Definition at line 43 of file GNECalibratorDialog.h.
| GNECalibratorDialog::GNECalibratorDialog | ( | GNECalibrator * | editedCalibrator | ) |
FOX-declaration.
Constructor
Definition at line 58 of file GNECalibratorDialog.cpp.
References ADD, GUIIconSubSys::getIcon(), GNE_TAG_CALIBRATOR_FLOW, GUIDesignAuxiliarFrame, GUIDesignAuxiliarHorizontalFrame, GUIDesignButtonIcon, GUIDesignLabelThick, GUIDesignTableAdditionals, GUIDesignUniformHorizontalFrame, MID_GNE_CALIBRATORDIALOG_ADD_FLOW, MID_GNE_CALIBRATORDIALOG_ADD_ROUTE, MID_GNE_CALIBRATORDIALOG_ADD_VEHICLETYPE, MID_GNE_CALIBRATORDIALOG_TABLE_FLOW, MID_GNE_CALIBRATORDIALOG_TABLE_ROUTE, MID_GNE_CALIBRATORDIALOG_TABLE_VEHICLETYPE, SUMO_TAG_ROUTE, SUMO_TAG_VTYPE, and toString().
| GNECalibratorDialog::~GNECalibratorDialog | ( | ) |
destructor
Definition at line 112 of file GNECalibratorDialog.cpp.
|
privatedelete |
Invalidated copy constructor.
|
protectedinherited |
Accept changes did in this dialog.
Definition at line 123 of file GNEAdditionalDialog.cpp.
References GNEUndoList::abortLastChangeGroup(), GNEUndoList::end(), GNEAttributeCarrier::getNet(), GNEViewNet::getUndoList(), GNENet::getViewNet(), and GNEAdditionalDialog::myEditedAdditional.
Referenced by onCmdAccept(), GNECalibratorFlowDialog::onCmdAccept(), GNERerouterDialog::onCmdAccept(), GNERerouterIntervalDialog::onCmdAccept(), and GNEVariableSpeedSignDialog::onCmdAccept().
|
protectedinherited |
Cancel changes did in this dialog.
Definition at line 134 of file GNEAdditionalDialog.cpp.
References GNEUndoList::abortLastChangeGroup(), GNEAttributeCarrier::getNet(), GNEViewNet::getUndoList(), GNENet::getViewNet(), and GNEAdditionalDialog::myEditedAdditional.
Referenced by onCmdCancel(), GNECalibratorFlowDialog::onCmdCancel(), GNERerouterDialog::onCmdCancel(), GNERerouterIntervalDialog::onCmdCancel(), and GNEVariableSpeedSignDialog::onCmdCancel().
|
protectedinherited |
change additional dialog header
Definition at line 107 of file GNEAdditionalDialog.cpp.
|
inherited |
get edited Additional
Definition at line 89 of file GNEAdditionalDialog.cpp.
References GNEAdditionalDialog::myEditedAdditional.
|
protectedinherited |
init a new group of changes that will be do it in dialog
Definition at line 114 of file GNEAdditionalDialog.cpp.
References GNEUndoList::begin(), GNEUndoList::currentCommandGroupSize(), GNETagProperties::getGUIIcon(), GNEAttributeCarrier::getNet(), GNEAttributeCarrier::getTagProperty(), GNEViewNet::getUndoList(), GNENet::getViewNet(), GNEAdditionalDialog::myChangesDescription, GNEAdditionalDialog::myEditedAdditional, and GNEAdditionalDialog::myNumberOfChanges.
|
virtual |
Implements GNEAdditionalDialog.
Definition at line 116 of file GNECalibratorDialog.cpp.
References GNEAdditionalDialog::acceptChanges().
| long GNECalibratorDialog::onCmdAddFlow | ( | FXObject * | , |
| FXSelector | , | ||
| void * | |||
| ) |
add new flow
Definition at line 225 of file GNECalibratorDialog.cpp.
References GNENet::getAttributeCarriers(), GNENetHelper::AttributeCarriers::getDefaultType(), GNENetHelper::AttributeCarriers::getDemandElements(), GNEAttributeCarrier::getNet(), GNEViewNet::getNet(), GNENet::getViewNet(), GNEAdditionalDialog::myEditedAdditional, SUMO_TAG_ROUTE, and updateFlowTable().
Referenced by FXDEFMAP().
| long GNECalibratorDialog::onCmdAddRoute | ( | FXObject * | , |
| FXSelector | , | ||
| void * | |||
| ) |
add new route
Definition at line 148 of file GNECalibratorDialog.cpp.
References GNEAttributeCarrier::getNet(), GNEAdditionalDialog::myEditedAdditional, and updateRouteTable().
Referenced by FXDEFMAP().
| long GNECalibratorDialog::onCmdAddVehicleType | ( | FXObject * | , |
| FXSelector | , | ||
| void * | |||
| ) |
add new vehicle type
Definition at line 266 of file GNECalibratorDialog.cpp.
References GNENetHelper::AttributeCarriers::generateDemandElementID(), GNENet::getAttributeCarriers(), GNEAttributeCarrier::getNet(), GNEViewNet::getNet(), GNENet::getViewNet(), GNEAdditionalDialog::myEditedAdditional, SUMO_TAG_VTYPE, SVC_PASSENGER, and updateVehicleTypeTable().
Referenced by FXDEFMAP().
|
virtual |
event after press cancel button
Implements GNEAdditionalDialog.
Definition at line 126 of file GNECalibratorDialog.cpp.
References GNEAdditionalDialog::cancelChanges().
| long GNECalibratorDialog::onCmdClickedFlow | ( | FXObject * | , |
| FXSelector | , | ||
| void * | |||
| ) |
remove or edit flow
Definition at line 243 of file GNECalibratorDialog.cpp.
References GNEUndoList::add(), GNEHierarchicalElement::getChildAdditionals(), GNEAttributeCarrier::getNet(), GNEViewNet::getUndoList(), GNENet::getViewNet(), GNEAdditionalDialog::myEditedAdditional, myFlowList, and updateFlowTable().
Referenced by FXDEFMAP().
| long GNECalibratorDialog::onCmdClickedRoute | ( | FXObject * | , |
| FXSelector | , | ||
| void * | |||
| ) |
remove or edit route
Definition at line 158 of file GNECalibratorDialog.cpp.
References GNEUndoList::add(), GNENet::getAttributeCarriers(), GNEHierarchicalElement::getChildAdditionals(), GNENetHelper::AttributeCarriers::getDemandElements(), GNEAttributeCarrier::getNet(), GNEViewNet::getNet(), GNEViewNet::getUndoList(), GNENet::getViewNet(), GNE_TAG_CALIBRATOR_FLOW, GNEAdditionalDialog::myEditedAdditional, myRouteList, GNENetHelper::AttributeCarriers::retrieveDemandElement(), SUMO_ATTR_ROUTE, SUMO_TAG_ROUTE, toString(), updateFlowTable(), updateRouteTable(), and WRITE_DEBUG.
Referenced by FXDEFMAP().
| long GNECalibratorDialog::onCmdClickedVehicleType | ( | FXObject * | , |
| FXSelector | , | ||
| void * | |||
| ) |
remove or edit vehicle type
Definition at line 277 of file GNECalibratorDialog.cpp.
References GNEUndoList::add(), GNENet::getAttributeCarriers(), GNEHierarchicalElement::getChildAdditionals(), GNENetHelper::AttributeCarriers::getDemandElements(), GNEAttributeCarrier::getNet(), GNEViewNet::getNet(), GNEViewNet::getUndoList(), GNENet::getViewNet(), GNE_TAG_CALIBRATOR_FLOW, GNEAdditionalDialog::myEditedAdditional, myVehicleTypeList, GNENetHelper::AttributeCarriers::retrieveDemandElement(), SUMO_ATTR_TYPE, SUMO_TAG_VTYPE, toString(), updateFlowTable(), updateVehicleTypeTable(), and WRITE_DEBUG.
Referenced by FXDEFMAP().
|
virtual |
event after press reset button
Implements GNEAdditionalDialog.
Definition at line 136 of file GNECalibratorDialog.cpp.
References GNEAdditionalDialog::resetChanges(), updateFlowTable(), updateRouteTable(), and updateVehicleTypeTable().
|
inherited |
event after press a key
Definition at line 95 of file GNEAdditionalDialog.cpp.
Referenced by FXDEFMAP().
|
inherited |
event after release a key
Definition at line 101 of file GNEAdditionalDialog.cpp.
Referenced by FXDEFMAP().
|
protectedinherited |
execute dialog as modal
Definition at line 76 of file GNEAdditionalDialog.cpp.
|
privatedelete |
Invalidated assignment operator.
|
protectedinherited |
reset changes did in this dialog.
Definition at line 140 of file GNEAdditionalDialog.cpp.
References GNEUndoList::abortLastChangeGroup(), GNEUndoList::begin(), GNETagProperties::getGUIIcon(), GNEAttributeCarrier::getNet(), GNEAttributeCarrier::getTagProperty(), GNEViewNet::getUndoList(), GNENet::getViewNet(), GNEAdditionalDialog::myChangesDescription, and GNEAdditionalDialog::myEditedAdditional.
Referenced by onCmdReset(), GNECalibratorFlowDialog::onCmdReset(), GNERerouterDialog::onCmdReset(), GNERerouterIntervalDialog::onCmdReset(), and GNEVariableSpeedSignDialog::onCmdReset().
|
private |
update flow and label button
Definition at line 467 of file GNECalibratorDialog.cpp.
References GNENet::getAttributeCarriers(), GNENetHelper::AttributeCarriers::getDemandElements(), GNEAttributeCarrier::getNet(), GNEViewNet::getNet(), GNENet::getViewNet(), GNE_TAG_CALIBRATOR_FLOW, myAddFlow, GNEAdditionalDialog::myEditedAdditional, myFlowList, myLabelFlow, SUMO_TAG_ROUTE, TL, and toString().
Referenced by updateFlowTable(), updateRouteTable(), and updateVehicleTypeTable().
|
private |
update data table with flows
Definition at line 385 of file GNECalibratorDialog.cpp.
References GNEHierarchicalElement::getChildAdditionals(), GUIIconSubSys::getIcon(), GUIDesignHeight, GNEAdditionalDialog::myEditedAdditional, myFlowList, REMOVE, SUMO_ATTR_ROUTE, SUMO_ATTR_TYPE, SUMO_ATTR_VCLASS, toString(), and updateFlowAndLabelButton().
Referenced by onCmdAddFlow(), onCmdClickedFlow(), onCmdClickedRoute(), onCmdClickedVehicleType(), and onCmdReset().
|
private |
update data table with routes
Definition at line 346 of file GNECalibratorDialog.cpp.
References GNENet::getAttributeCarriers(), GNENetHelper::AttributeCarriers::getDemandElements(), GUIIconSubSys::getIcon(), GNEAttributeCarrier::getNet(), GNEViewNet::getNet(), GNENet::getViewNet(), GUIDesignHeight, GNEAdditionalDialog::myEditedAdditional, myRouteList, REMOVE, SUMO_ATTR_EDGES, SUMO_ATTR_ID, SUMO_TAG_ROUTE, toString(), and updateFlowAndLabelButton().
Referenced by onCmdAddRoute(), onCmdClickedRoute(), and onCmdReset().
|
private |
update data table with vehicle types
Definition at line 424 of file GNECalibratorDialog.cpp.
References GNENet::getAttributeCarriers(), GNENetHelper::AttributeCarriers::getDemandElements(), GUIIconSubSys::getIcon(), GNEAttributeCarrier::getNet(), GNEViewNet::getNet(), GNENet::getViewNet(), GUIDesignHeight, GNEAdditionalDialog::myEditedAdditional, myVehicleTypeList, REMOVE, SUMO_ATTR_ID, SUMO_ATTR_VCLASS, SUMO_TAG_VTYPE, toString(), and updateFlowAndLabelButton().
Referenced by onCmdAddVehicleType(), onCmdClickedVehicleType(), and onCmdReset().
|
privateinherited |
accept button
Definition at line 107 of file GNEAdditionalDialog.h.
|
private |
button for add new flow
Definition at line 98 of file GNECalibratorDialog.h.
Referenced by updateFlowAndLabelButton().
|
private |
button for add new route
Definition at line 89 of file GNECalibratorDialog.h.
|
private |
button for add new vehicle type
Definition at line 104 of file GNECalibratorDialog.h.
|
privateinherited |
cancel button
Definition at line 110 of file GNEAdditionalDialog.h.
|
privateinherited |
description of changes did in this additional dialog
Definition at line 116 of file GNEAdditionalDialog.h.
Referenced by GNEAdditionalDialog::initChanges(), and GNEAdditionalDialog::resetChanges().
|
protectedinherited |
frame for contents
Definition at line 85 of file GNEAdditionalDialog.h.
|
protectedinherited |
pointer to edited additional
Definition at line 79 of file GNEAdditionalDialog.h.
Referenced by GNEAdditionalDialog::acceptChanges(), GNEAdditionalDialog::cancelChanges(), GNEAdditionalDialog::getEditedAdditional(), GNEAdditionalDialog::initChanges(), GNECalibratorFlowDialog::onCmdAccept(), GNERerouterDialog::onCmdAccept(), GNERerouterIntervalDialog::onCmdAccept(), GNERerouterIntervalDialog::onCmdAddClosingLaneReroute(), GNERerouterIntervalDialog::onCmdAddClosingReroute(), GNERerouterIntervalDialog::onCmdAddDestProbReroute(), onCmdAddFlow(), GNERerouterIntervalDialog::onCmdAddParkingAreaReroute(), onCmdAddRoute(), GNERerouterIntervalDialog::onCmdAddRouteProbReroute(), GNEVariableSpeedSignDialog::onCmdAddStep(), onCmdAddVehicleType(), GNERerouterIntervalDialog::onCmdChangeBeginEnd(), GNERerouterIntervalDialog::onCmdClickedClosingLaneReroute(), GNERerouterIntervalDialog::onCmdClickedClosingReroute(), GNERerouterIntervalDialog::onCmdClickedDestProbReroute(), onCmdClickedFlow(), GNERerouterDialog::onCmdClickedInterval(), GNERerouterIntervalDialog::onCmdClickedParkingAreaReroute(), onCmdClickedRoute(), GNERerouterIntervalDialog::onCmdClickedRouteProbReroute(), GNEVariableSpeedSignDialog::onCmdClickedStep(), onCmdClickedVehicleType(), GNERerouterIntervalDialog::onCmdEditClosingLaneReroute(), GNERerouterIntervalDialog::onCmdEditClosingReroute(), GNERerouterIntervalDialog::onCmdEditDestProbReroute(), GNERerouterIntervalDialog::onCmdEditParkingAreaReroute(), GNERerouterIntervalDialog::onCmdEditRouteProbReroute(), GNEVariableSpeedSignDialog::onCmdEditStep(), GNECalibratorFlowDialog::onCmdSetVariable(), GNEAdditionalDialog::resetChanges(), GNECalibratorFlowDialog::updateCalibratorFlowValues(), updateFlowAndLabelButton(), updateFlowTable(), GNERerouterDialog::updateIntervalTable(), updateRouteTable(), GNEVariableSpeedSignDialog::updateTableSteps(), and updateVehicleTypeTable().
|
private |
list with flows
Definition at line 101 of file GNECalibratorDialog.h.
Referenced by onCmdClickedFlow(), updateFlowAndLabelButton(), and updateFlowTable().
|
private |
label for flows
Definition at line 95 of file GNECalibratorDialog.h.
Referenced by updateFlowAndLabelButton().
|
privateinherited |
number of GNEChanges_... in dialog
Definition at line 119 of file GNEAdditionalDialog.h.
Referenced by GNEAdditionalDialog::initChanges().
|
privateinherited |
cancel button
Definition at line 113 of file GNEAdditionalDialog.h.
|
private |
list with routes
Definition at line 92 of file GNECalibratorDialog.h.
Referenced by onCmdClickedRoute(), and updateRouteTable().
|
protectedinherited |
flag to indicate if additional are being created or modified (cannot be changed after open dialog)
Definition at line 82 of file GNEAdditionalDialog.h.
Referenced by GNECalibratorFlowDialog::onCmdAccept(), and GNERerouterIntervalDialog::onCmdAccept().
|
private |
list with vehicle types
Definition at line 107 of file GNECalibratorDialog.h.
Referenced by onCmdClickedVehicleType(), and updateVehicleTypeTable().