![]() |
Eclipse SUMO - Simulation of Urban MObility
|
groupbox for all radio buttons related with fix route options More...
#include <GNEFixDemandElements.h>
Public Member Functions | |
| void | disableFixRouteOptions () |
| disable position options More... | |
| void | enableFixRouteOptions () |
| enable position options More... | |
| FixRouteOptions (GNEFixDemandElements *fixDemandElementsDialogParents) | |
| constructor More... | |
| void | selectOption (FXObject *option) |
| select option More... | |
Data Fields | |
| FXRadioButton * | removeInvalidRoutes |
| Option "Remove invalid routes". More... | |
| FXRadioButton * | saveInvalidRoutes |
| Option "Save invalid routes". More... | |
| FXRadioButton * | selectInvalidRoutesAndCancel |
| Option "Select invalid routes and cancel". More... | |
groupbox for all radio buttons related with fix route options
Definition at line 86 of file GNEFixDemandElements.h.
| GNEFixDemandElements::FixRouteOptions::FixRouteOptions | ( | GNEFixDemandElements * | fixDemandElementsDialogParents | ) |
constructor
Definition at line 293 of file GNEFixDemandElements.cpp.
References GUIDesignHorizontalFrame, GUIDesignRadioButton, MID_CHOOSEN_OPERATION, removeInvalidRoutes, saveInvalidRoutes, and selectInvalidRoutesAndCancel.
| void GNEFixDemandElements::FixRouteOptions::disableFixRouteOptions | ( | ) |
disable position options
Definition at line 338 of file GNEFixDemandElements.cpp.
| void GNEFixDemandElements::FixRouteOptions::enableFixRouteOptions | ( | ) |
enable position options
Definition at line 330 of file GNEFixDemandElements.cpp.
| void GNEFixDemandElements::FixRouteOptions::selectOption | ( | FXObject * | option | ) |
select option
Definition at line 312 of file GNEFixDemandElements.cpp.
Referenced by GNEFixDemandElements::onCmdSelectOption().
| FXRadioButton* GNEFixDemandElements::FixRouteOptions::removeInvalidRoutes |
Option "Remove invalid routes".
Definition at line 102 of file GNEFixDemandElements.h.
Referenced by FixRouteOptions(), and GNEFixDemandElements::onCmdAccept().
| FXRadioButton* GNEFixDemandElements::FixRouteOptions::saveInvalidRoutes |
Option "Save invalid routes".
Definition at line 105 of file GNEFixDemandElements.h.
Referenced by FixRouteOptions().
| FXRadioButton* GNEFixDemandElements::FixRouteOptions::selectInvalidRoutesAndCancel |
Option "Select invalid routes and cancel".
Definition at line 108 of file GNEFixDemandElements.h.
Referenced by FixRouteOptions(), and GNEFixDemandElements::onCmdAccept().