The main window of Netedit.
groupbox for all radio buttons related with fix person plan options
FXRadioButton * mySelectInvalidPlans
Option "Select invalid person plans and cancel".
FixPlanOptions(GNEFixDemandElementsDialog *fixDemandElementsParent)
FOX-declaration.
FXRadioButton * myRemoveInvalidPlan
FOX needs this.
FXRadioButton * mySaveInvalid
Option "Save invalid".
groupbox for all radio buttons related with fix route options
FixRouteOptions(GNEFixDemandElementsDialog *fixDemandElementsParent)
FOX-declaration.
FXCheckButton * myRemoveStopsOutOfRoute
Option "Remove stops out of route".
FXRadioButton * myRemoveInvalidRoutes
FOX needs this.
FXRadioButton * mySelectRouteInvalids
Option "Select invalid routes and cancel".
FXRadioButton * mySaveInvalidRoutes
Option "Save invalid routes".
long onCmdSelectOption(FXObject *obj, FXSelector, void *)
called when user select a option
void selectInternalTestSolution(const std::string &solution)
select internal test solution
bool applyFixOption()
apply selected fix option
groupbox for all radio buttons related with fix stop options
FXRadioButton * mySaveInvalid
Option "Save invalid".
FXRadioButton * myActivateFriendlyPosition
FOX needs this.
FXRadioButton * myFixPositions
Option "Fix Positions and save".
FXRadioButton * mySelectInvalidStops
Option "Select invalid stops and cancel".
FixStopPositionOptions(GNEFixDemandElementsDialog *fixDemandElementsParent)
FOX-declaration.
groupbox for all radio buttons related with fix vehicle options
FixVehicleOptions(GNEFixDemandElementsDialog *fixDemandElementsParent)
FOX-declaration.
FXRadioButton * mySelectInvalidVehicles
Option "Select invalid vehicles and cancel".
FXCheckButton * myRemoveStopsOutOfVehicle
Option "Remove stops out of vehicle".
FXRadioButton * mySaveInvalidVehicles
Option "save invalid vehicles".
FXRadioButton * myRemoveInvalidVehicles
FOX needs this.
GNEFixDemandElementsDialog(GNEApplicationWindow *mainWindow, const std::vector< GNEDemandElement * > &elements)
Constructor.
FixPlanOptions * myFixPlanOptions
fix person plan options
FixRouteOptions * myFixRouteOptions
fix route options
FixStopPositionOptions * myFixStopPositionOptions
fix stop options
FixVehicleOptions * myFixVehicleOptions
fix vehicle options
FixOptions(GNEFixElementsDialog< T > *fixElementDialog, FXVerticalFrame *frameParent, const std::string &title)
constructor
GNEFixElementsDialog(GNEApplicationWindow *mainWindow, const std::string title, GUIIcon icon, DialogType type)