17 #ifndef GNEDialog_FixDemandElements_h 18 #define GNEDialog_FixDemandElements_h 94 void selectOption(FXObject* option);
97 void enableFixRouteOptions();
100 void disableFixRouteOptions();
120 void selectOption(FXObject* option);
123 void enableFixVehicleOptions();
126 void disableFixVehicleOptions();
146 void selectOption(FXObject* option);
149 void enableFixStopOptions();
152 void disableFixStopOptions();
FXRadioButton * fixPositionsAndSave
Option "Fix Positions and save".
groupbox for all radio buttons related with fix stop options
FXRadioButton * removeInvalidVehicles
Option "remove invalid elements".
FXRadioButton * selectInvalidRoutesAndCancel
Option "Select invalid routes and cancel".
FXRadioButton * activateFriendlyPositionAndSave
Option "Activate friendlyPos and save".
FXRadioButton * selectInvalidVehiclesAndCancel
Option "Select invalid vehicles and cancel".
long onCmdSelectOption(FXObject *obj, FXSelector, void *)
GNEDialog_FixDemandElements()
FOX needs this.
std::vector< GNEDemandElement * > myInvalidRoutes
vector with the invalid routes
groupbox for all radio buttons related with fix vehicle options
std::vector< GNEDemandElement * > myInvalidVehicles
vector with the invalid vehicles
FXRadioButton * saveInvalidRoutes
Option "Save invalid routes".
long onCmdAccept(FXObject *, FXSelector, void *)
event after press accept button
FixRouteOptions * myFixRouteOptions
fix route options
FXRadioButton * selectInvalidStopsAndCancel
Option "Select invalid stops and cancel".
FixStopOptions * myFixStopOptions
fix stop options
std::vector< GNEDemandElement * > myInvalidStops
vector with the invalid stops
long onCmdCancel(FXObject *, FXSelector, void *)
event after press cancel button
Dialog for edit rerouters.
FXVerticalFrame * myMainFrame
main frame
FXTable * myTable
list with the demand elements
GNEDialog_FixDemandElements & operator=(const GNEDialog_FixDemandElements &)=delete
Invalidated assignment operator.
DemandList * myDemandList
list with the demand elements
FXButton * myAcceptButton
accept button
groupbox for all radio buttons related with fix route options
FXButton * myCancelButton
cancel button
GNEViewNet * myViewNet
view net
FXRadioButton * saveInvalid
Option "Save invalid".
DemandList(GNEDialog_FixDemandElements *fixDemandElementsDialogParents, const std::vector< GNEDemandElement *> &invalidDemandElements)
constructor
~GNEDialog_FixDemandElements()
destructor
FixVehicleOptions * myFixVehicleOptions
fix vehicle options
FXRadioButton * saveInvalidVehicles
Option "save invalid vehicles".
An Element which don't belongs to GNENet but has influency in the simulation.
FXRadioButton * removeInvalidRoutes
Option "Remove invalid routes".